|
From: <kk...@us...> - 2008-10-24 12:21:12
|
Revision: 1129
http://omc.svn.sourceforge.net/omc/?rev=1129&view=rev
Author: kkaempf
Date: 2008-10-24 10:21:03 +0000 (Fri, 24 Oct 2008)
Log Message:
-----------
fedora doesn't have py_requires
Modified Paths:
--------------
cmpi-bindings/trunk/package/cmpi-bindings.spec.in
Modified: cmpi-bindings/trunk/package/cmpi-bindings.spec.in
===================================================================
--- cmpi-bindings/trunk/package/cmpi-bindings.spec.in 2008-10-24 04:32:43 UTC (rev 1128)
+++ cmpi-bindings/trunk/package/cmpi-bindings.spec.in 2008-10-24 10:21:03 UTC (rev 1129)
@@ -80,7 +80,11 @@
Group: Development/Languages/Python
# for the debug package. we dont use debug_package_requires here as it would enforce to install both packages.
Provides: %{name} = %{version}-%{release}
+%if 0%{?fedora_version}
+Requires: python
+%else
%{py_requires}
+%endif
%description -n cmpi-bindings-pywbem
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|