From 581b057245ca5c89618a0b03bb0ec87c27aa32e5 Mon Sep 17 00:00:00 2001 From: modric Date: Mon, 20 Feb 2023 20:28:37 +0800 Subject: [PATCH] revert: delete the expired polkit-pkla-compat --- polkit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/polkit.spec b/polkit.spec index 1d61425..135f176 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 + * Mon Dec 19 2022 wangyunjia - 0.120-8 - fix core dump problem -- Gitee