From e334014ee1fa6058537aab8944b4ad4a90cc2139 Mon Sep 17 00:00:00 2001 From: chengyechun Date: Mon, 21 Nov 2022 15:18:15 +0800 Subject: [PATCH] nftables:Enabled DT testcase Signed-off-by: huangyu --- nftables.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/nftables.spec b/nftables.spec index 82a01af..380caed 100644 --- a/nftables.spec +++ b/nftables.spec @@ -1,6 +1,6 @@ Name: nftables Version: 1.0.0 -Release: 2 +Release: 3 Epoch: 1 Summary: A subsystem of the Linux kernel processing network data License: GPLv2 @@ -50,6 +50,9 @@ The nftables python module providing an interface to libnftables via ctypes. --enable-python --with-python-bin=%{__python3} %make_build +%check +make check + %install %make_install %delete_la @@ -112,6 +115,12 @@ echo "%{_libdir}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf %{python3_sitelib}/nftables/ %changelog +* Mon Nov 21 2022 huangyu - 1:1.0.0-3 +- Type:feature +- ID:NA +- SUG:NA +- DESC:enabled DT testcase + * Sat Sep 03 2022 xinghe - 1:1.0.0-2 - Type:bugfix - ID:NA