rpms/python-pyblock/devel python-pyblock.spec,1.41,1.42

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Feb 5 21:42:11 UTC 2007


Author: agk

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

Modified Files:
	python-pyblock.spec 
Log Message:
- Add build dependency on new device-mapper-devel package.



Index: python-pyblock.spec
===================================================================
RCS file: /cvs/dist/rpms/python-pyblock/devel/python-pyblock.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- python-pyblock.spec	7 Dec 2006 20:50:26 -0000	1.41
+++ python-pyblock.spec	5 Feb 2007 21:42:03 -0000	1.42
@@ -5,12 +5,12 @@
 Summary: Python modules for dealing with block devices
 Name: python-%{realname}
 Version: 0.27
-Release: 1
+Release: 2
 Source0: %{realname}-%{version}.tar.bz2
 License: GPL
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: python-devel, gettext, device-mapper >= 1.01.05-3
+BuildRequires: python-devel, gettext, device-mapper-devel
 BuildRequires: dmraid-devel >= %{dmrver}, libselinux-devel, libsepol-devel
 BuildRequires: zlib-devel, libbdevid >= 5.1.0
 Requires: python, device-mapper >= 1.01.04, libselinux
@@ -38,6 +38,9 @@
 /%{python_sitelib}/block/*
 
 %changelog
+* Mon Feb 05 2007 Alasdair Kergon <agk at redhat.com> - 0.27-2
+- Add build dependency on new device-mapper-devel package.
+
 * Thu Dec  7 2006 Jeremy Katz <katzj at redhat.com> - 0.27-1
 - fix build for other python versions, build against python 2.5
 - fix for Py_ssize_t changes in python 2.5




More information about the fedora-cvs-commits mailing list