[mod_security] Attempt to enable the test suite in %check

Athmane Madjoudj athmane at fedoraproject.org
Thu Feb 27 18:07:30 UTC 2014


commit 7115e74960407baaf35c6a6be5ffc119df0e1822
Author: Athmane Madjoudj <athmane at fedoraproject.org>
Date:   Thu Feb 27 19:04:30 2014 +0100

    Attempt to enable the test suite in %check
    
    Test suite does not start because of some issue in shipped httpd config (fix upstreamed in PR #669)
    After the fix, the test suite starts but still fails

 mod_security.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/mod_security.spec b/mod_security.spec
index 6e93832..b79fc24 100644
--- a/mod_security.spec
+++ b/mod_security.spec
@@ -10,7 +10,7 @@
 Summary: Security module for the Apache HTTP Server
 Name: mod_security 
 Version: 2.7.7
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: ASL 2.0
 URL: http://www.modsecurity.org/
 Group: System Environment/Daemons
@@ -48,6 +48,12 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
 make %{_smp_mflags}
 
+# Test suite does not start because of some issue in shipped httpd config (fix upstreamed in PR #669)
+# After the fix, the test suite starts but still fails
+#%check
+#make test
+#make test-regression
+
 %install
 rm -rf %{buildroot}
 
@@ -107,6 +113,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Thu Feb 27 2014 Athmane Madjoudj <athmane at fedoraproject.org> 2.7.7-4
+- Add check section
+
 * Sat Feb 22 2014 Athmane Madjoudj <athmane at fedoraproject.org> 2.7.7-3
 - Fix bogus date in chanelog
 


More information about the scm-commits mailing list