From 4d5da0a967d09d31822da2576b3829351797433e Mon Sep 17 00:00:00 2001 From: chengyechun Date: Mon, 21 Nov 2022 15:25:25 +0800 Subject: [PATCH] nftables:enabled DT testcases Signed-off-by: huangyu --- nftables.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/nftables.spec b/nftables.spec index 2ed2121..4c41193 100644 --- a/nftables.spec +++ b/nftables.spec @@ -1,6 +1,6 @@ Name: nftables Version: 1.0.0 -Release: 3 +Release: 4 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 export SETUPTOOLS_USE_DISTUTILS=stdlib %make_install @@ -113,6 +116,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-4 +- Type:feature +- ID:NA +- SUG:NA +- DESC:enabled DT testcase + * Sat Sep 03 2022 xinghe - 1:1.0.0-3 - Type:bugfix - ID:NA -- Gitee