- Upgrade to pyparted-2.2: Fixes PedDisk2_ped_Disk() and avoids losing disk

label data in the conversion process (#526999)
This commit is contained in:
David Cantrell 2009-10-03 02:24:28 +00:00
parent 2dea6a327e
commit 210e5e99e3

View File

@ -2,7 +2,7 @@
Summary: Python module for GNU parted
Name: pyparted
Version: 2.1.2
Version: 2.2
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
@ -44,7 +44,12 @@ partition tables.
%{python_sitearch}/parted
%changelog
* Mon Aug 17 2009 Chris Lumens <clumens@redhat.com> 2.1.2-1
* Fri Oct 02 2009 David Cantrell <dcantrell@redhat.com> - 2.2-1
- Upgrade to pyparted-2.2:
Fixes PedDisk2_ped_Disk() and avoids losing disk label data
in the conversion process (#526999)
* Mon Aug 17 2009 Chris Lumens <clumens@redhat.com> - 2.1.2-1
- Upgrade to pyparted-2.1.2:
PED_DEVICE_DM is always defined in libparted these days.
Handle parted exceptions arising from ped_device_get (#495433).