From 8742b1ad89f2e0aab361132a13dd43b6f14e05b0 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Thu, 2 Nov 2006 22:58:05 +0000 Subject: [PATCH] - Detect Apple_Boot partition types correctly (#204714) --- parted.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/parted.spec b/parted.spec index 286fbc7..05917d6 100644 --- a/parted.spec +++ b/parted.spec @@ -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 - 1.7.1-18 +- Detect Apple_Boot partition types correctly (#204714) + * Thu Oct 26 2006 David Cantrell - 1.7.1-17 - For init_generic() failures on user-mode Linux block devices, goto error_free_arch_specific instead of error_free_dev.