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:
Stephan Kulow 2012-11-22 16:02:36 +00:00 committed by Git OBS Bridge
commit 63b7b739c7
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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,-)