diff --git a/pyparted.spec b/pyparted.spec index affd01c..539a278 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -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 2.1.2-1 +* Fri Oct 02 2009 David Cantrell - 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 - 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).