import libstoragemgmt-1.8.6-1.el8

This commit is contained in:
CentOS Sources 2020-11-10 06:08:41 +00:00 committed by Andrew Lukoshko
parent dc66bbc4a7
commit a3c779c3bb
3 changed files with 9 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libstoragemgmt-1.8.3.tar.gz
SOURCES/libstoragemgmt-1.8.6.tar.gz

View File

@ -1 +1 @@
b888888d105dc6726e1cd59cfb71c00b6f1b9baa SOURCES/libstoragemgmt-1.8.3.tar.gz
1f048098e0d962321291c4ed98a36270f4f4ceb6 SOURCES/libstoragemgmt-1.8.6.tar.gz

View File

@ -1,8 +1,8 @@
%bcond_with test
Name: libstoragemgmt
Version: 1.8.3
Release: 2%{?dist}
Version: 1.8.6
Release: 1%{?dist}
Summary: Storage array management library
Group: System Environment/Libraries
License: LGPLv2+
@ -12,7 +12,7 @@ Patch0: BZ_1710776_change_run_dir.patch
Requires: python3-%{name}
# Netapp 7 mode plugin is no more.
Obsoletes: %{name}-netapp-plugin
Obsoletes: %{name}-netapp-plugin <= 1.6.2-10
BuildRequires: gcc gcc-c++
BuildRequires: autoconf automake libtool libxml2-devel check-devel perl-interpreter
@ -427,7 +427,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
%{_sysconfdir}/lsm/pluginconf.d/sim.conf
%{_mandir}/man1/sim_lsmplugin.1*
@ -540,6 +540,9 @@ fi
%{_mandir}/man1/local_lsmplugin.1*
%changelog
* Thu Nov 5 2020 Tony Asleson <tasleson@redhat.com> - 1.8.6-1
- Upgrade to 1.8.6 (RHBZ #1817117)
* Wed Jul 1 2020 Tony Asleson <tasleson@redhat.com> - 1.8.3-2
- Version bump for (RHBZ #1792447)