- Patched parted.8 man page to show partition names apply to GPT disklabels
as well as Mac and PC98 disklabels (#221600)
This commit is contained in:
parent
19f67e3aac
commit
8b36e140c3
@ -4,10 +4,11 @@
|
||||
Summary: The GNU disk partition manipulation program.
|
||||
Name: parted
|
||||
Version: 1.8.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
||||
|
||||
Patch0: parted-1.8.2-vista.patch
|
||||
Patch1: parted-1.8.1-bz221600.patch
|
||||
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
License: GPL
|
||||
@ -37,6 +38,7 @@ Parted library, you need to install this package.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p 1 -b .vista
|
||||
%patch1 -p 1 -b .bz221600
|
||||
aclocal
|
||||
autoconf
|
||||
|
||||
@ -92,6 +94,10 @@ exit 0
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Tue Jan 30 2007 David Cantrell <dcantrell@redhat.com> - 1.8.2-4
|
||||
- Patched parted.8 man page to show partition names apply to GPT disklabels
|
||||
as well as Mac and PC98 disklabels (#221600)
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user