fix missing policykit symlink

Resolves: RHEL-33041
This commit is contained in:
Eric Garver 2024-04-17 12:22:53 -04:00
parent 3eb0333fa8
commit a1a6f3bcc6

View File

@ -1,7 +1,7 @@
Summary: A firewall daemon with D-Bus interface providing a dynamic firewall
Name: firewalld
Version: 2.1.2
Release: 1%{?dist}
Release: 2%{?dist}
URL: http://www.firewalld.org
License: GPL-2.0-or-later
Source0: https://github.com/firewalld/firewalld/releases/download/v%{version}/firewalld-%{version}.tar.bz2
@ -161,7 +161,7 @@ install -d -m 755 %{buildroot}%{_prefix}/lib/firewalld/zones/
%config(noreplace) %{_datadir}/dbus-1/system.d/FirewallD.conf
%{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.desktop.policy.choice
%{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.server.policy.choice
%ghost %{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.policy
%{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.policy
%{_mandir}/man1/firewall*cmd*.1*
%{_mandir}/man1/firewalld*.1*
%{_mandir}/man5/firewall*.5*
@ -234,6 +234,9 @@ install -d -m 755 %{buildroot}%{_prefix}/lib/firewalld/zones/
%{_mandir}/man1/firewall-config*.1*
%changelog
* Wed Apr 17 2024 Eric Garver <egarver@redhat.com> - 2.1.2-2
- fix missing policykit symlink
* Tue Apr 16 2024 Eric Garver <egarver@redhat.com> - 2.1.2-1
- rebase package to v2.1.2