- Detect Apple_Boot partition types correctly (#204714)
This commit is contained in:
parent
9956b14a8d
commit
8742b1ad89
@ -4,7 +4,7 @@
|
||||
Summary: The GNU disk partition manipulation program.
|
||||
Name: parted
|
||||
Version: 1.7.1
|
||||
Release: 17%{?dist}
|
||||
Release: 18%{?dist}
|
||||
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
|
||||
@ -18,6 +18,7 @@ Patch9: parted-1.7.1-get_exception.patch
|
||||
Patch10: parted-1.7.1-gpt.patch
|
||||
Patch11: parted-1.7.1-ped_geometry_read.patch
|
||||
Patch12: parted-1.7.1-goto.patch
|
||||
Patch13: parted-1.7.1-apple_boot.patch
|
||||
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
License: GPL
|
||||
@ -58,6 +59,7 @@ Parted library, you need to install this package.
|
||||
%patch10 -p1 -b .gpt
|
||||
%patch11 -p1 -b .geom
|
||||
%patch12 -p1 -b .goto
|
||||
%patch13 -p1 -b .apple_boot
|
||||
|
||||
iconv -f iso-8859-1 -t utf-8 < doc/pt_BR-parted.8 > doc/pt_BR-parted.8_
|
||||
mv doc/pt_BR-parted.8_ doc/pt_BR-parted.8
|
||||
@ -111,6 +113,9 @@ exit 0
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Thu Nov 02 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-18
|
||||
- Detect Apple_Boot partition types correctly (#204714)
|
||||
|
||||
* Thu Oct 26 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-17
|
||||
- For init_generic() failures on user-mode Linux block devices, goto
|
||||
error_free_arch_specific instead of error_free_dev.
|
||||
|
Loading…
Reference in New Issue
Block a user