]> git.pld-linux.org Git - packages/cone.git/commitdiff
- disable tests (require working valgrind) master
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 28 Feb 2023 20:43:33 +0000 (21:43 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 28 Feb 2023 20:43:33 +0000 (21:43 +0100)
cone.spec

index 2f7105f6784ce03f691104c5a61dd7edd95c384d..0b921d5fa95555d918f7c9e847d042dc14782d3d 100644 (file)
--- 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
This page took 0.214571 seconds and 4 git commands to generate.