fix missing policy kit symlink
Resolves: rhbz1966125
This commit is contained in:
parent
8e78d6a7eb
commit
6cce7622c0
@ -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 <egarver@redhat.com> - 1.0.0-0.2.alpha
|
||||
- fix missing policy kit symlink
|
||||
|
||||
* Tue May 25 2021 Eric Garver <egarver@redhat.com> - 1.0.0-0.1.alpha
|
||||
- package rebase to v1.0.0-alpha
|
||||
|
Loading…
Reference in New Issue
Block a user