Upgrade to 1.9.1
Signed-off-by: Tony Asleson <tasleson@redhat.com>
This commit is contained in:
parent
678205944b
commit
a1d3a0d974
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@
|
||||
/libstoragemgmt-1.8.7.tar.gz
|
||||
/libstoragemgmt-1.8.8.tar.gz
|
||||
/libstoragemgmt-1.9.0.tar.gz
|
||||
/libstoragemgmt-1.9.1.tar.gz
|
||||
|
||||
@ -1,22 +1,20 @@
|
||||
%bcond_with test
|
||||
|
||||
Name: libstoragemgmt
|
||||
Version: 1.9.0
|
||||
Version: 1.9.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Storage array management library
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/libstorage/libstoragemgmt
|
||||
Source0: https://github.com/libstorage/libstoragemgmt/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Patch1: 0001-change-run-dir.patch
|
||||
Requires: python3-%{name}
|
||||
Requires: python3-%{name}%{_isa}
|
||||
|
||||
# Packages that have been removed
|
||||
Obsoletes: %{name}-netapp-plugin < %{version}-%{release}
|
||||
Obsoletes: %{name}-nstor-plugin < %{version}-%{release}
|
||||
Obsoletes: python2-%{name}-clibs < %{version}-%{release}
|
||||
Obsoletes: python3-%{name}-clibs < %{version}-%{release}
|
||||
Obsoletes: %{name}-nfs-plugin-clibs < %{version}-%{release}
|
||||
|
||||
Obsoletes: %{name}-netapp-plugin <= 1.6.2-10
|
||||
Provides: %{name}-netapp-plugin <= 1.6.2-10
|
||||
Obsoletes: %{name}-nstor-plugin <= 1.9.0-1
|
||||
Provides: %{name}-nstor-plugin <= 1.9.0-1
|
||||
|
||||
BuildRequires: gcc gcc-c++
|
||||
BuildRequires: autoconf automake libtool libxml2-devel check-devel perl-interpreter
|
||||
@ -56,10 +54,15 @@ developing applications that use %{name}.
|
||||
Summary: Python 3 client libraries and plug-in support for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
# If obsoleted plugins are installed, we need to meet it's requirement
|
||||
# If obsoleted packages are installed, we need to meet it's requirement
|
||||
# of having the correct version of this package functionality installed too as
|
||||
# the update occurs first, before the obsolete removes the obsoleted package.
|
||||
Provides: python3-%{name} < %{version}-%{release}
|
||||
Provides: python2-%{name}-clibs <= 1.9.0-1
|
||||
Obsoletes: python2-%{name}-clibs <= 1.9.0-1
|
||||
|
||||
Provides: python3-%{name}-clibs <= 1.9.0-1
|
||||
Obsoletes: python3-%{name}-clibs <= 1.9.0-1
|
||||
|
||||
%{?python_provide:%python_provide python3-%{name}}
|
||||
|
||||
%description -n python3-%{name}
|
||||
@ -342,11 +345,11 @@ fi
|
||||
%{python3_sitearch}/lsm/lsmcli/cmdline.*
|
||||
%{python3_sitearch}/lsm/_clib.*
|
||||
|
||||
%dir %{python3_sitelib}/sim_plugin
|
||||
%{python3_sitelib}/sim_plugin/__pycache__/
|
||||
%{python3_sitelib}/sim_plugin/__init__.*
|
||||
%{python3_sitelib}/sim_plugin/simulator.*
|
||||
%{python3_sitelib}/sim_plugin/simarray.*
|
||||
%dir %{python3_sitearch}/sim_plugin
|
||||
%{python3_sitearch}/sim_plugin/__pycache__/
|
||||
%{python3_sitearch}/sim_plugin/__init__.*
|
||||
%{python3_sitearch}/sim_plugin/simulator.*
|
||||
%{python3_sitearch}/sim_plugin/simarray.*
|
||||
|
||||
%{_bindir}/sim_lsmplugin
|
||||
%dir %{_libexecdir}/lsm.d
|
||||
@ -441,6 +444,9 @@ fi
|
||||
%{_mandir}/man1/local_lsmplugin.1*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 20 2021 Tony Asleson <tasleson@redhat.com> - 1.9.1-1
|
||||
- Upgrade to 1.9.1
|
||||
|
||||
* Thu Mar 25 2021 Tony Asleson <tasleson@redhat.com> - 1.9.0-1
|
||||
- Upgrade to 1.9.0
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libstoragemgmt-1.9.0.tar.gz) = 8b5d45ec9af22f0e9d74a27b1cc57df7ae7e3a0e44208bf5f3336b19a1a21dc6f0176c3f761c3d12617d49b2f93015636aafd7cba726d5901ebc70fc1c6781f4
|
||||
SHA512 (libstoragemgmt-1.9.1.tar.gz) = be064f6765210ff5906986e236839f39144c923a803f64ba27a363e851d619cfda320cad0716d8f496491fa827856a8342eec2edc2b94bbbc3518bd535259866
|
||||
|
||||
Loading…
Reference in New Issue
Block a user