Accepting request 674600 from Base:System
- Update to version 13.2+20190213.2f39f9b: * add whitelisting file for files installed in polkit-1/rules.d * (bsc#1125314) * the new whitelisting is packaged in a separate subpackage, because it is not needed for normal operation, only during OBS build time for rpmlint to find it. OBS-URL: https://build.opensuse.org/request/show/674600 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/polkit-default-privs?expand=0&rev=158
This commit is contained in:
commit
8387724c18
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/polkit-default-privs.git</param>
|
||||
<param name="changesrevision">4d866205ba66e3264b834049c26f8a84475edf88</param></service></servicedata>
|
||||
<param name="changesrevision">2f39f9b0558d55c7ae87fa7542bf3d84f12eec69</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ed6e3c6e58e2f6a527c10df302e030a50d65064dd524d74f1db3d78a3fc90ac
|
||||
size 22216
|
3
polkit-default-privs-13.2+20190213.2f39f9b.tar.xz
Normal file
3
polkit-default-privs-13.2+20190213.2f39f9b.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38901ac93a3f55f3c23f5bbc81f2b9c49b5b1495b87bfa329f939af0117469c7
|
||||
size 22524
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 13 14:35:18 UTC 2019 - opensuse-packaging@opensuse.org
|
||||
|
||||
- Update to version 13.2+20190213.2f39f9b:
|
||||
* add whitelisting file for files installed in polkit-1/rules.d * (bsc#1125314)
|
||||
* the new whitelisting is packaged in a separate subpackage, because it is
|
||||
not needed for normal operation, only during OBS build time for rpmlint to
|
||||
find it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 07 11:25:34 UTC 2019 - opensuse-packaging@opensuse.org
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%endif
|
||||
|
||||
Name: polkit-default-privs
|
||||
Version: 13.2+20190207.4d86620
|
||||
Version: 13.2+20190213.2f39f9b
|
||||
Release: 0
|
||||
Summary: SUSE PolicyKit default permissions
|
||||
License: GPL-2.0-or-later
|
||||
@ -52,6 +52,18 @@ Authors:
|
||||
--------
|
||||
Ludwig Nussel
|
||||
|
||||
# use a separate package for the static whitelist (i.e. the one that isn't
|
||||
# part of the different profile selectable during runtime). This whitelist is
|
||||
# of no use for users and only needed during rpmlint time.
|
||||
%package -n polkit-whitelisting
|
||||
Summary: Static polkit whitelists for processing by rpmlint-checks
|
||||
Group: Productivity/Security
|
||||
|
||||
%description -n polkit-whitelisting
|
||||
This package contains static polkit whitelistings for polkit Java Script rule
|
||||
files. The whitelistings will be processed by rpmlint-checks to determine
|
||||
valid rule file installations by other packages.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -79,4 +91,8 @@ mkdir -p $RPM_BUILD_ROOT/etc/polkit-1/rules.d/
|
||||
%_mandir/man*/*
|
||||
%{_fillupdir}/sysconfig.security-polkit_default_privs
|
||||
|
||||
%files -n polkit-whitelisting
|
||||
%defattr(-,root,root)
|
||||
/etc/polkit-rules-whitelist.json
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user