- 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)
This commit is contained in:
David Cantrell 2006-08-17 17:52:06 +00:00
parent 01671a7eb6
commit 55ac6f972c

View File

@ -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 <dcantrell@redhat.com> - 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 <dcantrell@redhat.com> - 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