- fix warn_if_file_changed() and set exit code to #1 when cpio fails to

store file > 4GB (#183224)
This commit is contained in:
Peter Vrabec 2006-03-14 14:31:54 +00:00
parent fc5083ce03
commit b797743798

View File

@ -6,7 +6,7 @@
Summary: A GNU archiving program.
Name: cpio
Version: 2.6
Release: 11.2.1
Release: 12
License: GPL
Group: Applications/Archiving
URL: http://www.gnu.org/software/cpio/
@ -21,7 +21,8 @@ Patch19: cpio-2.6-dirTraversal.patch
Patch20: cpio-2.6-warnings.patch
Patch21: cpio-2.6-checksum.patch
Patch22: cpio-2.6-writeOutHeaderBufferOverflow.patch
Patch23: cpio-2.6-largeFileGrew.patch
Patch24: cpio-2.6-toAsciiError.patch
%ifnos linux
Prereq: /sbin/rmt
%endif
@ -55,7 +56,8 @@ Install cpio if you need a program to manage file archives.
%patch20 -p1 -b .warnings
%patch21 -p1 -b .checksum
%patch22 -p1 -b .bufferOverflow
%patch23 -p1 -b .largeFileGrew
%patch24 -p1 -b .toAsciiError
autoheader
%build
@ -105,6 +107,10 @@ fi
%{_infodir}/*.info*
%changelog
* Tue Mar 14 2006 Peter Vrabec <pvrabec@redhat.com> 2.6-12
- fix warn_if_file_changed() and set exit code to #1 when
cpio fails to store file > 4GB (#183224)
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.6-11.2.1
- bump again for double-long bug on ppc(64)