Update to 1.10.1
Resolves: RHEL-36525 Signed-off-by: Tony Asleson <tasleson@redhat.com>
This commit is contained in:
parent
07316b0afe
commit
b0f3fbf6a5
1
.gitignore
vendored
1
.gitignore
vendored
@ -46,3 +46,4 @@
|
||||
/libstoragemgmt-1.9.6.tar.gz
|
||||
/libstoragemgmt-1.9.7.tar.gz
|
||||
/libstoragemgmt-1.9.8.tar.gz
|
||||
/libstoragemgmt-1.10.1.tar.gz
|
||||
|
||||
@ -1,13 +1,14 @@
|
||||
%bcond_with test
|
||||
|
||||
Name: libstoragemgmt
|
||||
Version: 1.9.8
|
||||
Release: 7%{?dist}
|
||||
Version: 1.10.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Storage array management library
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/libstorage/libstoragemgmt
|
||||
Source0: https://github.com/libstorage/libstoragemgmt/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Requires: python3-%{name}%{_isa}
|
||||
Requires: ledmon-libs
|
||||
|
||||
# Packages that have been removed
|
||||
Obsoletes: %{name}-netapp-plugin <= 1.6.2-10
|
||||
@ -26,6 +27,7 @@ BuildRequires: procps
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: ledmon-devel
|
||||
|
||||
%{?systemd_requires}
|
||||
BuildRequires: systemd systemd-devel
|
||||
@ -444,6 +446,9 @@ fi
|
||||
%{_mandir}/man1/local_lsmplugin.1*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 15 2024 Tony Asleson <tasleson@redhat.com> - 1.10.1-1
|
||||
- Upgrade to 1.10.1
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.9.8-7
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libstoragemgmt-1.9.8.tar.gz) = cdf389c7b804a06a5ce54f08f5c01fa2d5dbabd27c2e455a9a91fa007785dea8608bfc2c462a7e216558a0d413b6a3447105b4028247a4475c56a7f33e31245c
|
||||
SHA512 (libstoragemgmt-1.10.1.tar.gz) = 17d1ed40abde5218aea7e1e6a99c9e7105e76c9746f8647fa27424991f100b4ac16de502bef865549e4f4c7d582860bb6466eb0b3fdc646ed64a043ad6ae6742
|
||||
|
||||
Loading…
Reference in New Issue
Block a user