[clamav] execute 'make check' (#640347)

ensc ensc at fedoraproject.org
Sun Nov 7 10:28:39 UTC 2010


commit 35bfd9d8e241d1ff65c5e8c673f68c403486d261
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 767b8cd..96c8af1 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"
 
@@ -707,6 +712,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
 
 * Wed Sep 29 2010 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.96.3-1501
 - lowered stop priority of sysv initscripts (#629435)


More information about the scm-commits mailing list