From 8e4f40f996d4ccdd956c4dd4c1762f228c187ea5 Mon Sep 17 00:00:00 2001 From: chengyechun Date: Tue, 22 Nov 2022 09:28:16 +0800 Subject: [PATCH] iptables:enabled DT test Signed-off-by: huangyu --- iptables.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/iptables.spec b/iptables.spec index 6f6c03f..d96f56a 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 -- Gitee