From 2b794c92b80b65364e3c8d4bfe493fca9667ad1f Mon Sep 17 00:00:00 2001 From: modric Date: Fri, 17 Feb 2023 11:35:40 +0800 Subject: [PATCH] revert: delete the expired polkit-pkla-compat (cherry picked from commit 98a01179c9e9d6e493ed4ee625ec91c46292fcd7) --- polkit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/polkit.spec b/polkit.spec index b00e5f0..12bc67c 100644 --- a/polkit.spec +++ b/polkit.spec @@ -1,6 +1,6 @@ Name: polkit Version: 0.120 -Release: 8 +Release: 9 Summary: Define and Handle authorizations tool License: LGPLv2+ URL: http://www.freedesktop.org/wiki/Software/polkit @@ -17,7 +17,7 @@ Patch5: fix-core-dump-problem.patch 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 +Requires: dbus polkit-pkla-compat Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires(pre): shadow-utils Requires(post): /sbin/ldconfig, systemd @@ -130,6 +130,9 @@ exit 0 %{_datadir}/man/man8/* %changelog +* Fri Feb 17 2023 wangyu - 0.120-9 +- revert: delete the expired polkit-pkla-compat + * Thu Dec 15 2022 shenxiangwei - 0.120-8 - fix core dump problem -- Gitee