From a8e81ea4d1a5fdd4b476b16687e5bd593461c24c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 22 2021 04:11:43 +0000 Subject: import libstoragemgmt-1.9.1-1.el8 --- diff --git a/.gitignore b/.gitignore index 4dbea72..3ac2853 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libstoragemgmt-1.9.0.tar.gz +SOURCES/libstoragemgmt-1.9.1.tar.gz diff --git a/.libstoragemgmt.metadata b/.libstoragemgmt.metadata index 6cf569d..19f0deb 100644 --- a/.libstoragemgmt.metadata +++ b/.libstoragemgmt.metadata @@ -1 +1 @@ -8b80214366c660bac9256905f706e4b41f800402 SOURCES/libstoragemgmt-1.9.0.tar.gz +77c03b4100a774cb15805f8a2782ad4754f87060 SOURCES/libstoragemgmt-1.9.1.tar.gz diff --git a/SPECS/libstoragemgmt.spec b/SPECS/libstoragemgmt.spec index f52d2ec..765c889 100644 --- a/SPECS/libstoragemgmt.spec +++ b/SPECS/libstoragemgmt.spec @@ -1,7 +1,7 @@ %bcond_with test Name: libstoragemgmt -Version: 1.9.0 +Version: 1.9.1 Release: 1%{?dist} Summary: Storage array management library Group: System Environment/Libraries @@ -13,11 +13,9 @@ Requires: python3-%{name}%{_isa} = %{version}-%{release} # Packages that have been removed Obsoletes: %{name}-netapp-plugin <= 1.6.2-10 -Obsoletes: %{name}-nstor-plugin < 1.9.0-1 -Obsoletes: python2-%{name}-clibs < 1.9.0-1 -Obsoletes: python3-%{name}-clibs < 1.9.0-1 -Obsoletes: %{name}-nfs-plugin-clibs < 1.9.0-1 - +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 @@ -60,12 +58,15 @@ developing applications that use %{name}. Summary: Python 3 client libraries and plug-in support for %{name} Group: System Environment/Libraries 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: python3-%{name}-clibs < 1.9.0-1 -Provides: python2-%{name}-clibs < 1.9.0-1 +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} @@ -151,7 +152,9 @@ Group: System Environment/Libraries Requires: python3-%{name} = %{version} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: nfs-utils -Provides: %{name}-nfs-plugin-clibs < %{version} +Obsoletes: %{name}-nfs-plugin-clibs <= 1.9.0-1 +Provides: %{name}-nfs-plugin-clibs <= 1.9.0-1 + Requires(post): python3-%{name} = %{version} Requires(postun): python3-%{name} = %{version} @@ -376,11 +379,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 @@ -483,8 +486,16 @@ fi %{_mandir}/man1/local_lsmplugin.1* %changelog +* Tue Apr 20 2021 Tony Asleson - 1.9.1-1 +- Upgrade to 1.9.1 + +* Wed Apr 14 2021 Tony Asleson - 1.9.0-2 +- Re-order dependencies +- Correct multi-lib issue with python simulator files location + * Tue Mar 30 2021 Tony Asleson - 1.9.0-1 -* Upgrade to 1.9.0 (RHBZ #1939191) +- Upgrade to 1.9.0 (RHBZ #1939191) + * Thu Dec 3 2020 Tony Asleson - 1.8.7-1 - Upgrade to 1.8.7 (RHBZ #1817117)