diff --git a/firewalld.spec b/firewalld.spec index e21d875..24a6151 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: 0.8.0 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.firewalld.org License: GPLv2+ Source0: https://github.com/firewalld/firewalld/releases/download/v%{version}/firewalld-%{version}.tar.gz @@ -22,6 +22,7 @@ BuildRequires: libxslt BuildRequires: iptables, ebtables, ipset BuildRequires: python3-devel Requires: iptables, ebtables, ipset +Suggests: iptables-nft Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -272,6 +273,9 @@ fi %{_mandir}/man1/firewall-config*.1* %changelog +* Wed Jan 15 2020 Phil Sutter - 0.8.0-2 +- Add suggests to propagate iptables-nft + * Tue Nov 05 2019 Eric Garver - 0.8.0-1 - rebase package to v0.8.0