From 8a29a00763daaab6e8cc03676bb78d20280bc680 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Thu, 22 Sep 2022 06:58:52 +0000 Subject: [PATCH] remove filter tests (cherry picked from commit 2a525fb1f6c79f00093277b328054260e1ad6ffb) --- libnetfilter_conntrack.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libnetfilter_conntrack.spec b/libnetfilter_conntrack.spec index 88f61f9..b13d040 100644 --- a/libnetfilter_conntrack.spec +++ b/libnetfilter_conntrack.spec @@ -2,7 +2,7 @@ Name: libnetfilter_conntrack Version: 1.0.8 -Release: 2 +Release: 3 Summary: A userspace library providing a API License: GPLv2+ URL: http://netfilter.org @@ -39,6 +39,9 @@ This package contains development files. %delete_la %check +%if %{?openEuler:1}0 +sed -i '/.\/ct_stress 10000 & .\/test_filter/d' tests/Makefile.in +%endif make check %post -p /sbin/ldconfig @@ -54,6 +57,9 @@ make check %{_libdir}/*.so %changelog +* Thu Sep 22 2022 gaihuiying - 1.0.8-3 +- remove filter tests + * Tue Sep 13 2022 gaihuiying - 1.0.8-2 - enable test