forked from pool/aaa_base
Accepting request 544673 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/544673 OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=595
This commit is contained in:
parent
3624b8310f
commit
13c524e93a
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 13:39:19 UTC 2017 - rbrown@suse.com
|
||||
|
||||
- Replace references to /var/adm/fillup-templates with new
|
||||
%_fillupdir macro (boo#1069468)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 20 09:43:26 UTC 2017 - lnussel@suse.de
|
||||
|
||||
|
@ -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
|
||||
|
||||
Name: aaa_base
|
||||
Version: 84.87+git20171120.d36b8b1
|
||||
Release: 0
|
||||
@ -204,11 +209,11 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
|
||||
/usr/lib/sysctl.d/*.conf
|
||||
%dir /usr/lib/initscripts
|
||||
%dir /usr/lib/initscripts/legacy-actions
|
||||
/var/adm/fillup-templates/sysconfig.backup
|
||||
/var/adm/fillup-templates/sysconfig.language
|
||||
/var/adm/fillup-templates/sysconfig.news
|
||||
/var/adm/fillup-templates/sysconfig.proxy
|
||||
/var/adm/fillup-templates/sysconfig.windowmanager
|
||||
%{_fillupdir}/sysconfig.backup
|
||||
%{_fillupdir}/sysconfig.language
|
||||
%{_fillupdir}/sysconfig.news
|
||||
%{_fillupdir}/sysconfig.proxy
|
||||
%{_fillupdir}/sysconfig.windowmanager
|
||||
|
||||
%files extras
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user