[packages/libseccomp] disable tests by default; rel 2

atler atler at pld-linux.org
Sat Feb 1 14:02:18 CET 2025


commit 0f76de776e6964e78e71094f9394daffbb50c053
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat Feb 1 13:11:23 2025 +0100

    disable tests by default; rel 2
    
    valgrind tests need glibc-debuginfo matching glibc which is hard to
    maintiain and there's no way to just disable valgrind tests

 libseccomp.spec | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/libseccomp.spec b/libseccomp.spec
index c37c327..e0cc01f 100644
--- a/libseccomp.spec
+++ b/libseccomp.spec
@@ -1,15 +1,10 @@
 #
 # Conditional build:
-%bcond_without	tests		# "make check"
+%bcond_with	tests		# "make check"
 %bcond_without	static_libs	# static library
 %bcond_without	python2		# CPython 2.x module
 %bcond_without	python3		# CPython 3.x module
 
-%ifnarch %{x8664}
-# tests seem broken on x86 and x32
-%undefine	with_tests
-%endif
-
 %if %{without static_libs}
 %undefine	with_python2
 %undefine	with_python3
@@ -18,7 +13,7 @@ Summary:	Enhanced Seccomp (mode 2) Helper library
 Summary(pl.UTF-8):	Rozszerzona biblioteka pomocnicza Seccomp (trybu 2)
 Name:		libseccomp
 Version:	2.6.0
-Release:	1
+Release:	2
 License:	LGPL v2.1
 Group:		Libraries
 #Source0Download: https://github.com/seccomp/libseccomp/releases
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libseccomp.git/commitdiff/0f76de776e6964e78e71094f9394daffbb50c053



More information about the pld-cvs-commit mailing list