From c0380bdaea102b48d069fdb7bf0aa6a4923cf955 Mon Sep 17 00:00:00 2001 From: hanzj Date: Wed, 24 Feb 2021 15:30:07 +0800 Subject: [PATCH] drop Requires: kernel --- firewalld.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/firewalld.spec b/firewalld.spec index 29c3e54..d0378fa 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -1,6 +1,6 @@ Name: firewalld Version: 0.6.6 -Release: 1 +Release: 2 Summary: A firewall daemon with D-Bus interface providing a dynamic firewall License: GPLv2+ URL: http://www.firewalld.org @@ -16,7 +16,7 @@ BuildRequires: libxslt iptables ebtables ipset nftables python3-devel Requires: iptables ebtables ipset systemd hicolor-icon-theme python3-gobject NetworkManager-libnm dbus-x11 gtk3 -Requires: nftables >= 0.9.0 kernel >= 4.18.0 python3-firewall = %{version}-%{release} +Requires: nftables >= 0.9.0 python3-firewall = %{version}-%{release} Obsoletes: firewalld-selinux < 0.4.4.2-2 Conflicts: selinux-policy < 3.14.1-28 @@ -191,11 +191,14 @@ fi %changelog -* Fri Aug 28 2020 gaihuiying - 0.9.6-1 +* Wed Feb 24 2021 hanzhijun - 0.6.6-2 +- drop Requires: kernel + +* Fri Aug 28 2020 gaihuiying - 0.6.6-1 - Type:requirement - ID:NA - SUG:NA -- DESC:update firewalld version to 0.9.6 +- DESC:update firewalld version to 0.6.6 * Wed Jan 15 2020 zhangrui - 0.6.2-4 - create firewalld.conf file -- Gitee