- 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:
Matthias Gerstner 2019-01-14 15:59:23 +00:00 committed by Git OBS Bridge
parent 3e4c23efee
commit 081f829a1c
6 changed files with 43 additions and 5 deletions

13
_service Normal file
View 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
View 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>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f39e62b1dd23d7f64dd47f617c85b3ab96efb6b80a561e55efe224dc829fbfd0
size 22579

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5bf3f6b649a160b09887a82c2d58c9872c0beb4ff5453c207f74eae29fce89cb
size 20512

View File

@ -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

View File

@ -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