rpms/python-storm/F-11 python-storm.spec,1.9,1.10

Michel Alexandre Salim salimma at fedoraproject.org
Sat Aug 29 02:11:50 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/python-storm/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12332/F-11

Modified Files:
	python-storm.spec 
Log Message:
* Fri Aug 28 2009 Michel Salim <salimma at fedoraproject.org> - 0.15-2
- Reenable tests on Fedora >= 11 (disabling Django tests for now)



Index: python-storm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-storm/F-11/python-storm.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- python-storm.spec	28 Aug 2009 16:44:32 -0000	1.9
+++ python-storm.spec	29 Aug 2009 02:11:50 -0000	1.10
@@ -2,7 +2,7 @@
 
 Name:           python-storm
 Version:        0.15
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An object-relational mapper (ORM) for Python
 
 Group:          Development/Languages
@@ -76,13 +76,11 @@ cp -p %{SOURCE1} .
 %{__python} setup.py build
 
 
-# temporarily disable the test suite to fix broken deps in rawhide
-# should re-enable ASAP, see:
-# https://bugzilla.redhat.com/show_bug.cgi?id=477591
 %check
-%if 0%{?fedora} < 11
+# Disable Django tests for now
+mkdir off-tests
+mv tests/django off-tests/
 ./test
-%endif
 
 
 %install
@@ -122,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/storm/databases/postgres.*
 
 %changelog
+* Fri Aug 28 2009 Michel Salim <salimma at fedoraproject.org> - 0.15-2
+- Reenable tests on Fedora >= 11 (disabling Django tests for now)
+
 * Fri Aug 28 2009 Michel Salim <salimma at fedoraproject.org> - 0.15-1
 - Update to 0.15
 - Deprecate %{name}-sqlite, now part of main package




More information about the scm-commits mailing list