diff --git a/polkit.spec b/polkit.spec index 73c2f84..6e5ce0f 100644 --- a/polkit.spec +++ b/polkit.spec @@ -4,7 +4,7 @@ Summary: An authorization framework Name: polkit Version: 121 -Release: 4%{?dist}.1 +Release: 4%{?dist}.2 License: LGPLv2+ URL: http://www.freedesktop.org/wiki/Software/polkit Source0: http://www.freedesktop.org/software/polkit/releases/%{name}-%{version}.tar.xz @@ -134,7 +134,7 @@ exit 0 %{_datadir}/polkit-1/actions/org.freedesktop.policykit.policy %{_datadir}/polkit-1/policyconfig-1.dtd %dir %{_sysconfdir}/polkit-1 -%{_datadir}/polkit-1/rules.d/50-default.rules +%{_sysconfdir}/polkit-1/rules.d/50-default.rules %attr(0750,root,polkitd) %dir %{_sysconfdir}/polkit-1/rules.d %{_sysconfdir}/pam.d/polkit-1 %{_bindir}/pkaction @@ -165,6 +165,9 @@ exit 0 %{_libdir}/girepository-1.0/*.typelib %changelog +* Tue Apr 11 2023 Jan Rybar - 122-3.2 +- revert config file location + * Thu Mar 30 2023 Jan Rybar - 122-3.1 - config file permission change to increase security of polkitd - Resolves: bz#2182784