From 0ef2361042ebebac45713d72f1aaa6d2c31b48bb Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Thu, 22 Jun 2006 18:35:07 +0000 Subject: [PATCH] - PED_SECTOR_SIZE -> PED_SECTOR_SIZE_DEFAULT (whoops) --- parted.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/parted.spec b/parted.spec index 2405834..2bddc5a 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: 6 +Release: 7 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 @@ -100,6 +100,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir %{_libdir}/*.so %changelog +* Thu Jun 22 2006 David Cantrell - 1.7.1-7 +- PED_SECTOR_SIZE -> PED_SECTOR_SIZE_DEFAULT + * Thu Jun 22 2006 David Cantrell - 1.7.1-6 - Roll dasd patches together - Use O_DIRECT to prevent first partition corruption on GPT disks