Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion SPECS/libstoragemgmt/libstoragemgmt.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Storage array management library
Name: libstoragemgmt
Version: 1.9.8
Release: 1%{?dist}
Release: 2%{?dist}
License: LGPLv2+
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -32,6 +32,7 @@ BuildRequires: valgrind
%if 0%{?with_check}
BuildRequires: git
%endif
Requires(pre): shadow-utils
Requires: python3-%{name}

%description
Expand Down Expand Up @@ -454,6 +455,9 @@ fi
%{_mandir}/man1/local_lsmplugin.1*

%changelog
* Fri Jan 09 2026 Sumit Jena <[email protected]> - 1.9.8-2
- Added shadow-utils as runtime dependency.

* Tue Feb 06 2024 Nan Liu <[email protected]> - 1.9.8-1
- Upgrade to 1.9.8 in Azure Linux 3.0
- Remove the unneeded patch
Expand Down
Loading