rpms/python-decorator/devel python-decorator.spec,1.6,1.7

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 15 16:48:21 UTC 2009


Author: toshio

Update of /cvs/pkgs/rpms/python-decorator/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17019

Modified Files:
	python-decorator.spec 
Log Message:
Account for RHEL as well as Fedora.



Index: python-decorator.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-decorator/devel/python-decorator.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- python-decorator.spec	5 Jun 2009 13:58:43 -0000	1.6
+++ python-decorator.spec	15 Jun 2009 16:47:51 -0000	1.7
@@ -42,7 +42,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %check
 # Until we get the python-multiprocessing backport packaged
-%if 0%{?fedora} >= 11
+%if 0%{?fedora} >= 11 || 0%{?rhel} > 5
 nosetests --with-doctest
 %endif
 




More information about the fedora-extras-commits mailing list