Accepting request 544682 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/544682 OBS-URL: https://build.opensuse.org/package/show/Base:System/polkit-default-privs?expand=0&rev=253
This commit is contained in:
parent
2fd255e013
commit
5d555d4beb
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 23 13:40:08 UTC 2017 - rbrown@suse.com
|
||||||
|
|
||||||
|
- Replace references to /var/adm/fillup-templates with new
|
||||||
|
%_fillupdir macro (boo#1069468)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 25 11:55:52 UTC 2017 - krahmer@suse.com
|
Wed Oct 25 11:55:52 UTC 2017 - krahmer@suse.com
|
||||||
|
|
||||||
|
@ -17,6 +17,11 @@
|
|||||||
# icecream 0
|
# icecream 0
|
||||||
|
|
||||||
|
|
||||||
|
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
||||||
|
%if ! %{defined _fillupdir}
|
||||||
|
%define _fillupdir /var/adm/fillup-templates
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: polkit-default-privs
|
Name: polkit-default-privs
|
||||||
Version: 13.2
|
Version: 13.2
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -69,6 +74,6 @@ mkdir -p $RPM_BUILD_ROOT/etc/polkit-1/rules.d/
|
|||||||
/sbin/chkstat-polkit
|
/sbin/chkstat-polkit
|
||||||
/sbin/set_polkit_default_privs
|
/sbin/set_polkit_default_privs
|
||||||
%_mandir/man*/*
|
%_mandir/man*/*
|
||||||
/var/adm/fillup-templates/sysconfig.security-polkit_default_privs
|
%{_fillupdir}/sysconfig.security-polkit_default_privs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user