From 210e5e99e333e2e12815b582e692aa859676390d Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sat, 3 Oct 2009 02:24:28 +0000 Subject: [PATCH] - Upgrade to pyparted-2.2: Fixes PedDisk2_ped_Disk() and avoids losing disk label data in the conversion process (#526999) --- pyparted.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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).