a8e481
Summary: A GNU archiving program
a8e481
Name: cpio
a8e481
Version: 2.11
a8e481
Release: 27%{?dist}
a8e481
License: GPLv3+
a8e481
Group: Applications/Archiving
a8e481
URL: http://www.gnu.org/software/cpio/
a8e481
Source: ftp://ftp.gnu.org/gnu/cpio/cpio-%{version}.tar.bz2
a8e481
# help2man generated manual page distributed only in RHEL/Fedora
a8e481
Source1: cpio.1
a8e481
#We use SVR4 portable format as default .
a8e481
Patch1: cpio-2.9-rh.patch
a8e481
#fix warn_if_file_changed() and set exit code to 1 when cpio
a8e481
# fails to store file > 4GB (#183224)
a8e481
Patch2: cpio-2.9-exitCode.patch
a8e481
#Support major/minor device numbers over 127 (bz#450109)
a8e481
Patch3: cpio-2.9-dev_number.patch
a8e481
#define default remote shell as /usr/bin/ssh(#452904)
a8e481
Patch4: cpio-2.9.90-defaultremoteshell.patch
a8e481
#fix segfault with nonexisting file with patternnames(#567022)
a8e481
Patch5: cpio-2.10-patternnamesigsegv.patch
a8e481
#fix rawhide buildfailure by updating gnulib's stdio.in.h
a8e481
Patch6: cpio-2.11-stdio.in.patch
a8e481
# fix bad file name splitting while creating ustar archive (#866467)
a8e481
Patch7: cpio-2.10-longnames-split.patch
a8e481
# cpio does Sum32 checksum, not CRC
a8e481
Patch8: cpio-2.11-crc-fips-nit.patch
a8e481
a8e481
# use the config.guess/config.sub files from actual automake-1.13
a8e481
# ~> #925189
a8e481
Patch9: cpio-2.11-arm-config-sub-guess.patch
a8e481
a8e481
# "really" check for read() return value
a8e481
Patch10: cpio-2.11-treat-read-errors.patch
a8e481
a8e481
# Small typo in RU translation
a8e481
# ~> #1075510
a8e481
# ~> downstream?
a8e481
Patch11: cpio-2.11-ru-translation.patch
a8e481
a8e481
Patch12: cpio-2.11-CVE-2014-9112.patch
a8e481
Patch13: cpio-2.11-testsuite-CVE-2014-9112.patch
a8e481
a8e481
# Correct crc checksum (rhbz#1415081)
a8e481
# ~> upstream ccec71ec318f
a8e481
Patch14: cpio-2.11-crc-big-files.patch
a8e481
a8e481
# Reproducible archives (rhbz#1386662)
a8e481
# ~> upstream 3945f9db4 + small warning patch.
a8e481
Patch15: cpio-2.11-reproducible.patch
a8e481
a8e481
# Don't segfault during recovery
a8e481
# ~> upstream fd262d116c4564c1796
a8e481
Patch16: cpio-2.11-recovery.patch
a8e481
a8e481
Requires(post): /sbin/install-info
a8e481
Requires(preun): /sbin/install-info
a8e481
Provides: bundled(gnulib)
a8e481
Provides: /bin/cpio
a8e481
BuildRequires: texinfo, autoconf, automake, gettext, rmt
a8e481
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
a8e481
a8e481
%description
a8e481
GNU cpio copies files into or out of a cpio or tar archive.  Archives
a8e481
are files which contain a collection of other files plus information
a8e481
about them, such as their file name, owner, timestamps, and access
a8e481
permissions.  The archive can be another file on the disk, a magnetic
a8e481
tape, or a pipe.  GNU cpio supports the following archive formats:  binary,
a8e481
old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar and POSIX.1
a8e481
tar.  By default, cpio creates binary format archives, so that they are
a8e481
compatible with older cpio programs.  When it is extracting files from
a8e481
archives, cpio automatically recognizes which kind of archive it is reading
a8e481
and can read archives created on machines with a different byte-order.
a8e481
a8e481
Install cpio if you need a program to manage file archives.
a8e481
a8e481
%prep
a8e481
%setup -q
a8e481
%patch1 -p1 -b .rh
a8e481
%patch2 -p1 -b .exitCode
a8e481
%patch3 -p1 -b .dev_number
a8e481
%patch4 -p1 -b .defaultremote
a8e481
%patch5 -p1 -b .patternsegv
a8e481
%patch6 -p1 -b .gnulib %{?_rawbuild}
a8e481
%patch7 -p1 -b .longnames
a8e481
%patch8 -p1 -b .sum32-fips
a8e481
%patch9 -p1 -b .arm-config-guess-sub
a8e481
%patch10 -p1 -b .safe-read-check
a8e481
%patch11 -p1 -b .ru-translation
a8e481
%patch12 -p1 -b .CVE-2014-9112
a8e481
%patch13 -p1 -b .CVE-2014-9112-test
a8e481
%patch14 -p1 -b .crc-big-files
a8e481
%patch15 -p1 -b .reproducible
a8e481
%patch16 -p1 -b .recovery
a8e481
a8e481
autoreconf -v
a8e481
a8e481
%build
a8e481
a8e481
CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -pedantic -fno-strict-aliasing -Wall" %configure --with-rmt="%{_sysconfdir}/rmt"
a8e481
make %{?_smp_mflags}
a8e481
(cd po && make update-gmo)
a8e481
a8e481
a8e481
%install
a8e481
rm -rf ${RPM_BUILD_ROOT}
a8e481
a8e481
make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install
a8e481
a8e481
a8e481
rm -f $RPM_BUILD_ROOT%{_libexecdir}/rmt
a8e481
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
a8e481
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/*.1*
a8e481
install -c -p -m 0644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_mandir}/man1
a8e481
a8e481
%find_lang %{name}
a8e481
a8e481
%clean
a8e481
rm -rf ${RPM_BUILD_ROOT}
a8e481
a8e481
%check
a8e481
rm -f ${RPM_BUILD_ROOT}/test/testsuite
a8e481
make check
a8e481
a8e481
a8e481
%post
a8e481
if [ -f %{_infodir}/cpio.info.gz ]; then
a8e481
	/sbin/install-info %{_infodir}/cpio.info.gz %{_infodir}/dir || :
a8e481
fi
a8e481
a8e481
%preun
a8e481
if [ $1 = 0 ]; then
a8e481
	if [ -f %{_infodir}/cpio.info.gz ]; then
a8e481
		/sbin/install-info --delete %{_infodir}/cpio.info.gz %{_infodir}/dir || :
a8e481
	fi
a8e481
fi
a8e481
a8e481
%files -f %{name}.lang
a8e481
%doc AUTHORS ChangeLog NEWS README THANKS TODO COPYING
a8e481
%{_bindir}/*
a8e481
%{_mandir}/man*/*
a8e481
%{_infodir}/*.info*
a8e481
a8e481
%changelog
a8e481
* Mon Feb 06 2017 Pavel Raiskup <praiskup@redhat.com> - 2.11-27
a8e481
- don't segfault during recovery (rhbz#1318084)
a8e481
a8e481
* Mon Feb 06 2017 Pavel Raiskup <praiskup@redhat.com> - 2.11-26
a8e481
- reproducible archives (rhbz#1386662)
a8e481
a8e481
* Mon Feb 06 2017 Pavel Raiskup <praiskup@redhat.com> - 2.11-25
a8e481
- fix crc checksum for files ~200M+ (rhbz#1415081)
a8e481
a8e481
* Wed Jul 08 2015 Pavel Raiskup <praiskup@redhat.com> - 2.11-24
a8e481
- fix for CVE-2014-9112
a8e481
a8e481
* Wed May 20 2015 Pavel Raiskup <praiskup@redhat.com> - 2.11-23
a8e481
- better check for read() error (rhbz#1138148)
a8e481
- fix ru translation (rhbz#1075513)
a8e481
a8e481
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.11-22
a8e481
- Mass rebuild 2014-01-24
a8e481
a8e481
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.11-21
a8e481
- Mass rebuild 2013-12-27
a8e481
a8e481
* Wed Mar 27 2013 Pavel Raiskup <praiskup@redhat.com> - 2.11-20
a8e481
- fix another bogus date in changelog
a8e481
- update config.guess/config.sub for aarm64 build (#925189)
a8e481
- run autoreconf instead of autoheader
a8e481
a8e481
* Fri Mar 15 2013 Pavel Raiskup <praiskup@redhat.com> - 2.11-19
a8e481
- revert the fix for memory leak (at least for now) #921725
a8e481
a8e481
* Tue Mar 12 2013 Pavel Raiskup <praiskup@redhat.com> - 2.11-18
a8e481
- explicitly provide /bin/cpio for packages that are dependant on this file
a8e481
a8e481
* Mon Mar 11 2013 Pavel Raiskup <praiskup@redhat.com> - 2.11-17
a8e481
- fix small memory leak in copyin.c (#919454)
a8e481
- remove %%defattr and install 'cpio' to real %%{_bindir}
a8e481
- CovScan: add %%{?_rawbuild}
a8e481
a8e481
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.11-16
a8e481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a8e481
a8e481
* Mon Nov 05 2012 Pavel Raiskup <praiskup@redhat.com> - 2.11-15
a8e481
- disable the temporary O_SYNC fix (glibc is fixed - #872366)
a8e481
a8e481
* Fri Nov 02 2012 Pavel Raiskup <praiskup@redhat.com> - 2.11-14
a8e481
- fix bad changelog entries
a8e481
- allow to build in Fedora Rawhide (temporarily because of #872336) (the value
a8e481
  is guessed from from /usr/include/asm-generic/fcntl.h)
a8e481
a8e481
* Mon Oct 22 2012 Pavel Raiskup <praiskup@redhat.com> 2.11-13
a8e481
- move RH-only manual page cpio.1 from look-aside cache into dist-git repository
a8e481
a8e481
* Thu Oct 18 2012 Pavel Raiskup <praiskup@redhat.com> 2.11-12
a8e481
- fix for bad file name splitting while creating ustar archive (#866467)
a8e481
a8e481
* Wed Aug 29 2012 Ondrej Vasik <ovasik@redhat.com> 2.11-11
a8e481
- add missing options to manpage (#852765)
a8e481
a8e481
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.11-10
a8e481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a8e481
a8e481
* Mon Jun 04 2012 Ondrej Vasik <ovasik@redhat.com> 2.11-9
a8e481
- fix build failure in rawhide build system (gets undefined)
a8e481
a8e481
* Wed May 30 2012 Ondrej Vasik <ovasik@redhat.com> 2.11-8
a8e481
- drop unnecessary patches: cpio-2.9-dir_perm.patch and
a8e481
  cpio-2.9-sys_umask.patch - reported by M.Castellini
a8e481
a8e481
* Tue May 15 2012 Ondrej Vasik <ovasik@redhat.com> 2.11-7
a8e481
- add virtual provides for bundled(gnulib) copylib (#821749)
a8e481
a8e481
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.11-6
a8e481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a8e481
a8e481
* Fri Oct 14 2011 Ondrej Vasik <ovasik@redhat.com> 2.11-5
a8e481
- update manpage to reflect new option, polish the style (#746209)
a8e481
a8e481
* Mon Mar 07 2011 Ondrej Vasik <ovasik@redhat.com> 2.11-4
a8e481
- fix several typos and manpage syntax(Ville Skyttä, #682470)
a8e481
a8e481
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.11-3
a8e481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a8e481
a8e481
* Mon May 31 2010 Ondrej Vasik <ovasik@redhat.com> 2.11-2
a8e481
- built with fno-strict-aliasing(#596153)
a8e481
a8e481
* Thu Mar 11 2010 Ondrej Vasik <ovasik@redhat.com> 2.11-1
a8e481
- new upstream release 2.11
a8e481
- removed applied patches, run test suite
a8e481
a8e481
* Wed Mar 10 2010 Ondrej Vasik <ovasik@redhat.com> 2.10-6
a8e481
- CVE-2010-0624 fix heap-based buffer overflow by expanding
a8e481
  a specially-crafted archive(#572150)
a8e481
- comment patches
a8e481
a8e481
* Thu Feb 25 2010 Ondrej Vasik <ovasik@redhat.com> 2.10-5
a8e481
- remove redundant setLocale patch
a8e481
- fix segfault with nonexisting file with patternnames
a8e481
  (#567022)
a8e481
a8e481
* Wed Jan 06 2010 Ondrej Vasik <ovasik@redhat.com> 2.10-4
a8e481
- do not fail with new POSIX 2008 utimens() glibc call
a8e481
  (#552320)
a8e481
a8e481
* Thu Aug 06 2009 Ondrej Vasik <ovasik@redhat.com> 2.10-3
a8e481
- do process install-info only without --excludedocs(#515924)
a8e481
a8e481
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10-2
a8e481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a8e481
a8e481
* Mon Jun 22 2009 Ondrej Vasik <ovasik@redhat.com> 2.10-1
a8e481
- new upstream release 2.10
a8e481
a8e481
* Mon Mar  9 2009 Ondrej Vasik <ovasik@redhat.com> 2.9.90-5
a8e481
- define default remote shell as /usr/bin/ssh(#452904)
a8e481
- use /etc/rmt as default rmt command
a8e481
a8e481
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.90-4
a8e481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a8e481
a8e481
* Wed Feb 11 2009 Ondrej Vasik <ovasik@redhat.com> 2.9.90-3
a8e481
- make -d honor system umask(#484997)
a8e481
a8e481
* Fri Jul 18 2008 Kamil Dudka <kdudka@redhat.com> 2.9.90-2
a8e481
- Support major/minor device numbers over 127 (bz#450109)
a8e481
a8e481
* Tue Jun 03 2008 Ondrej Vasik <ovasik@redhat.com> 2.9.90-1
a8e481
- new upstream alpha version 2.9.90 + removed applied patches
a8e481
a8e481
* Mon Mar 03 2008 Radek Brich <rbrich@redhat.com> 2.9-7
a8e481
- fix -dir_perm patch to restore permissions correctly even
a8e481
  in passthrough mode -- revert affected code to cpio 2.8 state
a8e481
  (bz#430835)
a8e481
a8e481
* Thu Feb 14 2008 Radek Brich <rbrich@redhat.com> 2.9-6
a8e481
- when extracting archive created with 'find -depth',
a8e481
  restore the permissions of directories properly (bz#430835)
a8e481
- fix for GCC 4.3
a8e481
a8e481
* Thu Nov 01 2007 Radek Brich <rbrich@redhat.com> 2.9-5
a8e481
- upstream patch for CVE-2007-4476 (stack crashing in safer_name_suffix)
a8e481
a8e481
* Tue Sep 04 2007 Radek Brich <rbrich@redhat.com> 2.9-4
a8e481
- Updated license tag
a8e481
a8e481
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.9-3
a8e481
- Rebuild for selinux ppc32 issue.
a8e481
a8e481
* Thu Jul 19 2007 Radek Brich <rbrich@redhat.com> 2.9-1.1
a8e481
- fix spec, rebuild
a8e481
a8e481
* Thu Jul 19 2007 Radek Brich <rbrich@redhat.com> 2.9-1
a8e481
- update to 2.9, GPLv3
a8e481
a8e481
* Tue Feb 20 2007 Peter Vrabec <pvrabec@redhat.com> 2.6-27
a8e481
- fix typo in changelog
a8e481
a8e481
* Thu Feb 08 2007 Ruben Kerkhof <ruben@rubenkerkhof.com> 2.6-26
a8e481
- Preserve timestamps when installing files
a8e481
a8e481
* Thu Feb 08 2007 Peter Vrabec <pvrabec@redhat.com> 2.6-25
a8e481
- set cpio bindir properly
a8e481
a8e481
* Wed Feb 07 2007 Peter Vrabec <pvrabec@redhat.com> 2.6-24
a8e481
- fix spec file to meet Fedora standards (#225656) 
a8e481
a8e481
* Mon Jan 22 2007 Peter Vrabec <pvrabec@redhat.com> 2.6-23
a8e481
- fix non-failsafe install-info use in scriptlets (#223682)
a8e481
a8e481
* Sun Dec 10 2006 Peter Vrabec <pvrabec@redhat.com> 2.6-22
a8e481
- fix rpmlint issue in spec file
a8e481
a8e481
* Tue Dec 05 2006 Peter Vrabec <pvrabec@redhat.com> 2.6-21
a8e481
- fix setlocale (#200478)
a8e481
a8e481
* Sat Nov 25 2006 Peter Vrabec <pvrabec@redhat.com> 2.6-20
a8e481
- cpio man page provided by RedHat
a8e481
a8e481
* Tue Jul 18 2006 Peter Vrabec <pvrabec@redhat.com> 2.6-19
a8e481
- fix cpio --help output (#197597)
a8e481
a8e481
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.6-18.1
a8e481
- rebuild
a8e481
a8e481
* Sat Jun 10 2006 Peter Vrabec <pvrabec@redhat.com> 2.6-18
a8e481
- autoconf was added to BuildRequires, because autoheader is 
a8e481
  used in prep phase (#194737)
a8e481
a8e481
* Tue Mar 28 2006 Peter Vrabec <pvrabec@redhat.com> 2.6-17
a8e481
- rebuild
a8e481
a8e481
* Sat Mar 25 2006 Peter Vrabec <pvrabec@redhat.com> 2.6-15
a8e481
- fix (#186339) on ppc and s390
a8e481
a8e481
* Thu Mar 23 2006 Peter Vrabec <pvrabec@redhat.com> 2.6-14
a8e481
- init struct  file_hdr (#186339)
a8e481
a8e481
* Wed Mar 15 2006 Peter Vrabec <pvrabec@redhat.com> 2.6-13
a8e481
- merge toAsciiError.patch with writeOutHeaderBufferOverflow.patch
a8e481
- merge largeFileGrew.patch with lfs.patch
a8e481
- fix large file support, cpio is able to store files<8GB 
a8e481
  in 'old ascii' format (-H odc option)
a8e481
- adjust warnings.patch
a8e481
a8e481
* Tue Mar 14 2006 Peter Vrabec <pvrabec@redhat.com> 2.6-12
a8e481
- fix warn_if_file_changed() and set exit code to #1 when 
a8e481
  cpio fails to store file > 4GB (#183224)
a8e481
a8e481
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.6-11.2.1
a8e481
- bump again for double-long bug on ppc(64)
a8e481
a8e481
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.6-11.2
a8e481
- rebuilt for new gcc4.1 snapshot and glibc changes
a8e481
a8e481
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
a8e481
- rebuilt
a8e481
a8e481
* Wed Nov 23 2005 Peter Vrabec <pvrabec@redhat.com> 2.6-11
a8e481
- fix previous patch(writeOutHeaderBufferOverflow)
a8e481
a8e481
* Wed Nov 23 2005 Peter Vrabec <pvrabec@redhat.com> 2.6-10
a8e481
- write_out_header rewritten to fix buffer overflow(#172669)
a8e481
a8e481
* Mon Oct 31 2005 Peter Vrabec <pvrabec@redhat.com> 2.6-9
a8e481
- fix checksum error on 64-bit machines (#171649)
a8e481
a8e481
* Fri Jul 01 2005 Peter Vrabec <pvrabec@redhat.com> 2.6-8
a8e481
- fix large file support, archive >4GiB, archive members <4GiB (#160056)
a8e481
- fix race condition holes, use mode 0700 for dir creation
a8e481
a8e481
* Tue May 17 2005 Peter Vrabec <pvrabec@redhat.com> 2.6-7
a8e481
- fix #156314 (CAN-2005-1229) cpio directory traversal issue
a8e481
- fix some gcc warnings
a8e481
a8e481
* Mon Apr 25 2005 Peter Vrabec <pvrabec@redhat.com> 2.6-6
a8e481
- fix race condition (#155749)
a8e481
- use find_lang macro
a8e481
a8e481
* Thu Mar 17 2005 Peter Vrabec <pvrabec@redhat.com>
a8e481
- rebuild 2.6-5
a8e481
a8e481
* Mon Jan 24 2005 Peter Vrabec <pvrabec@redhat.com>
a8e481
- insecure file creation (#145721)
a8e481
a8e481
* Mon Jan 17 2005 Peter Vrabec <pvrabec@redhat.com>
a8e481
- fix symlinks pack (#145225)
a8e481
a8e481
* Fri Jan 14 2005 Peter Vrabec <pvrabec@redhat.com>
a8e481
- new fixed version of lfs patch (#144688)
a8e481
a8e481
* Thu Jan 13 2005 Peter Vrabec <pvrabec@redhat.com>
a8e481
- upgrade to cpio-2.6
a8e481
a8e481
* Tue Nov 09 2004 Peter Vrabec <pvrabec@redhat.com>
a8e481
- fixed "cpio -oH ustar (or tar) saves bad mtime date after Jan 10 2004" (#114580)
a8e481
a8e481
* Mon Nov 01 2004 Peter Vrabec <pvrabec@redhat.com>
a8e481
- support large files > 2GB (#105617)
a8e481
a8e481
* Thu Oct 21 2004 Peter Vrabec <pvrabec@redhat.com>
a8e481
- fix dependencies in spec
a8e481
a8e481
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
a8e481
- rebuilt
a8e481
a8e481
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
a8e481
- rebuilt
a8e481
a8e481
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
a8e481
- do not link against -lnsl
a8e481
a8e481
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
a8e481
- rebuilt
a8e481
a8e481
* Fri Feb 14 2003 Jeff Johnson <jbj@redhat.com> 2.5-3
a8e481
- setlocale for i18n compliance (#79136).
a8e481
a8e481
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
a8e481
- rebuilt
a8e481
a8e481
* Mon Nov 18 2002 Jeff Johnson <jbj@redhat.com> 2.5-1
a8e481
- update 2.5, restack and consolidate patches.
a8e481
- don't apply (but include for now) freebsd and #56346 patches.
a8e481
- add url (#54598).
a8e481
a8e481
* Thu Nov  7 2002 Jeff Johnson <jbj@redhat.com> 2.4.2-30
a8e481
- rebuild from CVS.
a8e481
a8e481
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
a8e481
- automated rebuild
a8e481
a8e481
* Thu May 23 2002 Tim Powers <timp@redhat.com>
a8e481
- automated rebuild
a8e481
a8e481
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
a8e481
- automated rebuild
a8e481
a8e481
* Thu Nov 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.4.2-25
a8e481
- Fix up extraction of multiply linked files when the first link is
a8e481
  excluded (Bug #56346)
a8e481
a8e481
* Mon Oct  1 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.4.2-24
a8e481
- Merge and adapt patches from FreeBSD, this should fix FIFO handling
a8e481
a8e481
* Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com>
a8e481
- Add and adapt Debian patch (pl36), fixes #45285 and a couple of other issues
a8e481
a8e481
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
a8e481
- Bump release + rebuild.
a8e481
a8e481
* Tue Aug  8 2000 Jeff Johnson <jbj@redhat.com>
a8e481
- update man page with decription of -c behavior (#10581).
a8e481
a8e481
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
a8e481
- automatic rebuild
a8e481
a8e481
* Thu Jun 29 2000 Preston Brown <pbrown@redhat.com>
a8e481
- patch from HJ Lu for better error codes upon exit
a8e481
a8e481
* Mon Jun  5 2000 Jeff Johnson <jbj@redhat.com>
a8e481
- FHS packaging.
a8e481
a8e481
* Wed Feb  9 2000 Jeff Johnson <jbj@redhat.com>
a8e481
- missing defattr.
a8e481
a8e481
* Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
a8e481
- handle compressed manpages
a8e481
a8e481
* Fri Dec 17 1999 Jeff Johnson <jbj@redhat.com>
a8e481
- revert the stdout patch (#3358), restoring original GNU cpio behavior
a8e481
  (#6376, #7538), the patch was dumb.
a8e481
a8e481
* Tue Aug 31 1999 Jeff Johnson <jbj@redhat.com>
a8e481
- fix infinite loop unpacking empty files with hard links (#4208).
a8e481
- stdout should contain progress information (#3358).
a8e481
a8e481
* Sun Mar 21 1999 Crstian Gafton <gafton@redhat.com> 
a8e481
- auto rebuild in the new build environment (release 12)
a8e481
a8e481
* Sat Dec  5 1998 Jeff Johnson <jbj@redhat.com>
a8e481
- longlong dev wrong with "-o -H odc" headers (formerly "-oc").
a8e481
a8e481
* Thu Dec 03 1998 Cristian Gafton <gafton@redhat.com>
a8e481
- patch to compile on glibc 2.1, where strdup is a macro
a8e481
a8e481
* Tue Jul 14 1998 Jeff Johnson <jbj@redhat.com>
a8e481
- Fiddle bindir/libexecdir to get RH install correct.
a8e481
- Don't include /sbin/rmt -- use the rmt from dump package.
a8e481
- Don't include /bin/mt -- use the mt from mt-st package.
a8e481
- Add prereq's
a8e481
a8e481
* Tue Jun 30 1998 Jeff Johnson <jbj@redhat.com>
a8e481
- fix '-c' to duplicate svr4 behavior (problem #438)
a8e481
- install support programs & info pages
a8e481
a8e481
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
a8e481
- translations modified for de, fr, tr
a8e481
a8e481
* Fri Oct 17 1997 Donnie Barnes <djb@redhat.com>
a8e481
- added BuildRoot
a8e481
- removed "(used by RPM)" comment in Summary
a8e481
a8e481
* Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
a8e481
- built against glibc
a8e481
- no longer statically linked as RPM doesn't use cpio for unpacking packages