From 03bcab8cac7a45670534529d920e36b70a6aa6be Mon Sep 17 00:00:00 2001 From: modric Date: Tue, 18 Oct 2022 03:25:17 +0000 Subject: [PATCH] delete the expired polkit-pkla-compat Signed-off-by: modric --- polkit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/polkit.spec b/polkit.spec index 7258304..5a2c6a9 100644 --- a/polkit.spec +++ b/polkit.spec @@ -1,6 +1,6 @@ Name: polkit Version: 0.120 -Release: 5 +Release: 6 Summary: Define and Handle authorizations tool License: LGPLv2+ URL: http://www.freedesktop.org/wiki/Software/polkit @@ -16,7 +16,7 @@ Patch4: backport-build-Add-fallback-looking-for-duktape-s-library-and. BuildRequires: gcc-c++ glib2-devel >= 2.30.0 expat-devel pam-devel gtk-doc intltool BuildRequires: gobject-introspection-devel systemd systemd-devel BuildRequires: libxslt autoconf automake libtool pkgconfig(duktape) >= 2.2.0 -Requires: dbus polkit-pkla-compat +Requires: dbus Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires(pre): shadow-utils Requires(post): /sbin/ldconfig, systemd @@ -129,6 +129,9 @@ exit 0 %{_datadir}/man/man8/* %changelog +* Mon Oct 17 2022 wangyu - 0.120-6 +- delete the expired polkit-pkla-compat + * Fri May 6 2022 Hugel - 0.120-5 - change jsauthority to duktape -- Gitee