From d72afa3d9b207c3aa578d85f12d539b932f3955b Mon Sep 17 00:00:00 2001 From: zhongxuan Date: Fri, 9 Jun 2023 20:10:16 +0800 Subject: [PATCH] firewalld: unnecessary loading of ebtables-related kernel modules enter the commit message for your changes. Lines starting --- firewalld.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/firewalld.spec b/firewalld.spec index b06e97b..08727c2 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -1,6 +1,6 @@ Name: firewalld Version: 1.0.2 -Release: 6 +Release: 7 Summary: A firewall daemon with D-Bus interface providing a dynamic firewall License: GPLv2+ URL: http://www.firewalld.org @@ -22,7 +22,7 @@ BuildRequires: autoconf automake desktop-file-utils gettext intltool glib2 glib2 BuildRequires: libxslt iptables ebtables ipset python3-devel -Requires: iptables ebtables ipset systemd +Requires: iptables iptables-nft ipset systemd %if %{?openEuler:1}0 Requires: hicolor-icon-theme python3-gobject NetworkManager-libnm dbus-x11 gtk3 %endif @@ -238,6 +238,12 @@ fi %{_datadir}/firewalld/testsuite/python/firewalld_test.py %changelog +* Fri Jun 09 2023 zhanghao - 1.0.2-7 +- Type:requirement +- ID:NA +- SUG:NA +- DESC:To reduce unnecessary loading of ebtables-related kernel modules + * Sun Jun 04 2023 zhanghao - 1.0.2-6 - Type:requirement - ID:NA -- Gitee