From 5609c0f35ecc3afa95800929ff089c68f33624ef Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Wed, 13 Sep 2006 17:52:43 +0000 Subject: [PATCH] - Allow resizing of ext2/ext3 filesystems with extended attributes (#90894) --- parted.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/parted.spec b/parted.spec index 9873c4a..0d3b122 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: 15%{?dist} +Release: 16%{?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 @@ -16,6 +16,7 @@ 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 +Patch11: parted-1.7.1-ext_attr.patch Buildroot: %{_tmppath}/%{name}-root License: GPL @@ -55,6 +56,7 @@ Parted library, you need to install this package. %patch8 -p1 -b .o_direct %patch9 -p1 -b .get_exception %patch10 -p1 -b .gpt +%patch11 -p1 -b .ext_attr 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 +110,9 @@ exit 0 %{_libdir}/*.so %changelog +* Wed Sep 13 2006 David Cantrell - 1.7.1-16 +- Allow resizing of ext2/ext3 filesystems with extended attributes (#90894) + * Wed Aug 23 2006 David Cantrell - 1.7.1-15 - Fixed gpt patch (*asked_already -> asked_already, whoops)