Blame SPECS/cpio.spec

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