import libstoragemgmt-1.8.1-3.el8

This commit is contained in:
CentOS Sources 2020-01-21 16:43:04 -05:00 committed by Stepan Oksanichenko
parent 787c2c45a9
commit e3fc217d22

View File

@ -2,7 +2,7 @@
Name: libstoragemgmt
Version: 1.8.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Storage array management library
Group: System Environment/Libraries
License: LGPLv2+
@ -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,9 @@ fi
%{_mandir}/man1/local_lsmplugin.1*
%changelog
* 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)