Fix the `rpm -V` failures. (RHBZ #1629735, the same issue also in Fedora)

Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
Gris Ge 2018-09-17 21:07:31 +08:00
parent 37e251e05d
commit dbc407ba88
1 changed files with 6 additions and 3 deletions

View File

@ -9,7 +9,7 @@
Name: libstoragemgmt
Version: 1.6.2
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Storage array management library
Group: System Environment/Libraries
License: LGPLv2+
@ -458,8 +458,8 @@ fi
%{_unitdir}/%{name}.service
%ghost %dir %attr(0755, -, -) /run/lsm/
%ghost %dir %attr(0755, -, -) /run/lsm/ipc
%ghost %dir %attr(0775, -, -) /run/lsm/
%ghost %dir %attr(0775, -, -) /run/lsm/ipc
%attr(0644, root, root) %{_tmpfilesdir}/%{name}.conf
@ -639,6 +639,9 @@ fi
%{_mandir}/man1/local_lsmplugin.1*
%changelog
* Mon Sep 17 2018 Gris Ge <fge@redhat.com> - 1.6.2-9
- Fix the `rpm -V` failures. (RHBZ #1629735, the same issue also in Fedora)
* Tue Jul 24 2018 Adam Williamson <awilliam@redhat.com> - 1.6.2-8
- Rebuild for new libconfig