!55 [sync] PR-53: Firewall startup is to set CleanupModuleOnxit=yes to unload related ko when stopping firewalld service

From: @openeuler-sync-bot 
Reviewed-by: @robertxw 
Signed-off-by: @robertxw
This commit is contained in:
openeuler-ci-bot 2023-12-14 01:54:02 +00:00 committed by Gitee
commit fe689327c6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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
@ -155,6 +155,7 @@ if [ ! -e %{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.policy ]; th
esac
fi
sed -i "s/CleanupModulesOnExit=no/CleanupModulesOnExit=yes/g" %{_sysconfdir}/firewalld/firewalld.conf
%files -f %{name}.lang
%doc COPYING README
@ -240,6 +241,13 @@ fi
%{_datadir}/firewalld/testsuite/python/firewalld_test.py
%changelog
* Tue Nov 28 2023 zhanghao <zhanghao383@huawei.com> - 1.0.2-7
- Type:requirement
- ID:NA
- SUG:NA
- DESC:Firewall startup is to set CleanupModuleOnxit=yes to unload
related ko when stopping firewalld service
* Tue Sep 26 2023 zhanghao <zhanghao383@huawei.com> - 1.0.2-6
- Type:bugfix
- ID:NA