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