diff --git a/iptables.spec b/iptables.spec index 6f6c03f3a16ae7e656e0d23d5edb9307ed138c70..d96f56a065a87f77b009da81954655925482c007 100644 --- a/iptables.spec +++ b/iptables.spec @@ -2,7 +2,7 @@ %global legacy_actions %{_libexecdir}/initscripts/legacy-actions Name: iptables Version: 1.8.7 -Release: 9 +Release: 10 Summary: IP packet filter administration utilities License: GPLv2 and Artistic Licence 2.0 and ISC URL: https://www.netfilter.org/ @@ -76,6 +76,9 @@ rm -f include/linux/types.h %make_build +%check +make check + %install %make_install @@ -317,6 +320,12 @@ fi %{_mandir}/man8/xtables-legacy* %changelog +* Tue Nov 22 2022 huangyu - 1.8.7-10 +- Type:feature +- ID:NA +- SUG:NA +- DESC:enabled Dt testcase + * Mon Aug 15 2022 seuzw <930zhaowei@163.com> - 1.8.7-9 - Type:bugfix - ID:NA