From 19f67e3aac5a99e7efa2eb36c5e70a4fad3721c3 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mon, 22 Jan 2007 21:13:16 +0000 Subject: [PATCH] - Remove BR for libtermcap-devel - Specifically preserve starting alignment of 0x800 on Windows Vista (see http://support.microsoft.com/kb/923332 for details) - Fix incorrect sector parameter used to initialize a new PedAlignment --- parted.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/parted.spec b/parted.spec index b805556..b993db6 100644 --- a/parted.spec +++ b/parted.spec @@ -4,7 +4,7 @@ Summary: The GNU disk partition manipulation program. Name: parted Version: 1.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2 Patch0: parted-1.8.2-vista.patch @@ -12,7 +12,7 @@ Patch0: parted-1.8.2-vista.patch Buildroot: %{_tmppath}/%{name}-root License: GPL Group: Applications/System -BuildRequires: e2fsprogs-devel libtermcap-devel readline-devel ncurses-devel +BuildRequires: e2fsprogs-devel readline-devel ncurses-devel BuildRequires: automake libtool gettext-devel texinfo BuildRequires: device-mapper >= 1.02.02, libselinux-devel libsepol-devel @@ -92,6 +92,12 @@ exit 0 %{_libdir}/*.so %changelog +* Mon Jan 22 2007 David Cantrell - 1.8.2-3 +- Remove BR for libtermcap-devel +- Specifically preserve starting alignment of 0x800 on Windows Vista + (see http://support.microsoft.com/kb/923332 for details) +- Fix incorrect sector parameter used to initialize a new PedAlignment + * Thu Jan 18 2007 David Cantrell - 1.8.2-2 - Preserve starting sector for primary NTFS 3.1 partitions (Windows Vista) when modifying the DOS disk label. NTFS 3.1 partitions do