Upgrade to 1.9.3
Signed-off-by: Tony Asleson <tasleson@redhat.com>
This commit is contained in:
parent
99288861f9
commit
07b7f8c0be
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@
|
||||
/libstoragemgmt-1.9.0.tar.gz
|
||||
/libstoragemgmt-1.9.1.tar.gz
|
||||
/libstoragemgmt-1.9.2.tar.gz
|
||||
/libstoragemgmt-1.9.3.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%bcond_with test
|
||||
|
||||
Name: libstoragemgmt
|
||||
Version: 1.9.2
|
||||
Release: 4%{?dist}
|
||||
Version: 1.9.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Storage array management library
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/libstorage/libstoragemgmt
|
||||
@ -75,7 +75,7 @@ BuildRequires: python3-pywbem
|
||||
BuildRequires: make
|
||||
Requires: python3-pywbem
|
||||
BuildArch: noarch
|
||||
Provides: %{name}-ibm-v7k-plugin = 2:%{version}-%{release}
|
||||
Provides: %{name}-ibm-v7k-plugin <= 2:1.9.3-4
|
||||
Obsoletes: %{name}-ibm-v7k-plugin <= 2:0.1.0-3
|
||||
Requires: python3-%{name} = %{version}
|
||||
Requires(post): python3-%{name} = %{version}
|
||||
@ -151,6 +151,8 @@ The nfs-plugin package contains plug-in for local NFS exports support.
|
||||
%package local-plugin
|
||||
Summary: Files for local pseudo plugin of %{name}
|
||||
Requires: python3-%{name} = %{version}
|
||||
Requires: %{name}-arcconf-plugin = %{version}-%{release}
|
||||
Requires: %{name}-hpsa-plugin = %{version}-%{release}
|
||||
Requires(post): python3-%{name} = %{version}
|
||||
Requires(postun): python3-%{name} = %{version}
|
||||
BuildArch: noarch
|
||||
@ -444,6 +446,10 @@ fi
|
||||
%{_mandir}/man1/local_lsmplugin.1*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 17 2021 Tony Asleson <tasleson@redhat.com> - 1.9.3-1
|
||||
- Upgrade to 1.9.3
|
||||
- Add requirements for local plugin
|
||||
|
||||
* Mon Aug 9 2021 Tony Asleson <tasleson@redhat.com> - 1.9.2-4
|
||||
- Add missing requirement for python six library
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libstoragemgmt-1.9.2.tar.gz) = 8e94e4c846fd6b86ee29957b2e09a4b356013f7d9e4ea46cbb7a9bfa2ae59b56318316e7382dda5a83a1897acfc31245d2529df5532345c3893e5cd57908c015
|
||||
SHA512 (libstoragemgmt-1.9.3.tar.gz) = c8d12f23133aed1d55bddc1195aedfdd7e7d21f118eb8d35f12c9e631acfec585bad5572c9d27c6f8c7d16c67b4ee95d13e1843e7ff52b54d83b963d4d8b606c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user