Upgrade to 1.8.5
Signed-off-by: Tony Asleson <tasleson@redhat.com>
This commit is contained in:
parent
ee8ad9ec51
commit
5bb0384aae
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@
|
||||
/libstoragemgmt-1.8.2.tar.gz
|
||||
/libstoragemgmt-1.8.3.tar.gz
|
||||
/libstoragemgmt-1.8.4.tar.gz
|
||||
/libstoragemgmt-1.8.5.tar.gz
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
%endif
|
||||
|
||||
Name: libstoragemgmt
|
||||
Version: 1.8.4
|
||||
Release: 5%{?dist}
|
||||
Version: 1.8.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Storage array management library
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/libstorage/libstoragemgmt
|
||||
@ -105,10 +105,10 @@ This package contains python 3 client C extension libraries.
|
||||
|
||||
%package smis-plugin
|
||||
Summary: Files for SMI-S generic array support for %{name}
|
||||
BuildRequires: python3-pywbem
|
||||
Requires: python3-pywbem
|
||||
BuildRequires: python3-pywbem < 1.0.0-1
|
||||
Requires: python3-pywbem < 1.0.0-1
|
||||
%if %{with python2}
|
||||
BuildRequires: python2-pywbem
|
||||
BuildRequires: python2-pywbem < 1.0.0-1
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
Provides: %{name}-ibm-v7k-plugin = 2:%{version}-%{release}
|
||||
@ -508,7 +508,7 @@ fi
|
||||
%{_bindir}/sim_lsmplugin
|
||||
%dir %{_libexecdir}/lsm.d
|
||||
%{_libexecdir}/lsm.d/find_unused_lun.py*
|
||||
%{_libexecdir}/lsm.d/local_sanity_check.py*
|
||||
%{_libexecdir}/lsm.d/local_check.py*
|
||||
%config(noreplace) %{_sysconfdir}/lsm/pluginconf.d/sim.conf
|
||||
%{_mandir}/man1/sim_lsmplugin.1*
|
||||
|
||||
@ -622,6 +622,10 @@ fi
|
||||
%{_mandir}/man1/local_lsmplugin.1*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 11 2020 Tony Asleson <tasleson@redhat.com> - 1.8.5-1
|
||||
- Upgrade to 1.8.5
|
||||
- Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1864052
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-5
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libstoragemgmt-1.8.4.tar.gz) = 1d4ddbfa0a449bdf059d175309064cc1bcf28b23d2f616a47f9cbc919e21d84ebd70e58925d72422aaace1637219f5196c628cc415a283c6f9c3c1bdcbbfc94c
|
||||
SHA512 (libstoragemgmt-1.8.5.tar.gz) = cfbe500dd2217ff77734f2ccdd0a85e2c69b449c82154a854f1673cbffb073116327d9fbad0dc93989148de8be579459a1bc1f4fe6a157f5a2e8949961bce45e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user