From 09d2cb404e57c7e5c26ec393312e3f75a31ec621 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Wed, 31 Aug 2016 14:38:05 +0200 Subject: [PATCH] Release permissions for files in %%{_libdir}/Pegasus --- tog-pegasus.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tog-pegasus.spec b/tog-pegasus.spec index 0b7ebab..96d65d0 100644 --- a/tog-pegasus.spec +++ b/tog-pegasus.spec @@ -8,7 +8,7 @@ Name: tog-pegasus Version: %{major_ver}.1 -Release: 36%{?dist} +Release: 37%{?dist} Epoch: 2 Summary: OpenPegasus WBEM Services for Linux @@ -420,7 +420,7 @@ rm $RPM_BUILD_ROOT/usr/share/Pegasus/test/testtracer4.trace.0 /usr/share/Pegasus/html %files libs -%defattr(0755, root, pegasus, 0750) +%defattr(0755, root, pegasus, 0755) %{_libdir}/* %exclude /usr/lib/debug %exclude /usr/lib/systemd @@ -543,6 +543,10 @@ fi %changelog +* Wed Aug 31 2016 Vitezslav Crhonek - 2:2.14.1-37 +- Release permissions for files %%{_libdir}/Pegasus, there's no reason + to hide them for others + * Thu Mar 17 2016 Vitezslav Crhonek - 2:2.14.1-36 - Move SSL certificates to more convenient place, update related scripts and README.RedHat.SSL