Accepting request 546396 from Base:System

- polkit-default-privs: adding new sddm kcm actions (bsc#1065563) (forwarded request 546384 from krahmer)

OBS-URL: https://build.opensuse.org/request/show/546396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/polkit-default-privs?expand=0&rev=136
This commit is contained in:
Dominique Leuenberger 2017-11-30 11:38:44 +00:00 committed by Git OBS Bridge
commit 5e2ca795d0
3 changed files with 26 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd5699cea2792cd23855a5792820b8481c0daf60f3266185035573aac2695c66
size 21056
oid sha256:cbc5cd4353de8545fb3f8eb965baf09268c2cc740b76e2c599f9c0378a696379
size 21091

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Nov 29 09:29:13 UTC 2017 - krahmer@suse.com
- polkit-default-privs: adding new sddm kcm actions (bsc#1065563)
-------------------------------------------------------------------
Fri Nov 24 09:35:28 UTC 2017 - matthias.gerstner@suse.com
- Fixed usage of %_fillupdir macro, needs to be passed to `make install` such
that the file is installed into the right location.
-------------------------------------------------------------------
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

View File

@ -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: polkit-default-privs
Version: 13.2
Release: 0
@ -52,7 +57,7 @@ Authors:
%build
%install
make install DESTDIR=$RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT fillupdir="%{_fillupdir}"
mkdir -p $RPM_BUILD_ROOT/etc/polkit-1/rules.d/
> $RPM_BUILD_ROOT/etc/polkit-1/rules.d/90-default-privs.rules
@ -69,6 +74,6 @@ mkdir -p $RPM_BUILD_ROOT/etc/polkit-1/rules.d/
/sbin/chkstat-polkit
/sbin/set_polkit_default_privs
%_mandir/man*/*
/var/adm/fillup-templates/sysconfig.security-polkit_default_privs
%{_fillupdir}/sysconfig.security-polkit_default_privs
%changelog