From 55ac6f972cd4b3f56e7d03cca9d42cbfcbc1eb8c Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Thu, 17 Aug 2006 17:52:06 +0000 Subject: [PATCH] - Updated O_DIRECT patch to work around s390 problems - Update LastUsableLBA on GPT-labeled disks after LUN resize (#194238) - Fix exception when backup GPT table is not in the correction location and parted tries to move it (#194238) --- parted.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/parted.spec b/parted.spec index b59b047..3d9ecc0 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: 11%{?dist} +Release: 12%{?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 @@ -15,6 +15,7 @@ Patch6: parted-1.7.0-aix.patch Patch7: parted-1.7.1-vtoc-errbuf.patch Patch8: parted-1.7.1-O_DIRECT.patch Patch9: parted-1.7.1-get_exception.patch +Patch10: parted-1.7.1-gpt.patch Buildroot: %{_tmppath}/%{name}-root License: GPL @@ -51,10 +52,9 @@ Parted library, you need to install this package. %patch5 -p1 -b .dm %patch6 -p1 -b .aix %patch7 -p1 -b .vtoc_errbuf -%ifnarch s390 s390x %patch8 -p1 -b .o_direct -%endif %patch9 -p1 -b .get_exception +%patch10 -p1 -b .gpt 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 @@ -108,6 +108,12 @@ exit 0 %{_libdir}/*.so %changelog +* Thu Aug 17 2006 David Cantrell - 1.7.1-12 +- Updated O_DIRECT patch to work around s390 problems +- Update LastUsableLBA on GPT-labeled disks after LUN resize (#194238) +- Fix exception when backup GPT table is not in the correction location + and parted tries to move it (#194238) + * Tue Aug 15 2006 David Cantrell - 1.7.1-11 - Expand error buffer to 8192 bytes in vtoc_error() - Do not apply O_DIRECT patch on S/390 or S/390x platforms