Fix files permissions, Resolves: #200906
This commit is contained in:
parent
34bd7be1e0
commit
fd152c5b11
@ -41,7 +41,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Version: 2.6.1
|
Version: 2.6.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
#
|
#
|
||||||
Summary: OpenPegasus WBEM Services for Linux
|
Summary: OpenPegasus WBEM Services for Linux
|
||||||
@ -276,10 +276,21 @@ make -f RedHat.OpenPegasus.Makefile install prefix=$RPM_BUILD_ROOT libdir=%{_lib
|
|||||||
%endif
|
%endif
|
||||||
%defattr(0755, root, pegasus, 0750)
|
%defattr(0755, root, pegasus, 0750)
|
||||||
/usr/%{_lib}/*
|
/usr/%{_lib}/*
|
||||||
|
/usr/share/Pegasus/scripts
|
||||||
%defattr(0750, root, pegasus, 0750)
|
%defattr(0750, root, pegasus, 0750)
|
||||||
/usr/sbin/*
|
/usr/sbin/*
|
||||||
|
%attr(0755, root, pegasus) /usr/sbin/cimauth
|
||||||
|
%attr(0755, root, pegasus) /usr/sbin/cimconfig
|
||||||
|
%attr(0755, root, pegasus) /usr/sbin/cimprovagt
|
||||||
|
%attr(0755, root, pegasus) /usr/sbin/cimserver
|
||||||
|
%attr(0755, root, pegasus) /usr/sbin/cimuser
|
||||||
|
%attr(0755, root, pegasus) /usr/sbin/repupgrade
|
||||||
/usr/bin/*
|
/usr/bin/*
|
||||||
/usr/share/Pegasus/scripts
|
%attr(0755, root, pegasus) /usr/bin/cimmof
|
||||||
|
%attr(0755, root, pegasus) /usr/bin/cimmofl
|
||||||
|
%attr(0755, root, pegasus) /usr/bin/cimprovider
|
||||||
|
%attr(0755, root, pegasus) /usr/bin/osinfo
|
||||||
|
%attr(0755, root, pegasus) /usr/bin/wbemexec
|
||||||
%config /etc/rc.d/init.d/tog-pegasus
|
%config /etc/rc.d/init.d/tog-pegasus
|
||||||
%defattr(0640, root, pegasus, 0750)
|
%defattr(0640, root, pegasus, 0750)
|
||||||
%dir /etc/Pegasus
|
%dir /etc/Pegasus
|
||||||
@ -424,6 +435,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 9 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.1-2
|
||||||
|
- Fix files permissions
|
||||||
|
Resolves: #200906
|
||||||
|
|
||||||
* Thu Aug 30 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.1-1
|
* Thu Aug 30 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.1-1
|
||||||
- Update to 2.6.1
|
- Update to 2.6.1
|
||||||
- Fix wrong init script (#245339)
|
- Fix wrong init script (#245339)
|
||||||
|
Loading…
Reference in New Issue
Block a user