- 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:
parent
7922a60167
commit
01671a7eb6
10
parted.spec
10
parted.spec
@ -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: 10%{?dist}
|
Release: 11%{?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
|
||||||
@ -12,6 +12,7 @@ Patch3: parted-1.7.1-dasd.patch
|
|||||||
Patch4: parted-1.7.0-iseries.patch
|
Patch4: parted-1.7.0-iseries.patch
|
||||||
Patch5: parted-1.7.1-dm.patch
|
Patch5: parted-1.7.1-dm.patch
|
||||||
Patch6: parted-1.7.0-aix.patch
|
Patch6: parted-1.7.0-aix.patch
|
||||||
|
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
|
||||||
|
|
||||||
@ -49,7 +50,10 @@ Parted library, you need to install this package.
|
|||||||
%patch4 -p1 -b .iseries
|
%patch4 -p1 -b .iseries
|
||||||
%patch5 -p1 -b .dm
|
%patch5 -p1 -b .dm
|
||||||
%patch6 -p1 -b .aix
|
%patch6 -p1 -b .aix
|
||||||
|
%patch7 -p1 -b .vtoc_errbuf
|
||||||
|
%ifnarch s390 s390x
|
||||||
%patch8 -p1 -b .o_direct
|
%patch8 -p1 -b .o_direct
|
||||||
|
%endif
|
||||||
%patch9 -p1 -b .get_exception
|
%patch9 -p1 -b .get_exception
|
||||||
|
|
||||||
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_
|
||||||
@ -104,6 +108,10 @@ exit 0
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 14 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-10
|
||||||
- Removed bad header file patch (#200577)
|
- Removed bad header file patch (#200577)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user