From db17a7459862dcbad4de83f7276c3e87f7806840 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:24:16 +0100 Subject: [PATCH] update to 122 [release 122-1mamba;Thu Nov 03 2022] --- polkit.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/polkit.spec b/polkit.spec index b3984a3..b6e64bc 100644 --- a/polkit.spec +++ b/polkit.spec @@ -3,7 +3,7 @@ %define polkit_groupid 65054 %define polkit_userid 65054 Name: polkit -Version: 121 +Version: 122 Release: 1mamba Summary: A framework for defining policy for system-wide components Group: Applications/Security @@ -11,7 +11,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.freedesktop.org/software/polkit/ -Source: http://www.freedesktop.org/software/polkit/releases/polkit-%{version}.tar.gz +Source: https://gitlab.freedesktop.org/polkit/polkit.git/%{version}/polkit-%{version}.tar.bz2 Source1: polkit-60-admin.conf Patch0: %{name}-0.101.0-Clarify_that_the_real_uid_is_returned_not_the_effective_one.patch Patch1: %{name}-0.101.0-Make-PolkitUnixProcess-also-record-the-uid-of-the-pr.patch @@ -63,7 +63,7 @@ This package contains static libraries and header files need for development. %debug_package %prep -%setup -q -n polkit-v.%{version} +%setup -q #%patch0 -p1 #%patch1 -p1 #%patch2 -p1 @@ -122,7 +122,6 @@ fi %{_sysconfdir}/pam.d/polkit-1 %dir %{_sysconfdir}/polkit-1 %attr(0700,polkitd,polkitd) %dir %{_sysconfdir}/polkit-1/rules.d -%{_sysconfdir}/polkit-1/rules.d/50-default.rules %{_bindir}/pkaction %{_bindir}/pkcheck %attr(4755,root,polkitd) %{_bindir}/pkexec @@ -136,11 +135,12 @@ fi %{_datadir}/gettext/its/polkit.loc %dir %{_datadir}/polkit-1 %dir %{_datadir}/polkit-1/actions -%{_datadir}/polkit-1/policyconfig-1.dtd %{_datadir}/polkit-1/actions/org.freedesktop.policykit.policy %attr(0700,polkitd,polkitd) %dir %{_datadir}/polkit-1/rules.d +%{_datadir}/polkit-1/rules.d/50-default.rules +%{_datadir}/polkit-1/policyconfig-1.dtd %{_datadir}/dbus-1/system-services/org.freedesktop.PolicyKit1.service -%{_mandir}/man1/pkttyagent.1.gz +%{_mandir}/man1/pkttyagent.1* %{_mandir}/man1/pkaction.1* %{_mandir}/man1/pkcheck.1* %{_mandir}/man1/pkexec.1* @@ -171,6 +171,9 @@ fi %doc ChangeLog %changelog +* Thu Nov 03 2022 Silvan Calarco 122-1mamba +- update to 122 + * Tue Oct 11 2022 Automatic Build System 121-1mamba - automatic version update by autodist