- introduce service file for pulling new releases from git upstream instead of
using the old mkchanges script from the git repo (bsc#1121841) OBS-URL: https://build.opensuse.org/package/show/Base:System/polkit-default-privs?expand=0&rev=299
This commit is contained in:
parent
3e4c23efee
commit
081f829a1c
13
_service
Normal file
13
_service
Normal file
@ -0,0 +1,13 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/openSUSE/polkit-default-privs.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">%cd</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/polkit-default-privs.git</param>
|
||||
<param name="changesrevision">397d2f01eb233827eba1c48f16e946702c82ac39</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f39e62b1dd23d7f64dd47f617c85b3ab96efb6b80a561e55efe224dc829fbfd0
|
||||
size 22579
|
3
polkit-default-privs-20190103.tar.xz
Normal file
3
polkit-default-privs-20190103.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bf3f6b649a160b09887a82c2d58c9872c0beb4ff5453c207f74eae29fce89cb
|
||||
size 20512
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 14 15:56:23 UTC 2019 - matthias.gerstner@suse.com
|
||||
|
||||
- introduce service file for pulling new releases from git upstream instead of
|
||||
using the old mkchanges script from the git repo (bsc#1121841)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 14 15:29:16 UTC 2019 - opensuse-packaging@opensuse.org
|
||||
|
||||
- Update to version 20190103:
|
||||
* luckybackup: initial whitelisting of polkit pkexec action (bsc#1120403)
|
||||
* boltd: initial whitelisting of polkit actions (bsc#1119975)
|
||||
* tuned: add new logging actions
|
||||
* chkstat: adjust DO NOT EDIT banner in generated rules file
|
||||
* spice-gtk: relax lowlevelusbaccess requirements
|
||||
* blueman: relax standard profile rules, drop unneeded bluez.config rule (bsc#1083066)
|
||||
* polkit-default-privs: add renamed libvirt rules (bsc#1106813)
|
||||
* polkit-default-privs: add meson install action (bsc#1103811)
|
||||
* polkit-default-privs: fix syntax error in gamemode whitelisting (bsc#1104135)
|
||||
* polkit-default-privs: whitelist gamemode pkexec action (bsc#1093979)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 16:32:25 UTC 2019 - matthias.gerstner@suse.com
|
||||
|
||||
|
@ -23,12 +23,12 @@
|
||||
%endif
|
||||
|
||||
Name: polkit-default-privs
|
||||
Version: 13.2
|
||||
Version: 20190103
|
||||
Release: 0
|
||||
Summary: SUSE PolicyKit default permissions
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Security
|
||||
Source: polkit-default-privs-%version.tar.bz2
|
||||
Source: polkit-default-privs-%version.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: polkit
|
||||
%if 0%{?suse_version} < 1310
|
||||
|
Loading…
Reference in New Issue
Block a user