- 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
This commit is contained in:
David Cantrell 2007-01-22 21:13:16 +00:00
parent f78d6d9e90
commit 19f67e3aac

View File

@ -4,7 +4,7 @@
Summary: The GNU disk partition manipulation program. Summary: The GNU disk partition manipulation program.
Name: parted Name: parted
Version: 1.8.2 Version: 1.8.2
Release: 2%{?dist} Release: 3%{?dist}
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2 Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
Patch0: parted-1.8.2-vista.patch Patch0: parted-1.8.2-vista.patch
@ -12,7 +12,7 @@ Patch0: parted-1.8.2-vista.patch
Buildroot: %{_tmppath}/%{name}-root Buildroot: %{_tmppath}/%{name}-root
License: GPL License: GPL
Group: Applications/System 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: automake libtool gettext-devel texinfo
BuildRequires: device-mapper >= 1.02.02, libselinux-devel libsepol-devel BuildRequires: device-mapper >= 1.02.02, libselinux-devel libsepol-devel
@ -92,6 +92,12 @@ exit 0
%{_libdir}/*.so %{_libdir}/*.so
%changelog %changelog
* Mon Jan 22 2007 David Cantrell <dcantrell@redhat.com> - 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 <dcantrell@redhat.com> - 1.8.2-2 * Thu Jan 18 2007 David Cantrell <dcantrell@redhat.com> - 1.8.2-2
- Preserve starting sector for primary NTFS 3.1 partitions (Windows - Preserve starting sector for primary NTFS 3.1 partitions (Windows
Vista) when modifying the DOS disk label. NTFS 3.1 partitions do Vista) when modifying the DOS disk label. NTFS 3.1 partitions do