import libstoragemgmt-1.8.3-1.el8
This commit is contained in:
parent
c60f58ff67
commit
d3bb6494b6
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/libstoragemgmt-1.8.1.tar.gz
|
||||
SOURCES/libstoragemgmt-1.8.3.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
7795ddffe993e06a4bbe62617ed43a7a1b131cbb SOURCES/libstoragemgmt-1.8.1.tar.gz
|
||||
b888888d105dc6726e1cd59cfb71c00b6f1b9baa SOURCES/libstoragemgmt-1.8.3.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%bcond_with test
|
||||
|
||||
Name: libstoragemgmt
|
||||
Version: 1.8.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.8.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Storage array management library
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
@ -70,7 +70,7 @@ support and open source plug-ins written in python 3.
|
||||
%package -n python3-%{name}-clibs
|
||||
Summary: Python 3 C extension module for %{name}
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%{?python_provide:%python_provide python3-%{name}-clibs}
|
||||
|
||||
%description -n python3-%{name}-clibs
|
||||
@ -178,7 +178,7 @@ The nfs-plugin package contains plug-in for local NFS exports support.
|
||||
%package nfs-plugin-clibs
|
||||
Summary: Python C extension module for %{name} NFS plugin
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description nfs-plugin-clibs
|
||||
The %{name}-nfs-plugin-clibs package contains python C extension for %{name}
|
||||
@ -384,8 +384,8 @@ fi
|
||||
|
||||
%{_unitdir}/%{name}.service
|
||||
|
||||
%ghost %dir %attr(0775, -, -) /run/lsm/
|
||||
%ghost %dir %attr(0775, -, -) /run/lsm/ipc
|
||||
%ghost %dir %attr(0775, root, libstoragemgmt) /run/lsm/
|
||||
%ghost %dir %attr(0775, root, libstoragemgmt) /run/lsm/ipc
|
||||
|
||||
%attr(0644, root, root) %{_tmpfilesdir}/%{name}.conf
|
||||
|
||||
@ -540,6 +540,15 @@ fi
|
||||
%{_mandir}/man1/local_lsmplugin.1*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 13 2020 Tony Asleson <tasleson@redhat.com> - 1.8.3-1
|
||||
- Upgrade to 1.8.3 (RHBZ #1741288)
|
||||
|
||||
* Thu Feb 13 2020 Tony Asleson <tasleson@redhat.com> - 1.8.1-4
|
||||
- Fix dnf groupinstall base (RHBZ #1792370)
|
||||
|
||||
* Wed Oct 30 2019 Tony Asleson <tasleson@redhat.com> - 1.8.1-3
|
||||
- Correct rpm -V (RHBZ #1726209)
|
||||
|
||||
* Thu Jun 13 2019 Tony Asleson <tasleson@redhat.com> - 1.8.1-2
|
||||
- Correct gating.yaml (RHBZ #1720284)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user