- Allow resizing of ext2/ext3 filesystems with extended attributes (#90894)
This commit is contained in:
parent
d9e5c38ca9
commit
5609c0f35e
@ -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 <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
|
||||
- Fixed gpt patch (*asked_already -> asked_already, whoops)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user