From 0a803294c9ed7d0a4157da1923b815f60e1ca816 Mon Sep 17 00:00:00 2001 From: yaqwer <980830296@qq.com> Date: Wed, 15 Jan 2020 04:40:14 +0800 Subject: [PATCH] optimization the patch --- iptables.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/iptables.spec b/iptables.spec index f1c863e..d01d58f 100644 --- a/iptables.spec +++ b/iptables.spec @@ -2,7 +2,7 @@ %global legacy_actions %{_libexecdir}/initscripts/legacy-actions Name: iptables Version: 1.8.1 -Release: 2 +Release: 3 Summary: IP packet filter administration utilities License: GPLv2 and Artistic Licence 2.0 and ISC URL: https://www.netfilter.org/ @@ -203,10 +203,6 @@ fi %{_sbindir}/iptables-apply %{_sbindir}/ip*tables-legacy* %{_sbindir}/xtables-legacy-multi -%{_sbindir}/arptables-restore -%{_sbindir}/arptables-save -%{_sbindir}/ebtables-restore -%{_sbindir}/ebtables-save %exclude %{_sbindir}/*-nft* %exclude %{_sbindir}/*-translate %exclude %{_sbindir}/xtables-monitor @@ -240,7 +236,11 @@ fi %ghost %{_sbindir}/ip*tables-restore %ghost %{_sbindir}/ip*tables-save %ghost %{_sbindir}/ebtables +%ghost %{_sbindir}/ebtables-save +%ghost %{_sbindir}/ebtables-restore %ghost %{_sbindir}/arptables +%ghost %{_sbindir}/arptables-save +%ghost %{_sbindir}/arptables-restore %files help %defattr(-,root,root) @@ -248,6 +248,9 @@ fi %{_mandir}/* %changelog +* Wed Jan 15 2020 openEuler Buildteam - 1.8.1-3 +- optimization the patch + * Sun Jan 12 2020 openEuler Buildteam - 1.8.1-2 - optimization the patch -- Gitee