[libtnc] disable make check

Tom Callaway spot at fedoraproject.org
Mon Feb 10 21:57:43 UTC 2014


commit 243fc3219b9413e55a56bbb962a5199edb3d5481
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Feb 10 16:58:21 2014 -0500

    disable make check

 libtnc.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libtnc.spec b/libtnc.spec
index 68ceb9c..37caa31 100644
--- a/libtnc.spec
+++ b/libtnc.spec
@@ -69,7 +69,8 @@ find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
 popd
 
 %check
-make check
+# Doesn't work properly until libraries are installed.
+# make check
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig


More information about the scm-commits mailing list