From d17f5ce65789932fc04a475669c884ddf8e7acff Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Thu, 18 Oct 2012 14:38:18 +0200 Subject: [PATCH] Fix permissions for executables --- tog-pegasus.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tog-pegasus.spec b/tog-pegasus.spec index 37e9046..00f0edd 100644 --- a/tog-pegasus.spec +++ b/tog-pegasus.spec @@ -8,7 +8,7 @@ Name: tog-pegasus Version: %{major_ver}.0 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 2 Summary: OpenPegasus WBEM Services for Linux @@ -299,7 +299,7 @@ popd %ghost %attr(0640, root, pegasus) /etc/Pegasus/crl %ghost %verify(not md5 size mtime) /var/lib/Pegasus/log/install.log %ghost %attr(0640, root, pegasus) %verify(not md5 size mtime) /var/lib/Pegasus/cache/trace/cimserver.trc -%defattr(0750, root, pegasus, 0750) +%defattr(0755, root, pegasus, 0755) /usr/sbin/* /usr/bin/* %defattr(0644, root, pegasus, 0755) @@ -440,6 +440,9 @@ fi %changelog +* Thu Oct 18 2012 Vitezslav Crhonek - 2:2.12.0-3 +- Fix permissions for executables + * Tue Oct 16 2012 Vitezslav Crhonek - 2:2.12.0-2 - Fix local-or-remote-auth patch to work with IPv6 - Distribute modified access.conf file to conform README.RedHat.Security