- 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:
parent
f78d6d9e90
commit
19f67e3aac
10
parted.spec
10
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 <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
|
||||
- Preserve starting sector for primary NTFS 3.1 partitions (Windows
|
||||
Vista) when modifying the DOS disk label. NTFS 3.1 partitions do
|
||||
|
Loading…
Reference in New Issue
Block a user