Accepting request 142358 from Base:System
- apply permissions settings in %post. During initial installation some packages might be installed before the permissions package due to dependency loops so we need to make sure their settings are applied too. Also, on update of the permissions package changed permission settings may need to be applied. OBS-URL: https://build.opensuse.org/request/show/142358 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/permissions?expand=0&rev=81
This commit is contained in:
commit
63b7b739c7
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 21 13:56:34 UTC 2012 - lnussel@suse.de
|
||||
|
||||
- apply permissions settings in %post. During initial installation
|
||||
some packages might be installed before the permissions package
|
||||
due to dependency loops so we need to make sure their settings
|
||||
are applied too. Also, on update of the permissions package
|
||||
changed permission settings may need to be applied.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 15 11:49:04 UTC 2012 - lnussel@suse.de
|
||||
|
||||
|
@ -55,6 +55,8 @@ make DESTDIR="$RPM_BUILD_ROOT" install
|
||||
|
||||
%post
|
||||
%{fillup_only -n security}
|
||||
# apply all potentially changed permissions
|
||||
/usr/bin/chkstat --system
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user