forked from pool/polkit-default-privs
Accepting request 672425 from Base:System
- Update to version 13.2+20190207.4d86620: * add manage-vdo privilege of udisks2 (bsc#1123747) * further improve documentation in /etc/polkit-default-privs.local * sort the output rules in /etc/polkit-1/rules.d/90-default-privs to make the runs reproducible. (https://github.com/openSUSE/polkit-default-privs/issues/3) - Update to version 13.2+20190207.9bb8655: * man pages: extend documentation to better describe syntax and profiles * install README.md as part of package documentation * set_polkit_default_privs: add warning about unknown profiles * introduce a new polkit-default-privs easy profile OBS-URL: https://build.opensuse.org/request/show/672425 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/polkit-default-privs?expand=0&rev=157
This commit is contained in:
commit
e49018247e
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/polkit-default-privs.git</param>
|
<param name="url">https://github.com/openSUSE/polkit-default-privs.git</param>
|
||||||
<param name="changesrevision">b2262b282c735b5e170e73e697fc30ac1be8a0f4</param></service></servicedata>
|
<param name="changesrevision">4d866205ba66e3264b834049c26f8a84475edf88</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c22d5034742be1cbd0a3cfe5a63e12d4a7725fe27d4bee22c8f40c4ef29d144f
|
|
||||||
size 19460
|
|
3
polkit-default-privs-13.2+20190207.4d86620.tar.xz
Normal file
3
polkit-default-privs-13.2+20190207.4d86620.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4ed6e3c6e58e2f6a527c10df302e030a50d65064dd524d74f1db3d78a3fc90ac
|
||||||
|
size 22216
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 07 11:25:34 UTC 2019 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 13.2+20190207.4d86620:
|
||||||
|
* add manage-vdo privilege of udisks2 (bsc#1123747)
|
||||||
|
* further improve documentation in /etc/polkit-default-privs.local
|
||||||
|
* sort the output rules in /etc/polkit-1/rules.d/90-default-privs to
|
||||||
|
make the runs reproducible. (https://github.com/openSUSE/polkit-default-privs/issues/3)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 06 13:15:43 UTC 2019 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 13.2+20190207.9bb8655:
|
||||||
|
* man pages: extend documentation to better describe syntax and profiles
|
||||||
|
* install README.md as part of package documentation
|
||||||
|
* set_polkit_default_privs: add warning about unknown profiles
|
||||||
|
* introduce a new polkit-default-privs easy profile
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 30 17:33:46 UTC 2019 - opensuse-packaging@opensuse.org
|
Wed Jan 30 17:33:46 UTC 2019 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: polkit-default-privs
|
Name: polkit-default-privs
|
||||||
Version: 13.2+20190130.b2262b2
|
Version: 13.2+20190207.4d86620
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SUSE PolicyKit default permissions
|
Summary: SUSE PolicyKit default permissions
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -38,13 +38,14 @@ Requires: polkit
|
|||||||
Supplements: PolicyKit
|
Supplements: PolicyKit
|
||||||
Supplements: libpolkit0, polkit
|
Supplements: libpolkit0, polkit
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# please open bugreports at bugzilla.novell.com
|
# please open bugreports at bugzilla.suse.com
|
||||||
Url: http://github.com/openSUSE/polkit-default-privs.git
|
Url: http://github.com/openSUSE/polkit-default-privs.git
|
||||||
PreReq: %fillup_prereq
|
PreReq: %fillup_prereq
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Different default privilege settings depending on local configuration
|
Predefined polkit profiles for different usage scenarios like desktop and
|
||||||
|
server. These profiles define the kind of authentication required for various
|
||||||
|
polkit actions used across applications.
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
@ -66,8 +67,10 @@ mkdir -p $RPM_BUILD_ROOT/etc/polkit-1/rules.d/
|
|||||||
/sbin/set_polkit_default_privs >/dev/null
|
/sbin/set_polkit_default_privs >/dev/null
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%doc README.md
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%ghost %attr(0644,root,root) /etc/polkit-1/rules.d/90-default-privs.rules
|
%ghost %attr(0644,root,root) /etc/polkit-1/rules.d/90-default-privs.rules
|
||||||
|
%config /etc/polkit-default-privs.easy
|
||||||
%config /etc/polkit-default-privs.standard
|
%config /etc/polkit-default-privs.standard
|
||||||
%config /etc/polkit-default-privs.restrictive
|
%config /etc/polkit-default-privs.restrictive
|
||||||
%config(noreplace) /etc/polkit-default-privs.local
|
%config(noreplace) /etc/polkit-default-privs.local
|
||||||
|
Loading…
Reference in New Issue
Block a user