[couchdb/el6] Allow more failing tests on EL5

Peter Lemenkov peter at fedoraproject.org
Wed Jan 23 15:01:16 UTC 2013


commit 8684ab478bcd884f7a95f0a66c89c423085009df
Author: Peter Lemenkov <lemenkov at gmail.com>
Date:   Wed Jan 23 19:01:06 2013 +0400

    Allow more failing tests on EL5
    
    Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>

 couchdb.spec |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/couchdb.spec b/couchdb.spec
index 4d0f4c7..eef9ddc 100644
--- a/couchdb.spec
+++ b/couchdb.spec
@@ -4,7 +4,7 @@
 
 Name:           couchdb
 Version:        1.0.4
-Release:        2%{?dist}
+Release:        2%{?dist}.1
 Summary:        A document database server, accessible via a RESTful JSON API
 
 Group:          Applications/Databases
@@ -124,16 +124,12 @@ mv $RPM_BUILD_ROOT%{_sysconfdir}/{default,sysconfig}
 
 %check
 %if 0%{?el5}
-%ifarch x86_64
-# I've observing some mysterious test failures in Koji-x86_64 on EL5
-# which I can't reproduce on any of my EL5 x86_64 boxes
+# I've observing some mysterious test failures in Koji-x86_64 and x86 on EL5
+# which I can't reproduce on any of my EL5 boxes
 make check || exit 0
 %else
 make check
 %endif
-%else
-make check
-%endif
 
 
 %clean


More information about the scm-commits mailing list