- Allow resizing of ext2/ext3 filesystems with extended attributes (#90894)

This commit is contained in:
David Cantrell 2006-09-13 17:52:43 +00:00
parent d9e5c38ca9
commit 5609c0f35e

View File

@ -4,7 +4,7 @@
Summary: The GNU disk partition manipulation program. Summary: The GNU disk partition manipulation program.
Name: parted Name: parted
Version: 1.7.1 Version: 1.7.1
Release: 15%{?dist} Release: 16%{?dist}
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2 Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
Patch0: parted-1.7.0-fat.c.patch Patch0: parted-1.7.0-fat.c.patch
Patch1: parted-1.7.0-sx8.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 Patch8: parted-1.7.1-O_DIRECT.patch
Patch9: parted-1.7.1-get_exception.patch Patch9: parted-1.7.1-get_exception.patch
Patch10: parted-1.7.1-gpt.patch Patch10: parted-1.7.1-gpt.patch
Patch11: parted-1.7.1-ext_attr.patch
Buildroot: %{_tmppath}/%{name}-root Buildroot: %{_tmppath}/%{name}-root
License: GPL License: GPL
@ -55,6 +56,7 @@ Parted library, you need to install this package.
%patch8 -p1 -b .o_direct %patch8 -p1 -b .o_direct
%patch9 -p1 -b .get_exception %patch9 -p1 -b .get_exception
%patch10 -p1 -b .gpt %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_ 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 mv doc/pt_BR-parted.8_ doc/pt_BR-parted.8
@ -108,6 +110,9 @@ exit 0
%{_libdir}/*.so %{_libdir}/*.so
%changelog %changelog
* Wed Sep 13 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-16
- Allow resizing of ext2/ext3 filesystems with extended attributes (#90894)
* Wed Aug 23 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-15 * Wed Aug 23 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-15
- Fixed gpt patch (*asked_already -> asked_already, whoops) - Fixed gpt patch (*asked_already -> asked_already, whoops)