rpms/python-pyblock/devel python-pyblock.spec,1.37,1.38

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Nov 10 18:41:31 UTC 2006


Author: pjones

Update of /cvs/dist/rpms/python-pyblock/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7347

Modified Files:
	python-pyblock.spec 
Log Message:
- siiigh, silly builders can't tell they need python until they have python
  unless I remove this rule.



Index: python-pyblock.spec
===================================================================
RCS file: /cvs/dist/rpms/python-pyblock/devel/python-pyblock.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- python-pyblock.spec	10 Nov 2006 16:56:50 -0000	1.37
+++ python-pyblock.spec	10 Nov 2006 18:41:28 -0000	1.38
@@ -1,7 +1,6 @@
 %define realname pyblock
-%define pyver %(%{__python} -c "import sys; print sys.version[:3]")
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)[1:]")}
-%define dmrver 1.0.0.rc13-1%{?dist}
+%define dmrver 1.0.0.rc14-1%{?dist}
 
 Summary: Python modules for dealing with block devices
 Name: python-%{realname}
@@ -14,7 +13,7 @@
 BuildRequires: python-devel, gettext, device-mapper >= 1.01.05-3
 BuildRequires: dmraid-devel >= %{dmrver}, libselinux-devel, libsepol-devel
 BuildRequires: zlib-devel, libbdevid >= 5.1.0
-Requires: python >= %{pyver}, device-mapper >= 1.01.04, libselinux
+Requires: python, device-mapper >= 1.01.04, libselinux
 Requires: libbdevid, libbdevid-python, dmraid >= %{dmrver}
 
 %description




More information about the fedora-cvs-commits mailing list