From cc5c5efcf422ce6f4b7e10acd86001a280ba3858 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 28 2020 09:40:54 +0000 Subject: import libstoragemgmt-1.8.3-1.el8 --- diff --git a/.gitignore b/.gitignore index fa4836f..7e6a163 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libstoragemgmt-1.8.1.tar.gz +SOURCES/libstoragemgmt-1.8.3.tar.gz diff --git a/.libstoragemgmt.metadata b/.libstoragemgmt.metadata index a047dad..b88f787 100644 --- a/.libstoragemgmt.metadata +++ b/.libstoragemgmt.metadata @@ -1 +1 @@ -7795ddffe993e06a4bbe62617ed43a7a1b131cbb SOURCES/libstoragemgmt-1.8.1.tar.gz +b888888d105dc6726e1cd59cfb71c00b6f1b9baa SOURCES/libstoragemgmt-1.8.3.tar.gz diff --git a/SPECS/libstoragemgmt.spec b/SPECS/libstoragemgmt.spec index 9cf20b0..3aeb18c 100644 --- a/SPECS/libstoragemgmt.spec +++ b/SPECS/libstoragemgmt.spec @@ -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 - 1.8.3-1 +- Upgrade to 1.8.3 (RHBZ #1741288) + +* Thu Feb 13 2020 Tony Asleson - 1.8.1-4 +- Fix dnf groupinstall base (RHBZ #1792370) + +* Wed Oct 30 2019 Tony Asleson - 1.8.1-3 +- Correct rpm -V (RHBZ #1726209) + * Thu Jun 13 2019 Tony Asleson - 1.8.1-2 - Correct gating.yaml (RHBZ #1720284)