From dbc407ba88d47b1412977976e6507b1e9d71aa4f Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Mon, 17 Sep 2018 21:07:31 +0800 Subject: [PATCH] Fix the `rpm -V` failures. (RHBZ #1629735, the same issue also in Fedora) Signed-off-by: Gris Ge --- libstoragemgmt.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libstoragemgmt.spec b/libstoragemgmt.spec index 8602a08..1672afe 100644 --- a/libstoragemgmt.spec +++ b/libstoragemgmt.spec @@ -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 - 1.6.2-9 +- Fix the `rpm -V` failures. (RHBZ #1629735, the same issue also in Fedora) + * Tue Jul 24 2018 Adam Williamson - 1.6.2-8 - Rebuild for new libconfig