forked from pool/polkit-default-privs
Compare commits
18 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
effdfa4391 | ||
343f5db0a7 | |||
abcbead29f | |||
|
c7379dee48 | ||
8cc2899249 | |||
|
5c5570e9fc | ||
b467c25590 | |||
|
dee5cce89f | ||
0221c0db4f | |||
|
781888ed30 | ||
c1898e1ed7 | |||
|
4fd4f305f2 | ||
|
e683173187 | ||
9c1da03c06 | |||
|
92d17bc275 | ||
1d64eb1071 | |||
|
6e03139879 | ||
|
c1f0e4d306 |
9
_service
9
_service
@ -1,14 +1,17 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="tar_scm" mode="manual">
|
||||
<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">1550+%cd.%h</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
<service name="set_version" mode="manual"/>
|
||||
<service name="format_spec_file" mode="manual">
|
||||
<param name="specfile">polkit-default-privs.spec</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/polkit-default-privs.git</param>
|
||||
<param name="changesrevision">7e0e3f4561a5879e07a43be7c1a63dacfd7fac61</param></service></servicedata>
|
||||
<param name="changesrevision">f792cceb00be2a4cdde5a1053e2c6443da7f1d3b</param></service></servicedata>
|
BIN
polkit-default-privs-1550+20240708.7e0e3f4.tar.xz
(Stored with Git LFS)
BIN
polkit-default-privs-1550+20240708.7e0e3f4.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
polkit-default-privs-1550+20250131.f792cce.tar.xz
Normal file
3
polkit-default-privs-1550+20250131.f792cce.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce7d74774d5d19bcf22c353a72d7c36d4e2f9a9369b7efeb01c615b55c37dc71
|
||||
size 26908
|
@ -1,3 +1,75 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 31 14:08:18 UTC 2025 - filippo.bonazzi@suse.com
|
||||
|
||||
- Update to version 1550+20250131.f792cce:
|
||||
* cleanup: drop veyon (package deleted due to unfixed build issues)
|
||||
* cleanup: drop scap-workbench action (no longer packaged)
|
||||
* cleanup: drop unused org.xfce.power.xfce4-pm-helper
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 31 10:32:17 UTC 2025 - filippo.bonazzi@suse.com
|
||||
|
||||
- Update to version 1550+20250131.70c3c44:
|
||||
* man page polkit-default-privs(5): fix path for local override (bsc#1236538)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 28 10:21:03 UTC 2025 - matthias.gerstner@suse.com
|
||||
|
||||
- Update to version 1550+20250128.968956c:
|
||||
* profiles: add tuned-ppd renames / minor changes (bsc#1236029)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 21 09:24:44 UTC 2025 - filippo.bonazzi@suse.com
|
||||
|
||||
- Update to version 1550+20250121.7deadcd:
|
||||
* profiles: add left out emulation-load action for fwupd (bsc#1235659)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 17 14:31:19 UTC 2025 - matthias.gerstner@suse.com
|
||||
|
||||
- Update to version 1550+20250117.6b45c52:
|
||||
* profiles: whitelist fwupd 2.0 major update actions (bsc#1235659)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 29 13:55:53 UTC 2024 - filippo.bonazzi@suse.com
|
||||
|
||||
- Update to version 1550+20241129.21d7d0b:
|
||||
* profiles: adjust tuned settings to new upstream default (bsc#1232412)
|
||||
* profiles: add tuned methods for instance handling / PPD (bsc#1232412)
|
||||
- Add format_spec_file service in manual mode
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 28 08:28:00 UTC 2024 - matthias.gerstner@suse.com
|
||||
|
||||
- Update to version 1550+20241127.a20426b:
|
||||
* profiles: whitelist systemd v257 actions (bsc#1233295)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 28 08:27:00 UTC 2024 - Matthias Gerstner <matthias.gerstner@suse.com>
|
||||
|
||||
- _service: switch from "disabled" mode to "manual" mode, which is a more
|
||||
fitting setting which is available now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 13:54:56 UTC 2024 - wolfgang.frisch@suse.com
|
||||
|
||||
- Update to version 1550+20241111.762abac:
|
||||
* profiles: whitelist additional upower charging-limit action (bsc#1232835)
|
||||
* profiles: xfce4-power-manager (bsc#1232244)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 05 11:05:11 UTC 2024 - matthias.gerstner@suse.com
|
||||
|
||||
- Update to version 1550+20241105.bedeeca:
|
||||
* profiles: whitelist xfce mousepad pkexec action (bsc#1232231)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 07:58:09 UTC 2024 - matthias.gerstner@suse.com
|
||||
|
||||
- Update to version 1550+20241017.007e12d:
|
||||
* profiles: whitelist additional kinfocenter action (bsc#1231659)
|
||||
* Update rule for kpmcore (bsc#1203315)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 09 07:40:55 UTC 2024 - filippo.bonazzi@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package polkit-default-privs
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,7 +23,7 @@
|
||||
%endif
|
||||
|
||||
Name: polkit-default-privs
|
||||
Version: 1550+20240708.7e0e3f4
|
||||
Version: 1550+20250131.f792cce
|
||||
Release: 0
|
||||
Summary: SUSE PolicyKit default permissions
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user