diff --git a/parted.spec b/parted.spec index f2f5b98..0244a21 100644 --- a/parted.spec +++ b/parted.spec @@ -2,19 +2,19 @@ %define _sbindir /sbin Summary: The GNU disk partition manipulation program. -Name: parted +Name: parted Version: 1.7.1 -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 -Patch3: parted-1.7.1-dasd.patch -Patch4: parted-1.7.0-iseries.patch -Patch5: parted-1.7.1-dm.patch -Patch6: parted-1.7.0-aix.patch -Patch7: parted-1.7.1-vtoc-errbuf.patch -Patch8: parted-1.7.1-O_DIRECT.patch -Patch9: parted-1.7.1-get_exception.patch +Release: 14%{?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 +Patch3: parted-1.7.1-dasd.patch +Patch4: parted-1.7.0-iseries.patch +Patch5: parted-1.7.1-dm.patch +Patch6: parted-1.7.0-aix.patch +Patch7: parted-1.7.1-vtoc-errbuf.patch +Patch8: parted-1.7.1-O_DIRECT.patch +Patch9: parted-1.7.1-get_exception.patch Patch10: parted-1.7.1-gpt.patch Buildroot: %{_tmppath}/%{name}-root @@ -108,6 +108,13 @@ exit 0 %{_libdir}/*.so %changelog +* Tue Aug 22 2006 David Cantrell - 1.7.1-14 +- Improve error message returned by _parse_header() on GPT-labeled disks + so users actually have an idea of how to correct the problem +- Fix off-by-one error with LastUsableLBA and PartitionEntryLBA overlap + to prevent possible data corruption when using non-parted GPT editing + tools + * 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.