rpms/python-peak-rules/devel python-peak-rules.spec,1.8,1.9

Karsten Hopp karsten at fedoraproject.org
Wed Apr 15 11:04:43 UTC 2009


Author: karsten

Update of /cvs/extras/rpms/python-peak-rules/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30818

Modified Files:
	python-peak-rules.spec 
Log Message:
- Disable checks on s390x for now, see bugzilla #495874


Index: python-peak-rules.spec
===================================================================
RCS file: /cvs/extras/rpms/python-peak-rules/devel/python-peak-rules.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-peak-rules.spec	26 Feb 2009 22:48:36 -0000	1.8
+++ python-peak-rules.spec	15 Apr 2009 11:04:40 -0000	1.9
@@ -13,7 +13,7 @@
 # Release:0.3.a1.dev%{devrev}%{?dist}
 # But we can't do that yet because it breaks the upgrade path.
 # When version hits 0.5.1 or 0.6 we can correct this.
-Release:        5.%{devrev}%{?dist}
+Release:        6.%{devrev}%{?dist}
 Summary:        Generic functions and business rules support systems
 
 Group:          Development/Languages
@@ -59,7 +59,10 @@
 %{__python} setup.py install --skip-build --root %{buildroot}
 
 %check
+# Disable checks on s390x for now, see bugzilla #495874 
+%ifnarch s390x
 %{__python} setup.py test
+%endif
 
 %clean
 rm -rf %{buildroot}
@@ -70,6 +73,9 @@
 %{python_sitelib}/*
 
 %changelog
+* Wed Apr 15 2009 Karsten Hopp <karsten at redhat.com> 0.5a1.dev-6.2582
+- Disable checks on s390x for now, see bugzilla #495874 
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5a1.dev-5.2582
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list