]> git.pld-linux.org Git - packages/yubico-piv-tool.git/commitdiff
- disable valgrind in tests; release 2 auto/th/yubico-piv-tool-1.5.0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 May 2018 08:10:33 +0000 (10:10 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 May 2018 08:10:33 +0000 (10:10 +0200)
yubico-piv-tool.spec

index 78b8a67e36f31bbd7f3bbb47ced3f10ca62a6703..54ca36740ebab8339384f5652ad2b5db7e1fe32e 100644 (file)
@@ -7,7 +7,7 @@ Summary:        Tool for interacting with the PIV applet on a YubiKey NEO
 Summary(pl.UTF-8):     NarzÄ™dzie do komunikacji z apletem PIV na YubiKey NEO
 Name:          yubico-piv-tool
 Version:       1.5.0
-Release:       1
+Release:       2
 License:       BSD
 Group:         Applications
 Source0:       https://developers.yubico.com/yubico-piv-tool/Releases/%{name}-%{version}.tar.gz
@@ -97,7 +97,11 @@ pakiet zawiera biblioteki statyczne.
 
 %{__make}
 
-%{?with_tests:%{__make} check}
+%if %{with tests}
+# disable valgrind, it catches some issues in bash
+%{__make} check \
+       LOG_COMPILER=
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.095036 seconds and 4 git commands to generate.