fb7e20
Summary: The GNU data compression program
fb7e20
Name: gzip
fb7e20
Version: 1.5
4f52b4
Release: 8%{?dist}
fb7e20
# info pages are under GFDL license
fb7e20
License: GPLv3+ and GFDL
fb7e20
Group: Applications/File
fb7e20
Source: http://ftp.gnu.org/gnu/gzip/gzip-%{version}.tar.xz
fb7e20
Patch0: gzip-1.3.12-openbsd-owl-tmp.patch
fb7e20
Patch1: gzip-1.3.5-zforce.patch
fb7e20
Patch4: gzip-1.3.13-rsync.patch
fb7e20
Patch5: gzip-1.3.9-addsuffix.patch
fb7e20
Patch6: gzip-1.3.5-cve-2006-4338.patch
fb7e20
Patch7: gzip-1.3.13-cve-2006-4337.patch
fb7e20
Patch8: gzip-1.3.5-cve-2006-4337_len.patch
81367e
Patch9: gzip-1.5-nonblock.patch
4f52b4
Patch10: gzip-1.5-overwrite.patch
fb7e20
# Fixed in upstream code.
fb7e20
# http://thread.gmane.org/gmane.comp.gnu.gzip.bugs/378
fb7e20
URL: http://www.gzip.org/
fb7e20
# Requires should not be added for gzip wrappers (eg. zdiff, zgrep,
fb7e20
# zless) of another tools, because gzip "extends" the tools by its
fb7e20
# wrappers much more than it "requires" them.
fb7e20
Requires: /sbin/install-info
fb7e20
Requires: coreutils
fb7e20
BuildRequires: texinfo
fb7e20
Conflicts: filesystem < 3
fb7e20
Provides: /bin/gunzip
fb7e20
Provides: /bin/gzip
fb7e20
Provides: /bin/zcat
fb7e20
# Gzip contains bundled Gnulib
fb7e20
# exception https://fedorahosted.org/fpc/ticket/174 
fb7e20
Provides: bundled(gnulib)
fb7e20
fb7e20
%description
fb7e20
The gzip package contains the popular GNU gzip data compression
fb7e20
program. Gzipped files have a .gz extension.
fb7e20
fb7e20
Gzip should be installed on your system, because it is a
fb7e20
very commonly used data compression program.
fb7e20
fb7e20
%prep
fb7e20
%setup -q
fb7e20
%patch0 -p1 -b .owl-tmp
fb7e20
%patch1 -p1 -b .zforce
fb7e20
%patch4 -p1 -b .rsync
fb7e20
%patch5 -p1 -b .addsuffix
fb7e20
%patch6 -p1 -b .4338
fb7e20
%patch7 -p1 -b .4337
fb7e20
%patch8 -p1 -b .4337l
81367e
%patch9 -p1 -b .nonblock
4f52b4
%patch10 -p1 -b .overwrite
fb7e20
fb7e20
%build
fb7e20
export DEFS="NO_ASM"
fb7e20
export CPPFLAGS="-DHAVE_LSTAT"
fb7e20
%configure 
fb7e20
fb7e20
make
fb7e20
#make gzip.info
fb7e20
fb7e20
%install
fb7e20
rm -rf ${RPM_BUILD_ROOT}
fb7e20
%makeinstall 
fb7e20
fb7e20
gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/gzip.info*
fb7e20
fb7e20
# we don't ship it, so let's remove it from ${RPM_BUILD_ROOT}
fb7e20
rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir
fb7e20
# uncompress is a part of ncompress package
fb7e20
rm -f ${RPM_BUILD_ROOT}/%{_bindir}/uncompress
fb7e20
fb7e20
%post
fb7e20
if [ -f %{_infodir}/gzip.info* ]; then
fb7e20
    /sbin/install-info %{_infodir}/gzip.info.gz %{_infodir}/dir || :
fb7e20
fi
fb7e20
fb7e20
%preun
fb7e20
if [ $1 = 0 ]; then
fb7e20
    if [ -f %{_infodir}/gzip.info* ]; then
fb7e20
        /sbin/install-info --delete %{_infodir}/gzip.info.gz %{_infodir}/dir || :
fb7e20
    fi
fb7e20
fi
fb7e20
fb7e20
%files
fb7e20
%defattr(-,root,root)
fb7e20
%doc NEWS README AUTHORS ChangeLog THANKS TODO
fb7e20
%{_bindir}/*
fb7e20
%{_mandir}/*/*
fb7e20
%{_infodir}/gzip.info*
fb7e20
fb7e20
%changelog
4f52b4
* Mon Mar 16 2015 Petr Stodulka <pstodulk@redhat.com> - 1.5-8
4f52b4
- Gzip overwrite existing files when user choose "no" on yes/no question.
4f52b4
  It's due to wrong dupicit declaration of yesno() function in gzip.h
4f52b4
  which is compiled wrong with -O2 option.
4f52b4
  Resolves: rhbz#1201689
4f52b4
81367e
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.5-7
81367e
- Mass rebuild 2014-01-24
81367e
81367e
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.5-6
81367e
- Mass rebuild 2013-12-27
81367e
81367e
* Fri Nov 15 2013 Petr Stodulka <pstodulk@redhat.com> - 1.5-5
81367e
- fix issue with nonblocking open for PAR and OFL file
81367e
  Resolves: rhbz#1028052
81367e
fb7e20
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-4
fb7e20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
fb7e20
fb7e20
* Tue Nov 13 2012 Daniel Drake <dsd@laptop.org> - 1.5-3
fb7e20
- Fix "gzip --rsyncable" functionality by removing a spurious blank line from
fb7e20
  the patch.
fb7e20
fb7e20
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-2
fb7e20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
fb7e20
fb7e20
* Thu Jun 21 2012 Michal Luscon <mluscon@redhat.com>
fb7e20
- Added bundled(glib) 
fb7e20
fb7e20
* Tue Jun 19 2012 Michal Luscon <mluscon@redhat.com> 1.5-1
fb7e20
- New upstream version
fb7e20
- Removed gzip-1.3.9-stderr.patch
fb7e20
- Removed gzip-1.3.10-zgreppipe.patch
fb7e20
- Removed gzip-1.3.13-noemptysuffix.patch
fb7e20
fb7e20
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 1.4-6
fb7e20
- add filesystem guard
fb7e20
fb7e20
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 1.4-5
fb7e20
- install everything in /usr
fb7e20
  https://fedoraproject.org/wiki/Features/UsrMove
fb7e20
fb7e20
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-4
fb7e20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
fb7e20
fb7e20
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-3
fb7e20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
fb7e20
fb7e20
* Mon Sep  6 2010 Karel Klic <kklic@redhat.com> - 1.4-2
fb7e20
- Removed the dependency on less (rhbz#629580)
fb7e20
- Removed the BuildRoot tag
fb7e20
- Removed the %%clean section
fb7e20
fb7e20
* Tue Mar 16 2010 Karel Klic <kklic@redhat.com> - 1.4-1
fb7e20
- New upstream release
fb7e20
- Use XZ upstream source archive
fb7e20
- Removed cve-2010-0001 patch as it's fixed in this release
fb7e20
- Removed zdiff patch as it's fixed in this release
fb7e20
fb7e20
* Mon Feb 22 2010 Karel Klic <kklic@redhat.com> - 1.3.13-3
fb7e20
- Added a patch to disallow -S '' parameter (noemptysuffix)
fb7e20
fb7e20
* Fri Jan 22 2010 Karel Klic <kklic@redhat.com> - 1.3.13-2
fb7e20
- Fixed CVE-2010-0001 (rhbz#554418)
fb7e20
fb7e20
* Tue Dec  1 2009 Karel Klic <kklic@redhat.com> - 1.3.13-1
fb7e20
- New upstream version
fb7e20
- Updated license from GPLv2 to GPLv3+
fb7e20
- Removed gzip-1.3.12-futimens.patch, as it is fixed in the new version
fb7e20
- Updated rsync patch to the new upstream version
fb7e20
- Updated cve-2006-4337 patch to use gzip_error instead of error
fb7e20
fb7e20
* Fri Oct  9 2009 Ivana Varekova <varekova@redhat.com> - 1.3.12-12
fb7e20
- change the source tag
fb7e20
fb7e20
* Tue Aug 11 2009 Ivana Varekova <varekova redhat com> - 1.3.12-11
fb7e20
- fix installation with --excludedocs option (#515975)
fb7e20
fb7e20
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.12-10
fb7e20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
fb7e20
fb7e20
* Fri Mar 13 2009 Ivana Varekova <varekova@redhat.com> - 1.3.12-9
fb7e20
- fix #484213 - zdiff shows no output
fb7e20
fb7e20
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.12-8
fb7e20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
fb7e20
fb7e20
* Mon Sep  1 2008 Ivana Varekova <varekova@redhat.com> - 1.3.12-7
fb7e20
- update patches
fb7e20
fb7e20
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.3.12-6
fb7e20
- Autorebuild for GCC 4.3
fb7e20
fb7e20
* Fri Jan 18 2008 Ivana Varekova <varekova@redhat.com> - 1.3.12-5
fb7e20
- rebuild
fb7e20
fb7e20
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.3.12-4
fb7e20
- Rebuild for selinux ppc32 issue.
fb7e20
fb7e20
* Fri Jun 15 2007 Ivana Varekova <varekova@redhat.com> - 1.3.12-3
fb7e20
- remove useless patches (fixed in upstream version)
fb7e20
fb7e20
* Mon Jun 11 2007 Ivana Varekova <varekova@redhat.com> - 1.3.12-2
fb7e20
- remove useless patches
fb7e20
fb7e20
* Mon Jun  4 2007 Ivana Varekova <varekova@redhat.com> - 1.3.12-1
fb7e20
- update to 1.3.12
fb7e20
fb7e20
* Mon Mar  5 2007 Ivana Varekova <varekova@redhat.com> - 1.3.11-1
fb7e20
- update to 1.3.11
fb7e20
  remove uncompress
fb7e20
fb7e20
* Tue Feb  6 2007 Ivana Varekova <varekova@redhat.com> - 1.3.10-1
fb7e20
- Resolves: 225878
fb7e20
  update to 1.3.10
fb7e20
  change BuildRoot
fb7e20
fb7e20
* Mon Jan 22 2007 Ivana Varekova <varekova@redhat.com> - 1.3.9-2
fb7e20
- Resolves: 223702
fb7e20
  fix non-failsafe install-info problem
fb7e20
fb7e20
* Mon Jan 15 2007 Ivana Varekova <varekova@redhat.com> - 1.3.9-1
fb7e20
- rebuild to 1.3.9
fb7e20
- spec cleanup
fb7e20
fb7e20
* Wed Nov 22 2006 Ivana Varekova <varekova@redhat.com> - 1.3.5-11
fb7e20
- fix too strict uncompress function
fb7e20
fb7e20
* Mon Oct 23 2006 Ivana Varekova <varekova@redhat.com> - 1.3.5-10
fb7e20
- fix package description (#208924)
fb7e20
fb7e20
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.3.5-9
fb7e20
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
fb7e20
fb7e20
* Wed Sep 20 2006 Ivana Varekova <varekova@redhat.com> 1.3.5-8
fb7e20
- fix bug 204676 (patches by Tavis Ormandy)
fb7e20
  - cve-2006-4334 - null dereference problem
fb7e20
  - cve-2006-4335 - buffer overflow problem
fb7e20
  - cve-2006-4336 - buffer underflow problem
fb7e20
  - cve-2006-4338 - infinite loop problem
fb7e20
  - cve-2006-4337 - buffer overflow problem
fb7e20
fb7e20
* Fri Jul 14 2006 Karsten Hopp <karsten@redhat.de> 1.3.5-7
fb7e20
- buildrequire texinfo, otherwise gzip.info will be empty
fb7e20
fb7e20
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.3.5-6.2.2
fb7e20
- rebuild
fb7e20
fb7e20
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.3.5-6.2.1
fb7e20
- bump again for double-long bug on ppc(64)
fb7e20
fb7e20
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.3.5-6.2
fb7e20
- rebuilt for new gcc4.1 snapshot and glibc changes
fb7e20
fb7e20
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
fb7e20
- rebuilt
fb7e20
fb7e20
* Mon May 02 2005 Ivana Varekova <varekova@redhat.com> 1.3.5-6
fb7e20
- rebuilt
fb7e20
fb7e20
* Fri Apr 29 2005 Ivana Varekova <varekova@redhat.com> 1.3.5-5
fb7e20
- fix bug 156269 - CAN-2005-1228 directory traversal bug
fb7e20
 (using the patch from Ulf Harnhammar)
fb7e20
fb7e20
* Tue Apr 26 2005 Ivana Varekova <varekova@redhat.com> 1.3.5-4
fb7e20
- fix bug 155746 - CAN-2005-0988 Race condition in gzip (patch9)
fb7e20
fb7e20
* Wed Mar 23 2005 Tomas Mraz <tmraz@redhat.com> 1.3.5-3
fb7e20
- don't use the asm code again as it's slower than the gcc compiled one
fb7e20
- convert the .spec to UTF-8
fb7e20
fb7e20
* Tue Mar 22 2005 Tomas Mraz <tmraz@redhat.com> 1.3.5-2
fb7e20
- upstream 1.3.5
fb7e20
- dropped long ago obsolete dirinfo patch
fb7e20
- escape file names in zgrep (#123012)
fb7e20
- make stack in match.S nonexecutable
fb7e20
fb7e20
* Fri Mar 04 2005 Jiri Ryska <jryska@redhat.com>
fb7e20
- rebuilt
fb7e20
fb7e20
* Mon Dec 13 2004 Ivana Varekova <varekova@redhat.com>
fb7e20
- fix patch - remove brackets
fb7e20
fb7e20
* Mon Dec 13 2004 Ivana Varekova <varekova@redhat.com>
fb7e20
- fix bug #106551 problem with zmore which requires the suffix .gz in file name
fb7e20
fb7e20
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
fb7e20
- rebuilt
fb7e20
fb7e20
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
fb7e20
- rebuilt
fb7e20
fb7e20
* Tue Oct 28 2003 Jeff Johnson <jbj@redhat.com> 1.3.3-11
fb7e20
- rebuilt.
fb7e20
fb7e20
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
fb7e20
- rebuilt
fb7e20
fb7e20
* Fri Jan 31 2003 Jeff Johnson <jbj@redhat.com> 1.3.3-9
fb7e20
- enlarge window buffer to avoid accessing beyond end-of-buffer (#78413,#83095).
fb7e20
- re-enable rsync ready patch.
fb7e20
fb7e20
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
fb7e20
- rebuilt
fb7e20
fb7e20
* Fri Nov 22 2002 Jeff Johnson <jbj@redhat.com> 1.3.3-7
fb7e20
- workaround mis-compilation with gcc-3.2-4 on alpha for now (#78413).
fb7e20
fb7e20
* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
fb7e20
- rebuild on all arches
fb7e20
- remove file from buildroot we aren't shipping
fb7e20
fb7e20
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
fb7e20
- automated rebuild
fb7e20
fb7e20
* Fri Jun 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.3-4
fb7e20
- Fix the reading of unitialized memory problem (#66913)
fb7e20
fb7e20
* Thu May 23 2002 Tim Powers <timp@redhat.com>
fb7e20
- automated rebuild
fb7e20
fb7e20
* Thu Apr 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.3-2
fb7e20
- Rebuild
fb7e20
fb7e20
* Wed Mar 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.3-1
fb7e20
- 1.3.3
fb7e20
fb7e20
* Sun Mar 10 2002 Florian La Roche <Florian.LaRoche@redhat.de>
fb7e20
- add rsyncable patch #58888
fb7e20
fb7e20
* Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.2-3
fb7e20
- Rebuild
fb7e20
fb7e20
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
fb7e20
- automated rebuild
fb7e20
fb7e20
* Mon Nov 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.3.2-1
fb7e20
- 1.3.2: no need for autoconf 2.5x hacks anymore
fb7e20
fb7e20
* Sat Nov 17 2001 Florian La Roche <Florian.LaRoche@redhat.de>
fb7e20
- update to 1.3.1:
fb7e20
- disable patch2
fb7e20
fb7e20
* Fri Oct 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.3.0-16
fb7e20
- replace tempfile patches with improved ones solar@openwall.com
fb7e20
- Add less to the dependency chain - zless needs it
fb7e20
fb7e20
* Thu Aug 23 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.3.0-15
fb7e20
- Fix typo in comment in zgrep (#52465) 
fb7e20
- Copyright -> License
fb7e20
fb7e20
* Tue Jun  5 2001 Trond Eivind Glomsrød <teg@redhat.com>
fb7e20
- Patch various uses of $$ in the bundled scripts
fb7e20
fb7e20
* Mon Jun  4 2001 Trond Eivind Glomsrød <teg@redhat.com>
fb7e20
- Fix the SIGPIPE patch to avoid blank lines (#43319)
fb7e20
fb7e20
* Thu Feb 08 2001 Philipp Knirsch <pknirsch@redhat.de>
fb7e20
- Fixed buzilla bug #26680. Wrong skip value after mktemp patch and forced
fb7e20
  overwrite for output file during decompression.
fb7e20
fb7e20
* Tue Jan 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
fb7e20
- trap SIGPIPE in zgrep, so "zgrep | less" gets a happy ending
fb7e20
  (#24104)
fb7e20
fb7e20
* Sun Dec 10 2000 Trond Eivind Glomsrød <teg@redhat.com>
fb7e20
- add HAVE_LSTAT define, to avoid it doing weird things to symlinks
fb7e20
  instead of ignoring them as the docs say it should (#22045)
fb7e20
fb7e20
* Fri Dec 01 2000 Trond Eivind Glomsrød <teg@redhat.com>
fb7e20
- rebuild
fb7e20
fb7e20
* Thu Nov 09 2000 Trond Eivind Glomsrød <teg@redhat.com>
fb7e20
- patch all scripts so usage error messages are written to 
fb7e20
  stderr (#20597)
fb7e20
fb7e20
* Mon Oct 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
fb7e20
- disable assembly, as it is faster without it (bug #19910)
fb7e20
fb7e20
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
fb7e20
- automatic rebuild
fb7e20
fb7e20
* Tue Jun 27 2000 Trond Eivind Glomsrød <teg@redhat.com>
fb7e20
- rebuild
fb7e20
fb7e20
* Wed Jun 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
fb7e20
- Use %%{_mandir}, %%{_infodir},  %%configure, %%makeinstall
fb7e20
  and %%{_tmppath}
fb7e20
fb7e20
* Fri May 12 2000 Trond Eivind Glomsrød <teg@redhat.com>
fb7e20
- Add root as default owner of the files, permits building 
fb7e20
  as non-root user
fb7e20
fb7e20
* Wed May 10 2000 Trond Eivind Glomsrød <teg@redhat.com>
fb7e20
- Build system handles stripping
fb7e20
- Don't do thing the system does, like creating directories
fb7e20
- use --bindir /bin
fb7e20
- Added URL
fb7e20
- skip unnecesarry sed step
fb7e20
- Include THANKS, AUTHORS, ChangeLog, TODO
fb7e20
fb7e20
* Mon Mar 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
fb7e20
- 1.3
fb7e20
- handle RPM_OPT_FLAGS
fb7e20
fb7e20
* Tue Feb 15 2000 Cristian Gafton <gafton@redhat.com>
fb7e20
- handle compressed man pages even better
fb7e20
fb7e20
* Tue Feb 08 2000 Cristian Gafton <gafton@redhat.com>
fb7e20
- adopt patch from Paul Eggert to fix detection of the improper tables in
fb7e20
  inflate.c(huft_build)
fb7e20
- the latest released version 1.2.4a, which provides documentation updates
fb7e20
  only. But it lets us use small revision numbers again
fb7e20
- add an dirinfo entry for gzip.info so we can get rid of the ugly --entry
fb7e20
  args to install-info
fb7e20
fb7e20
* Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
fb7e20
- handle compressed manpages
fb7e20
fb7e20
* Thu Feb 03 2000 Elliot Lee <sopwith@redhat.com>
fb7e20
- Fix bug #7970
fb7e20
fb7e20
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
fb7e20
- auto rebuild in the new build environment (release 14)
fb7e20
fb7e20
* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
fb7e20
- built against gliibc 2.1
fb7e20
fb7e20
* Thu May 07 1998 Prospector System <bugs@redhat.com>
fb7e20
- translations modified for de, fr, tr
fb7e20
fb7e20
* Thu Apr 09 1998 Cristian Gafton <gafton@redhat.com>
fb7e20
- added /usr/bin/gzip and /usr/bin/gunzip symlinks as some programs are too
fb7e20
  brain dead to figure out they should be at least trying to use $PATH
fb7e20
- added BuildRoot
fb7e20
fb7e20
* Wed Jan 28 1998 Erik Troan <ewt@redhat.com>
fb7e20
- fix /tmp races
fb7e20
fb7e20
* Sun Sep 14 1997 Erik Troan <ewt@redhat.com>
fb7e20
- uses install-info
fb7e20
- applied patch for gzexe
fb7e20
fb7e20
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
fb7e20
- built against glibc
fb7e20
fb7e20
* Tue Apr 22 1997 Marc Ewing <marc@redhat.com>
fb7e20
- (Entry added for Marc by Erik) fixed gzexe to use /bin/gzip
fb7e20