From 150b1e5ecd0a4493464ef05c7f7ee2ce5db89c9f Mon Sep 17 00:00:00 2001 From: Eric Garver Date: Thu, 1 Aug 2019 08:38:51 -0400 Subject: [PATCH] drop Requires: kernel Resolves: rhbz 1733602 --- firewalld.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/firewalld.spec b/firewalld.spec index 9eb2135..394af57 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.7.1 -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 @@ -25,7 +25,6 @@ BuildRequires: nftables BuildRequires: python3-devel Requires: iptables, ebtables, ipset Requires: nftables >= 0.9.0 -Requires: kernel >= 4.18.0 Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -275,6 +274,9 @@ fi %{_mandir}/man1/firewall-config*.1* %changelog +* Thu Aug 01 2019 Eric Garver - 0.7.1-2 +- drop Requires: kernel + * Thu Jul 25 2019 Eric Garver - 0.7.1-1 - rebase package to v0.7.1