!8 optimization the spec

Merge pull request !8 from yaqwer/test_ci
This commit is contained in:
openeuler-ci-bot 2020-01-15 04:59:43 +08:00 committed by Gitee
commit 2649c952f6

View File

@ -2,7 +2,7 @@
%global legacy_actions %{_libexecdir}/initscripts/legacy-actions %global legacy_actions %{_libexecdir}/initscripts/legacy-actions
Name: iptables Name: iptables
Version: 1.8.1 Version: 1.8.1
Release: 2 Release: 3
Summary: IP packet filter administration utilities Summary: IP packet filter administration utilities
License: GPLv2 and Artistic Licence 2.0 and ISC License: GPLv2 and Artistic Licence 2.0 and ISC
URL: https://www.netfilter.org/ URL: https://www.netfilter.org/
@ -203,10 +203,6 @@ fi
%{_sbindir}/iptables-apply %{_sbindir}/iptables-apply
%{_sbindir}/ip*tables-legacy* %{_sbindir}/ip*tables-legacy*
%{_sbindir}/xtables-legacy-multi %{_sbindir}/xtables-legacy-multi
%{_sbindir}/arptables-restore
%{_sbindir}/arptables-save
%{_sbindir}/ebtables-restore
%{_sbindir}/ebtables-save
%exclude %{_sbindir}/*-nft* %exclude %{_sbindir}/*-nft*
%exclude %{_sbindir}/*-translate %exclude %{_sbindir}/*-translate
%exclude %{_sbindir}/xtables-monitor %exclude %{_sbindir}/xtables-monitor
@ -240,7 +236,11 @@ fi
%ghost %{_sbindir}/ip*tables-restore %ghost %{_sbindir}/ip*tables-restore
%ghost %{_sbindir}/ip*tables-save %ghost %{_sbindir}/ip*tables-save
%ghost %{_sbindir}/ebtables %ghost %{_sbindir}/ebtables
%ghost %{_sbindir}/ebtables-save
%ghost %{_sbindir}/ebtables-restore
%ghost %{_sbindir}/arptables %ghost %{_sbindir}/arptables
%ghost %{_sbindir}/arptables-save
%ghost %{_sbindir}/arptables-restore
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
@ -248,6 +248,9 @@ fi
%{_mandir}/* %{_mandir}/*
%changelog %changelog
* Wed Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.8.1-3
- optimization the patch
* Sun Jan 12 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.8.1-2 * Sun Jan 12 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.8.1-2
- optimization the patch - optimization the patch