diff --git a/parted.spec b/parted.spec index 3d9ecc0..f2f5b98 100644 --- a/parted.spec +++ b/parted.spec @@ -4,7 +4,7 @@ Summary: The GNU disk partition manipulation program. Name: parted Version: 1.7.1 -Release: 12%{?dist} +Release: 13%{?dist} Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2 Patch0: parted-1.7.0-fat.c.patch Patch1: parted-1.7.0-sx8.patch @@ -108,6 +108,10 @@ exit 0 %{_libdir}/*.so %changelog +* Mon Aug 21 2006 Peter Jones - 1.7.1-13 +- Don't use the "volume name" as the device node name on dm device + partitions, it isn't really what we want at all. + * Thu Aug 17 2006 David Cantrell - 1.7.1-12 - Updated O_DIRECT patch to work around s390 problems - Update LastUsableLBA on GPT-labeled disks after LUN resize (#194238)