From 6cce7622c0ebbf25a7893debb13f6c8b9423b435 Mon Sep 17 00:00:00 2001 From: Eric Garver Date: Tue, 1 Jun 2021 08:33:34 -0400 Subject: [PATCH] fix missing policy kit symlink Resolves: rhbz1966125 --- firewalld.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/firewalld.spec b/firewalld.spec index ef60407..b24a706 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -1,7 +1,7 @@ Summary: A firewall daemon with D-Bus interface providing a dynamic firewall Name: firewalld Version: 1.0.0 -Release: 0.1.alpha%{?dist} +Release: 0.2.alpha%{?dist} URL: http://www.firewalld.org License: GPLv2+ #Source0: https://github.com/firewalld/firewalld/releases/download/v%{version}/firewalld-%{version}.tar.gz @@ -141,7 +141,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* @@ -202,5 +202,8 @@ install -d -m 755 %{buildroot}%{_prefix}/lib/firewalld/zones/ %{_mandir}/man1/firewall-config*.1* %changelog +* Tue Jun 01 2021 Eric Garver - 1.0.0-0.2.alpha +- fix missing policy kit symlink + * Tue May 25 2021 Eric Garver - 1.0.0-0.1.alpha - package rebase to v1.0.0-alpha