forked from pool/polkit-default-privs
Accepting request 669129 from Base:System
- whitelist newly introduced network manager wifi-scan action (bsc#1122262) - Be explicit in service file about master branch is the one in use for tarball generation via revision parameter. - introduce service file for pulling new releases from git upstream instead of using the old mkchanges script from the git repo (bsc#1121841). This changes the version number of the package but nothing else. OBS-URL: https://build.opensuse.org/request/show/669129 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/polkit-default-privs?expand=0&rev=155
This commit is contained in:
commit
e9f1302ee5
14
_service
Normal file
14
_service
Normal file
@ -0,0 +1,14 @@
|
||||
<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="revision">master</param>
|
||||
<param name="versionformat">13.2+%cd.%h</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">da9c3c634ad8735afbc16b3dd1249dc990ee58c1</param></service></servicedata>
|
3
polkit-default-privs-13.2+20190128.da9c3c6.tar.xz
Normal file
3
polkit-default-privs-13.2+20190128.da9c3c6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:167f58c328475dc60b3fb95f01662a0573d10d79a12ce210a3f354074d461548
|
||||
size 19452
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f39e62b1dd23d7f64dd47f617c85b3ab96efb6b80a561e55efe224dc829fbfd0
|
||||
size 22579
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 16:02:33 UTC 2019 - opensuse-packaging@opensuse.org
|
||||
|
||||
- whitelist newly introduced network manager wifi-scan action (bsc#1122262)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 21:32:41 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
- Be explicit in service file about master branch is the one in use
|
||||
for tarball generation via revision parameter.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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). This changes
|
||||
the version number of the package but nothing else.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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: 13.2+20190128.da9c3c6
|
||||
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