SHA256
1
0
forked from pool/permissions

- 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/package/show/Base:System/permissions?expand=0&rev=95
This commit is contained in:
Ludwig Nussel 2012-11-21 14:01:07 +00:00 committed by Git OBS Bridge
parent 2708dcae9f
commit 8449923ee4
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,-)