- Expand error buffer to 8192 bytes in vtoc_error()

- Do not apply O_DIRECT patch on S/390 or S/390x platforms
This commit is contained in:
David Cantrell 2006-08-15 20:04:16 +00:00
parent 7922a60167
commit 01671a7eb6

View File

@ -4,7 +4,7 @@
Summary: The GNU disk partition manipulation program.
Name: parted
Version: 1.7.1
Release: 10%{?dist}
Release: 11%{?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
@ -12,6 +12,7 @@ Patch3: parted-1.7.1-dasd.patch
Patch4: parted-1.7.0-iseries.patch
Patch5: parted-1.7.1-dm.patch
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
@ -49,7 +50,10 @@ Parted library, you need to install this package.
%patch4 -p1 -b .iseries
%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
iconv -f iso-8859-1 -t utf-8 < doc/pt_BR-parted.8 > doc/pt_BR-parted.8_
@ -104,6 +108,10 @@ exit 0
%{_libdir}/*.so
%changelog
* 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
* Mon Aug 14 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-10
- Removed bad header file patch (#200577)