rpms/deltarpm/devel deltarpm.spec,1.37,1.38

tomspur tomspur at fedoraproject.org
Sat Feb 13 10:04:13 UTC 2010


Author: tomspur

Update of /cvs/pkgs/rpms/deltarpm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5337

Modified Files:
	deltarpm.spec 
Log Message:
add BR: python3-libs as a workaround for bug #564527
(can be removed again, when this bug is gone)



Index: deltarpm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/deltarpm/devel/deltarpm.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- deltarpm.spec	10 Feb 2010 12:49:00 -0000	1.37
+++ deltarpm.spec	13 Feb 2010 10:04:13 -0000	1.38
@@ -1,6 +1,6 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
-%if 0%{?fedora} > 12
+%if 0%{?fedora} > 12 || 0%{?rhel} > 5
 %global with_python3 1
 %endif
 
@@ -27,6 +27,8 @@ BuildRequires: python-devel
 
 %if 0%{?with_python3}
 BuildRequires: python3-devel
+# FIXME: remove BR: python3-libs again, once #564527 is gone
+BuildRequires: python3-libs
 %endif
 
 %description



More information about the scm-commits mailing list