rpms/python-pyblock/devel .cvsignore, 1.32, 1.33 python-pyblock.spec, 1.55, 1.56 sources, 1.35, 1.36

Hans de Goede jwrdegoede at fedoraproject.org
Tue Feb 3 09:57:33 UTC 2009


Author: jwrdegoede

Update of /cvs/extras/rpms/python-pyblock/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1047

Modified Files:
	.cvsignore python-pyblock.spec sources 
Log Message:
* Tue Feb  3 2009 Hans de Goede <hdegoede at redhat.com> - 0.34-1
- Add functions that relate dm nodes and dm names (jgranados)
- Make dmraid devices recursive (fixes dmraid 10 / 01) (jgranados)
- When importing dm from C-code import it as block.dm, this fixes pyblock
  not working with python 2.6 (hansg)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-pyblock/devel/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- .cvsignore	19 Jan 2009 15:07:57 -0000	1.32
+++ .cvsignore	3 Feb 2009 09:57:02 -0000	1.33
@@ -1 +1 @@
-pyblock-0.33.tar.bz2
+pyblock-0.34.tar.bz2


Index: python-pyblock.spec
===================================================================
RCS file: /cvs/extras/rpms/python-pyblock/devel/python-pyblock.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- python-pyblock.spec	19 Jan 2009 15:07:57 -0000	1.55
+++ python-pyblock.spec	3 Feb 2009 09:57:02 -0000	1.56
@@ -5,7 +5,7 @@
 
 Summary: Python modules for dealing with block devices
 Name: python-%{realname}
-Version: 0.33
+Version: 0.34
 Release: 1%{?dist}
 Source0: %{realname}-%{version}.tar.bz2
 License: GPLv2 or GPLv3
@@ -17,6 +17,7 @@
 BuildRequires: zlib-devel, libbdevid >= 5.1.0
 Requires: python, device-mapper-libs >= %{dmver}, libselinux
 Requires: libbdevid, libbdevid-python, dmraid-libs >= %{dmrver}
+Requires: pyparted
 
 %description
 The pyblock contains Python modules for dealing with block devices.
@@ -42,6 +43,12 @@
 %{_docdir}/pyblock-%{version}/*
 
 %changelog
+* Tue Feb  3 2009 Hans de Goede <hdegoede at redhat.com> - 0.34-1
+- Add functions that relate dm nodes and dm names (jgranados)
+- Make dmraid devices recursive (fixes dmraid 10 / 01) (jgranados)
+- When importing dm from C-code import it as block.dm, this fixes pyblock
+  not working with python 2.6 (hansg)
+
 * Mon Jan 19 2009 Hans de Goede <hdegoede at redhat.com> - 0.33-1
 - Allow use as non root (for pychecker)
 - Forward port: "ERROR: only one argument allowed for this option"


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-pyblock/devel/sources,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- sources	19 Jan 2009 15:07:57 -0000	1.35
+++ sources	3 Feb 2009 09:57:02 -0000	1.36
@@ -1 +1 @@
-b11aafcda789427be74999994addf027  pyblock-0.33.tar.bz2
+ab9041d50a3ff3659ab313637c227ada  pyblock-0.34.tar.bz2




More information about the fedora-extras-commits mailing list