[clamav/f14/master] execute 'make check' (#640347)

ensc ensc at fedoraproject.org
Sun Nov 7 10:34:07 UTC 2010


commit 5e15dc5495d3ad8c351de4860dccc57a3fe5535a
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Sun Nov 7 11:27:39 2010 +0100

    execute 'make check' (#640347)

 clamav.spec |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/clamav.spec b/clamav.spec
index a740848..28c2ada 100644
--- a/clamav.spec
+++ b/clamav.spec
@@ -485,6 +485,11 @@ touch $RPM_BUILD_ROOT{%milterstatedir/clamav-milter.socket,%milterlog}
 
 ## ------------------------------------------------------------
 
+%check
+make check || :
+
+## ------------------------------------------------------------
+
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
@@ -715,6 +720,8 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || :
 %changelog
 * Sun Oct 31 2010 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.96.4-1500
 - updated to 0.96.4
+- execute 'make check' (#640347) but ignore errors for now because
+  four checks are failing on f13
 
 * Tue Oct 05 2010 jkeating - 0.96.3-1400.1
 - Rebuilt for gcc bug 634757


More information about the scm-commits mailing list