Fix permissions for executables
This commit is contained in:
parent
c8d927d584
commit
d17f5ce657
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: tog-pegasus
|
Name: tog-pegasus
|
||||||
Version: %{major_ver}.0
|
Version: %{major_ver}.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Summary: OpenPegasus WBEM Services for Linux
|
Summary: OpenPegasus WBEM Services for Linux
|
||||||
|
|
||||||
@ -299,7 +299,7 @@ popd
|
|||||||
%ghost %attr(0640, root, pegasus) /etc/Pegasus/crl
|
%ghost %attr(0640, root, pegasus) /etc/Pegasus/crl
|
||||||
%ghost %verify(not md5 size mtime) /var/lib/Pegasus/log/install.log
|
%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
|
%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/sbin/*
|
||||||
/usr/bin/*
|
/usr/bin/*
|
||||||
%defattr(0644, root, pegasus, 0755)
|
%defattr(0644, root, pegasus, 0755)
|
||||||
@ -440,6 +440,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 18 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.12.0-3
|
||||||
|
- Fix permissions for executables
|
||||||
|
|
||||||
* Tue Oct 16 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.12.0-2
|
* Tue Oct 16 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.12.0-2
|
||||||
- Fix local-or-remote-auth patch to work with IPv6
|
- Fix local-or-remote-auth patch to work with IPv6
|
||||||
- Distribute modified access.conf file to conform README.RedHat.Security
|
- Distribute modified access.conf file to conform README.RedHat.Security
|
||||||
|
Loading…
Reference in New Issue
Block a user