[packages/cone] - disable tests (require working valgrind)

qboosh qboosh at pld-linux.org
Tue Feb 28 21:41:44 CET 2023


commit 524452f3220415d10225e3c646e08f16c3b8002d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Feb 28 21:43:33 2023 +0100

    - disable tests (require working valgrind)

 cone.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/cone.spec b/cone.spec
index 2f7105f..0b921d5 100644
--- a/cone.spec
+++ b/cone.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_without	tests	# "make check"
+%bcond_with	tests	# "make check" (requires operational valgrind, i.e. with glibc-debuginfo)
 %bcond_with	gnutls	# GnuTLS instead of OpenSSL
 %bcond_with	socks	# (Courier) Socks support
 
@@ -39,6 +39,7 @@ BuildRequires:	perl-base
 BuildRequires:	pkgconfig
 BuildRequires:	procps
 BuildRequires:	sysconftool
+%{?with_tests:BuildRequires:	valgrind}
 BuildRequires:	zlib-devel
 Requires:	ca-certificates
 Suggests:	gnupg
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cone.git/commitdiff/524452f3220415d10225e3c646e08f16c3b8002d



More information about the pld-cvs-commit mailing list