forked from pool/permissions
Accepting request 544692 from home:RBrownSUSE:branches:Base:System
Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468) OBS-URL: https://build.opensuse.org/request/show/544692 OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=185
This commit is contained in:
parent
914f17f6d2
commit
2688fa191a
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 13:41:09 UTC 2017 - rbrown@suse.com
|
||||
|
||||
- Replace references to /var/adm/fillup-templates with new
|
||||
%_fillupdir macro (boo#1069468)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 14:03:29 UTC 2017 - krahmer@suse.com
|
||||
|
||||
|
@ -17,6 +17,11 @@
|
||||
# icecream 0
|
||||
|
||||
|
||||
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
||||
%if ! %{defined _fillupdir}
|
||||
%define _fillupdir /var/adm/fillup-templates
|
||||
%endif
|
||||
|
||||
BuildRequires: libcap-devel
|
||||
|
||||
Name: permissions
|
||||
@ -73,6 +78,6 @@ make DESTDIR="$RPM_BUILD_ROOT" install
|
||||
%{_bindir}/chkstat
|
||||
%{_mandir}/man5/permissions.5*
|
||||
%{_mandir}/man8/chkstat.8*
|
||||
/var/adm/fillup-templates/sysconfig.security
|
||||
%{_fillupdir}/sysconfig.security
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user