Blame SPECS/tar.spec

990d53
%bcond_without selinux
990d53
%bcond_without check
990d53
990d53
Summary: GNU file archiving program
990d53
Name: tar
990d53
Epoch: 2
990d53
Version: 1.34
e176b8
Release: 5%{?dist}
990d53
License: GPLv3+
990d53
URL: https://www.gnu.org/software/tar/
990d53
990d53
Source0: https://ftp.gnu.org/gnu/tar/tar-%{version}.tar.xz
990d53
Source1: https://ftp.gnu.org/gnu/tar/tar-%{version}.tar.xz.sig
990d53
990d53
# Note that all patches are documented in patch files (git format-patch format)
990d53
Patch1:  tar-1.28-loneZeroWarning.patch
990d53
Patch2:  tar-1.28-vfatTruncate.patch
990d53
Patch3:  tar-1.29-wildcards.patch
990d53
Patch4:  tar-1.28-atime-rofs.patch
990d53
Patch9:  tar-1.28-document-exclude-mistakes.patch
990d53
Patch10: tar-1.33-fix-capabilities-test.patch
e176b8
Patch11: tar-1.30-padding-zeros.patch
e176b8
Patch12: tar-1.30-disk-read-error.patch
990d53
990d53
BuildRequires: make
990d53
BuildRequires:  gcc
990d53
BuildRequires: autoconf automake texinfo gettext libacl-devel
990d53
990d53
%if %{with check}
990d53
# cover needs of tar's testsuite
990d53
BuildRequires: attr acl policycoreutils
990d53
%endif
990d53
990d53
%if %{with selinux}
990d53
BuildRequires: libselinux-devel
990d53
%endif
990d53
Provides: bundled(gnulib)
990d53
Provides: bundled(paxutils)
990d53
Provides: /bin/tar
990d53
Provides: /bin/gtar
990d53
990d53
%description
990d53
The GNU tar program saves many files together in one archive and can
990d53
restore individual files (or all of the files) from that archive. Tar
990d53
can also be used to add supplemental files to an archive and to update
990d53
or list files in the archive. Tar includes multivolume support,
990d53
automatic archive compression/decompression, the ability to perform
990d53
remote archives, and the ability to perform incremental and full
990d53
backups.
990d53
990d53
If you want to use tar for remote backups, you also need to install
990d53
the rmt package on the remote box.
990d53
990d53
990d53
%prep
990d53
%autosetup -p1
990d53
autoreconf -v
990d53
990d53
# Keep only entries related to the latest release.
990d53
mv ChangeLog{,~}
990d53
awk 'stop = false; /^2014-07-27/ { stop = true; exit }; { print }' \
990d53
    < ChangeLog~ > ChangeLog
990d53
990d53
990d53
%build
990d53
%configure \
990d53
    %{!?with_selinux:--without-selinux} \
990d53
    --with-lzma="xz --format=lzma" \
990d53
    DEFAULT_RMT_DIR=%{_sysconfdir} \
990d53
    RSH=/usr/bin/ssh
990d53
990d53
%make_build
990d53
990d53
990d53
%install
990d53
%make_install
990d53
990d53
ln -s tar $RPM_BUILD_ROOT%{_bindir}/gtar
990d53
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
990d53
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
990d53
ln -s tar.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/gtar.1
990d53
990d53
# XXX Nuke unpackaged files.
990d53
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/rmt
990d53
rm -f $RPM_BUILD_ROOT%{_mandir}/man8/rmt.8*
990d53
990d53
%find_lang %name
990d53
990d53
990d53
%check
990d53
%if %{with check}
990d53
rm -f $RPM_BUILD_ROOT/test/testsuite
990d53
# make check TESTSUITEFLAGS='-k \!dirrem01,\!dirrem02' || (
990d53
make check || (
990d53
    # get the error log
990d53
    set +x
990d53
    find -name testsuite.log | while read line; do
990d53
        echo "=== $line ==="
990d53
        cat "$line"
990d53
        echo
990d53
    done
990d53
    false
990d53
)
990d53
%endif
990d53
990d53
990d53
%files -f %{name}.lang
990d53
%license COPYING
990d53
%doc AUTHORS README THANKS NEWS ChangeLog
990d53
%{_bindir}/tar
990d53
%{_bindir}/gtar
990d53
%{_mandir}/man1/tar.1*
990d53
%{_mandir}/man1/gtar.1*
990d53
%{_infodir}/tar.info*
990d53
990d53
990d53
%changelog
e176b8
* Fri Jul 01 2022 Lukas Javorsky <ljavorsk@redhat.com> - 2:1.34-5
e176b8
- Release bump
e176b8
e176b8
* Mon Jun 27 2022 Lukas Javorsky <ljavorsk@redhat.com> - 2:1.34-4
e176b8
- added "padding with zeros" info message (#2089298)
e176b8
- do not report disk error as file shrank (#2089316)
e176b8
990d53
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2:1.34-3
990d53
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
990d53
  Related: rhbz#1991688
990d53
990d53
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2:1.34-2
990d53
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
990d53
990d53
* Sat Feb 13 2021 Ondrej Dubaj <odubaj@redhat.com> - 1.34-1
990d53
- Rebase to version 1.34
990d53
990d53
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.33-3
990d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
990d53
990d53
* Mon Jan 25 2021 Ondrej Dubaj <odubaj@redhat.com> - 1.33-2
990d53
- Fixed memory leak in read_header() in list.c (#1917631)
990d53
990d53
* Thu Jan 07 2021 Pavel Raiskup <praiskup@redhat.com> - 1.33-1
990d53
- new upstream release (see the packaged NEWS file)
990d53
990d53
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.32-6
990d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
990d53
990d53
* Mon Jul 13 2020 Ondrej Dubaj <odubaj@redhat.com> - 2:1.32-5
990d53
- Bugfix of --sparse option in --diff mode
990d53
990d53
* Wed Feb 05 2020 Than Ngo <than@redhat.com> - 2:1.32-4
990d53
- Skip the test if genfile is unable to create
990d53
990d53
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.32-3
990d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
990d53
990d53
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.32-2
990d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
990d53
990d53
* Mon Feb 25 2019 Pavel Raiskup <praiskup@redhat.com> - 1.32-1
990d53
- the latest upstream release, per release notes
990d53
  http://lists.gnu.org/archive/html/info-gnu/2019-02/msg00010.html
990d53
- admit that we bundle paxutils project
990d53
990d53
* Mon Feb 04 2019 Pavel Raiskup <praiskup@redhat.com> - 1.31-4
990d53
- fix racy compress: gzip test
990d53
990d53
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.31-3
990d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
990d53
990d53
* Thu Jan 17 2019 Pavel Raiskup <praiskup@redhat.com> - 1.31-2
990d53
- backport fix for dirrem tests, and reenable them again
990d53
990d53
* Thu Jan 10 2019 Pavel Raiskup <praiskup@redhat.com> - 1.31-1
990d53
- the latest upstream release, per release notes
990d53
  http://lists.gnu.org/archive/html/info-gnu/2019-01/msg00001.html
990d53
990d53
* Tue Aug 07 2018 Pavel Raiskup <praiskup@redhat.com> - 1.30-6
990d53
- use %%bcond_* for selinux, use %%make_* macros
990d53
990d53
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.30-5
990d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
990d53
990d53
* Wed May 23 2018 Pavel Raiskup <praiskup@redhat.com> - 1.30-4
990d53
- drop BuildRequires: rsh, we anyways use ./configure RSH=%%_bindir/ssh
990d53
990d53
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.30-3
990d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
990d53
990d53
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2:1.30-2
990d53
- Return Epoch back
990d53
990d53
* Thu Jan 04 2018 Pavel Raiskup <praiskup@redhat.com> - 1.30-1
990d53
- testsuite fixes per upstream reports
990d53
990d53
* Mon Dec 18 2017 Pavel Raiskup <praiskup@redhat.com> - 1.30-1
990d53
- rebase to latest upstream release, per release notes
990d53
  http://lists.gnu.org/archive/html/info-gnu/2017-12/msg00011.html
990d53
990d53
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.29-7
990d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
990d53
990d53
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.29-6
990d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
990d53
990d53
* Wed May 24 2017 Tomas Repik <trepik@redhat.com> - 2:1.29-5
990d53
- fix --add-file option (rhbz#1436030)
990d53
990d53
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.29-4
990d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
990d53
990d53
* Mon Nov 28 2016 Pavel Raiskup <praiskup@redhat.com> - 1.29-3
990d53
- revert back some docs
990d53
- fix --create to use --xattrs-include/exclude (rhbz#1341787)
990d53
- don't hang with '-x --skip-old-files --xattrs' (rhbz#1399036)
990d53
990d53
* Mon Nov  7 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.29-2
990d53
- Drop large docs, minor specs cleanups
990d53
990d53
* Tue May 17 2016 Pavel Raiskup <praiskup@redhat.com> - 1.29-1
990d53
- new upstream release 1.29 (rhbz#1336607)
990d53
990d53
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.28-7
990d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
990d53
990d53
* Fri Jun 26 2015 Pavel Raiskup <praiskup@redhat.com> - 1.28-6
990d53
- fix --files-from and -T cooperation (rhbz#1230762)
990d53
- avoid two testsuite false alarms related to --files-from option
990d53
990d53
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.28-5
990d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
990d53
990d53
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2:1.28-4
990d53
- Rebuilt for Fedora 23 Change
990d53
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
990d53
990d53
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.28-3
990d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
990d53
990d53
* Wed Aug  6 2014 Tom Callaway <spot@fedoraproject.org> - 2:1.28-2
990d53
- fix license handling
990d53
990d53
* Mon Jul 28 2014 Pavel Raiskup <praiskup@redhat.com> - 1.28-1
990d53
- rebase to new upstream tarball, per release notes:
990d53
  https://savannah.gnu.org/forum/forum.php?forum_id=8037
990d53
990d53
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.27.1-5
990d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
990d53
990d53
* Mon May 12 2014 Pavel Raiskup <praiskup@redhat.com> - 1.27.1-4
990d53
- enable parallel build
990d53
990d53
* Tue Apr 01 2014 Pavel Raiskup <praiskup@redhat.com> - 1.27.1-3
990d53
- document --exclude mistakes (#903666)
990d53
- fix default ACLs propagation (#1082603)
990d53
- infinite loop(s) in sparse-file handling (#1082608)
990d53
- fix listing (and --verify) for big sparse files (#916995)
990d53
- fix eternal loop in -T option (#1083066)
990d53
- don't read/write archive from/to terminal (#1083075)
990d53
990d53
* Fri Nov 29 2013 Pavel Raiskup <praiskup@redhat.com> - 1.27.1-2
990d53
- sync manual page contents with help2man output
990d53
990d53
* Mon Nov 18 2013 Pavel Raiskup <praiskup@redhat.com> - 1.27.1-1
990d53
- minor version update to 1.27.1
990d53
990d53
* Tue Oct 29 2013 Pavel Raiskup <praiskup@redhat.com> - 1.27-2
990d53
- sparse file detection based on fstat() fix (#1024095)
990d53
990d53
* Wed Oct 09 2013 Ondrej Vasik <ovasik@redhat.com> - 1.27-1
990d53
- new upstream release 1.27 (#1016288)
990d53
990d53
* Mon Sep 09 2013 Pavel Raiskup <praiskup@redhat.com> - 1.26-28
990d53
- add documenation for xattrs-like options (#996753)
990d53
- the --xattrs-include implies --xattrs now (#965969)
990d53
990d53
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.26-27
990d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
990d53
990d53
* Thu Jun 20 2013 Pavel Raiskup <praiskup@redhat.com> - 1.26-26
990d53
- the /etc/rmt seems to be the best place where to look for rmt binary (see the
990d53
  commit message in Fedora's cpio.git for more info)
990d53
990d53
* Tue Jun 04 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-25
990d53
- fix "symlink eating" bug (already fixed in upstream git)
990d53
990d53
* Thu May 30 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-24
990d53
- use /usr/bin/ssh as the default remote shell binary (#969015)
990d53
- do not verbose-print xattrs when --no-xattrs option is used
990d53
- do not override the config.{guess,sub} twice, this is already done by the
990d53
  redhat-rpm-config package (#951442)
990d53
990d53
* Tue May 28 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-23
990d53
- again search for 'rmt' binary in %%{_sbindir} on target host
990d53
990d53
* Tue Mar 26 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-22
990d53
- enable build for arm64 (#926610)
990d53
- fix the NAME part in manual page (copied from texinfo)
990d53
- silence gcc warnings (lint fixes without risk from upstream) for RPMDiff
990d53
990d53
* Tue Mar 19 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-21
990d53
- allow extracting single volume from multi-volume archive (#919897)
990d53
- usrmove: /bin/tar ~> /usr/bin/tar, selinux handling edit
990d53
- add possibility to pass arguments to commands called from tar (#819187)
990d53
990d53
* Fri Mar 01 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-19
990d53
- fix creating sparse pax archives containing files of effective
990d53
  size >8GB (#516309)
990d53
- silence rpmlint (fix bad dates in changelog based on git log dates)
990d53
990d53
* Wed Feb 20 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-18
990d53
- fix problems with big uids/gids and pax format (> 2^21) (#913406)
990d53
990d53
* Mon Feb 18 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-17
990d53
- add possibility to 'rpmbuild' without %%check phase
990d53
- make the autoreconf phase verbose
990d53
- re-create older patches (avoid offset warnings during patching)
990d53
- remove patches which we don't need now (xattrs - will be updated, sigpipe -
990d53
  test should work now, partial revert of *at() conversion was done because of
990d53
  incompatible xattr patch)
990d53
- add upstream up2date xattr patch
990d53
990d53
* Fri Feb 01 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-16
990d53
- make the info documentation more visible in manpage (#903666)
990d53
- sync tar.1 manpage with actual --help output (e.g. added --skip-old-files)
990d53
- add the last_help2man_run file to git repo to allow more easily find changes
990d53
  in --help in future
990d53
- make the DEFAULTS section to be more visible in man page
990d53
- verbose 'make check' only when some fail happened (append to koji build.log)
990d53
990d53
* Thu Nov 29 2012 Ondrej Vasik <ovasik@redhat.com> - 2:1.26-15
990d53
- add missing --full-time option to manpage
990d53
990d53
* Thu Oct 18 2012 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-14
990d53
- fix bad behaviour of --keep-old-files and add --skip-old-files option
990d53
  (#799252)
990d53
990d53
* Wed Oct 10 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-13
990d53
- fix badly written macro for building --without-selinux
990d53
- allow to build tar in difference CoverityScan by forcing the '.gets' patch to
990d53
  be applied even in the run without patches
990d53
990d53
* Fri Oct 05 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-12
990d53
- repair the xattr-gnulib-prepare patch to allow build tar without SELinux
990d53
  support
990d53
- fedora-review compliance -> remove trailing white-spaces, remove macro from
990d53
  comment, remove BR of gawk;coreutils;gzip that should be covered automatically
990d53
  by minimum build environment, do not `rm -rf' buildroot at the beginning of
990d53
  install phase (needed only in EPEL), remove BuildRoot definition, remove
990d53
  defattr macro, s/define/global/
990d53
- do not use ${VAR} syntax for bash variables, use just $VAR
990d53
990d53
* Wed Aug 22 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-11
990d53
- fix manpage to reflect #850291 related commit
990d53
990d53
* Tue Aug 21 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-10
990d53
- prepare Gnulib for new xattrs (#850291)
990d53
- new version of RH xattrs patch (#850291)
990d53
- enable verbose mode in testsuite to allow better debugging on error
990d53
990d53
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.26-9
990d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
990d53
990d53
* Thu Jul 12 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-8
990d53
- force the fchown() be called before xattrs_set() (#771927)
990d53
990d53
* Sat Jun 16 2012 Ondrej Vasik <ovasik@redhat.com> 2:1.26-7
990d53
- store&restore security.capability extended attributes category
990d53
  (#771927)
990d53
- fix build failure with undefined gets
990d53
990d53
* Tue May 15 2012 Ondrej Vasik <ovasik@redhat.com> 2:1.26-6
990d53
- add virtual provides for bundled(gnulib) copylib (#821790)
990d53
990d53
* Thu Apr 05 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-5
990d53
- fix for bad cooperation of the '-C' (change directory) and '-u' (update
990d53
  package) options (#688567)
990d53
990d53
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.26-4
990d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
990d53
990d53
* Sun Oct  2 2011 Ville Skyttä <ville.skytta@iki.fi> - 2:1.26-3
990d53
- Man page heading formatting fixes.
990d53
990d53
* Mon Sep 26 2011 Kamil Dudka <kdudka@redhat.com> 2:1.26-2
990d53
- restore basic functionality of --acl, --selinux, and --xattr (#717684)
990d53
990d53
* Sat Mar 12 2011 Ondrej Vasik <ovasik@redhat.com> 2:1.26-1
990d53
- new upstream release 1.26
990d53
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.25-6
990d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
990d53
990d53
* Thu Jan 20 2011 Ondrej Vasik <ovasik@redhat.com> 2:1.25-5
990d53
- drop unnecessary hard dependency on info package(#671157)
990d53
990d53
* Mon Jan 03 2011 Ondrej Vasik <ovasik@redhat.com> 2:1.25-4
990d53
- mention that some compression options might not work if
990d53
  the external program is not available(#666755)
990d53
990d53
* Wed Dec 08 2010 Kamil Dudka <kdudka@redhat.com> 2:1.25-3
990d53
- correctly store long sparse file names in PAX archives (#656834)
990d53
990d53
* Tue Nov 23 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.25-2
990d53
- fix issue with --one-file-system and --listed-incremental
990d53
  (#654718)
990d53
990d53
* Mon Nov 08 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.25-1
990d53
- new upstream release 1.25
990d53
990d53
* Mon Oct 25 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.24-1
990d53
- new upstream release 1.24, use .xz archive
990d53
990d53
* Wed Sep 29 2010 jkeating - 2:1.23-8
990d53
- Rebuilt for gcc bug 634757
990d53
990d53
* Fri Sep 24 2010 Kamil Dudka <kdudka@redhat.com> 2:1.23-7
990d53
- match non-stripped file names (#637085)
990d53
990d53
* Mon Sep 20 2010 Kamil Dudka <kdudka@redhat.com> 2:1.23-6
990d53
- fix exclusion of long file names with --xattrs (#634866)
990d53
- do not crash with --listed-incremental (#635318)
990d53
990d53
* Mon Aug 16 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.23-5
990d53
- add support for security.NTACL xattrs (#621215)
990d53
990d53
* Tue Jun 01 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.23-4
990d53
- recognize old-archive/portability options(#594044)
990d53
990d53
* Wed Apr 07 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.23-3
990d53
- allow storing of extended attributes for fifo and block
990d53
  or character devices files(#573147)
990d53
990d53
* Mon Mar 15 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.23-2
990d53
- update help2maned manpage
990d53
990d53
* Fri Mar 12 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.23-1
990d53
- new upstream release 1.23, remove applied patches
990d53
990d53
* Wed Mar 10 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.22-17
990d53
- CVE-2010-0624 tar, cpio: Heap-based buffer overflow
990d53
  by expanding a specially-crafted archive (#572149)
990d53
- realloc within check_exclusion_tags() caused invalid write
990d53
  (#570591)
990d53
- not closing file descriptors for excluded files/dirs with
990d53
  exlude-tag... options could cause descriptor exhaustion
990d53
  (#570591)
990d53
990d53
* Sat Feb 20 2010 Kamil Dudka <kdudka@redhat.com> 2:1.22-16
990d53
- support for "lustre.*" extended attributes (#561855)
990d53
990d53
* Thu Feb 04 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.22-15
990d53
- fix segfault with corrupted metadata in code_ns_fraction
990d53
  (#531441)
990d53
990d53
* Wed Feb 03 2010 Kamil Dudka <kdudka@redhat.com> 2:1.22-14
990d53
- allow also build with SELinux support
990d53
990d53
* Mon Feb 01 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.22-13
990d53
- allow build without SELinux support(#556679)
990d53
990d53
* Tue Jan 05 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.22-12
990d53
- do not fail with POSIX 2008 glibc futimens() (#552320)
990d53
- temporarily disable fix for #531441, causing stack smashing
990d53
  with newer glibc(#551206)
990d53
990d53
* Tue Dec 08 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-11
990d53
- fix segfault with corrupted metadata in code_ns_fraction
990d53
  (#531441)
990d53
- commented patches and sources
990d53
990d53
* Fri Nov 27 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-10
990d53
- store xattrs for symlinks (#525992) - by Kamil Dudka
990d53
- update tar(1) manpage (#539787)
990d53
- fix memory leak in xheader (#518079)
990d53
990d53
* Wed Nov 18 2009 Kamil Dudka <kdudka@redhat.com> 2:1.22-9
990d53
- store SELinux context for symlinks (#525992)
990d53
990d53
* Thu Aug 27 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-8
990d53
- provide symlink manpage for gtar
990d53
990d53
* Thu Aug 06 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-7
990d53
- do process install-info only without --excludedocs(#515923)
990d53
990d53
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.22-6
990d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
990d53
990d53
* Thu Jul 16 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-5
990d53
- Fix restoring of directory default acls(#511145)
990d53
- Do not patch generated autotools files
990d53
990d53
* Thu Jun 25 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-4
990d53
- Report record size only if the archive refers to a device
990d53
  (#487760)
990d53
- Do not sigabrt with new gcc/glibc because of writing to
990d53
  struct members of gnutar header at once via strcpy
990d53
990d53
* Fri May 15 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-3
990d53
- ignore errors from setting utime() for source file
990d53
  on read-only filesystem (#500742)
990d53
990d53
* Fri Mar 06 2009 Kamil Dudka <kdudka@redhat.com> 2:1.22-2
990d53
- improve tar-1.14-loneZeroWarning.patch (#487315)
990d53
990d53
* Mon Mar 02 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-1
990d53
- New upstream release 1.22, removed applied patch
990d53
990d53
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.21-2
990d53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
990d53
990d53
* Mon Jan 05 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.21-1
990d53
- New upstream release 1.21, removed applied patches
990d53
- add support for -I option, fix testsuite failure
990d53
990d53
* Thu Dec 11 2008 Ondrej Vasik <ovasik@redhat.com> 2:1.20-6
990d53
- add BuildRequires for rsh (#475950)
990d53
990d53
* Fri Nov 21 2008 Ondrej Vasik <ovasik@redhat.com> 2:1.20-5
990d53
- fix off-by-one errors in xattrs patch (#472355)
990d53
990d53
* Mon Nov 10 2008 Kamil Dudka <kdudka@redhat.com> 2:1.20-4
990d53
- fixed bug #465803: labels with --multi-volume (upstream patch)
990d53
990d53
* Fri Oct 10 2008 Ondrej Vasik <ovasik@redhat.com> 2:1.20-3
990d53
- Fixed wrong documentation for xattrs options (#466517)
990d53
- fixed bug with null file terminator and change dirs
990d53
  (upstream)
990d53
990d53
* Fri Aug 29 2008 Ondrej Vasik <ovasik@redhat.com> 2:1.20-2
990d53
- patch fuzz clean up
990d53
990d53
* Mon May 26 2008 Ondrej Vasik <ovasik@redhat.com> 2:1.20-1
990d53
- new upstream release 1.20 (lzma support, few new options
990d53
  and bugfixes)
990d53
- heavily modified xattrs patches(as tar-1.20 now uses automake
990d53
  1.10.1)
990d53
990d53
* Tue Feb 12 2008 Radek Brich <rbrich@redhat.com> 2:1.19-3
990d53
- do not print getfilecon/setfilecon warnings when SELinux is disabled
990d53
  or SELinux data are not available (bz#431879)
990d53
- fix for GCC 4.3
990d53
990d53
* Mon Jan 21 2008 Radek Brich <rbrich@redhat.com> 2:1.19-2
990d53
- fix errors in man page
990d53
  * fix definition of --occurrence (bz#416661, patch by Jonathan Wakely)
990d53
  * update meaning of -l: it has changed from --one-filesystem
990d53
    to --check-links (bz#426717)
990d53
- update license tag, tar 1.19 is GPLv3+
990d53
990d53
* Mon Dec 17 2007 Radek Brich <rbrich@redhat.com> 2:1.19-1
990d53
- upgrade to 1.19
990d53
- updated xattrs patch, removed 3 upstream patches
990d53
990d53
* Wed Dec 12 2007 Radek Brich <rbrich@redhat.com> 2:1.17-5
990d53
- fix (non)detection of xattrs
990d53
- move configure stuff from -xattrs patch to -xattrs-conf,
990d53
  so the original patch could be easily read
990d53
- fix -xattrs patch to work with zero length files and show
990d53
  warnings when xattrs not available (fixes by James Antill)
990d53
- possible corruption (#408621) - add warning to man page
990d53
  for now, may be actually fixed later, depending on upstream
990d53
990d53
* Tue Oct 23 2007 Radek Brich <rbrich@redhat.com> 2:1.17-4
990d53
- upstream patch for CVE-2007-4476
990d53
  (tar stack crashing in safer_name_suffix)
990d53
990d53
* Tue Aug 28 2007 Radek Brich <rbrich@redhat.com> 2:1.17-3
990d53
- gawk build dependency
990d53
990d53
* Tue Aug 28 2007 Radek Brich <rbrich@redhat.com> 2:1.17-2
990d53
- updated license tag
990d53
- fixed CVE-2007-4131 tar directory traversal vulnerability (#251921)
990d53
990d53
* Thu Jun 28 2007 Radek Brich <rbrich@redhat.com> 2:1.17-1
990d53
- new upstream version
990d53
- patch for wildcards (#206841), restoring old behavior
990d53
- patch for testsuite
990d53
- update -xattrs patch
990d53
- drop 13 obsolete patches
990d53
990d53
* Tue Feb 06 2007 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-26
990d53
- fix spec file to meet Fedora standards (#226478)
990d53
990d53
* Mon Jan 22 2007 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-25
990d53
- fix non-failsafe install-info use in scriptlets (#223718)
990d53
990d53
* Wed Jan 03 2007 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-24
990d53
- supply tar man page (#219375)
990d53
990d53
* Tue Dec 12 2006 Florian La Roche <laroche@redhat.com> 2:1.15.1-23
990d53
- fix CVE-2006-6097 GNU tar directory traversal (#216937)
990d53
990d53
* Sun Dec 10 2006 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-22
990d53
- fix some rpmlint spec file issues
990d53
990d53
* Wed Oct 25 2006 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-21
990d53
- build with dist-tag
990d53
990d53
* Mon Oct 09 2006 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-20
990d53
- another fix of tar-1.15.1-xattrs.patch from James Antill
990d53
990d53
* Wed Oct 04 2006 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-19
990d53
- another fix of tar-1.15.1-xattrs.patch from James Antill
990d53
990d53
* Sun Oct 01 2006 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-18
990d53
- fix tar-1.15.1-xattrs.patch (#208701)
990d53
990d53
* Tue Sep 19 2006 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-17
990d53
- start new epoch, downgrade to solid stable 1.15.1-16 (#206979),
990d53
- all patches are backported
990d53
990d53
* Tue Sep 19 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.91-2
990d53
- apply patches, which were forgotten during upgrade
990d53
990d53
* Wed Sep 13 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.91-1
990d53
- upgrade, which also fix incremental backup (#206121)
990d53
990d53
* Fri Sep 08 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-7
990d53
- fix tar-debuginfo package (#205615)
990d53
990d53
* Thu Aug 10 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-6
990d53
- add xattr support (#200925), patch from james.antill@redhat.com
990d53
990d53
* Mon Jul 24 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-5
990d53
- fix incompatibilities in appending files to the end
990d53
  of an archive (#199515)
990d53
990d53
* Tue Jul 18 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-4
990d53
- fix problem with unpacking archives in a directory for which
990d53
  one has write permission but does not own (such as /tmp) (#149686)
990d53
990d53
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.15.90-3.1
990d53
- rebuild
990d53
990d53
* Thu Jun 29 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-3
990d53
- fix typo in tar.1 man page
990d53
990d53
* Tue Apr 25 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-2
990d53
- exclude listed02.at from testsuite again, because it
990d53
  still fails on s390
990d53
990d53
* Tue Apr 25 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-1
990d53
- upgrade
990d53
990d53
* Mon Apr 24 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.1-16
990d53
- fix problem when options at the end of command line were
990d53
  not recognized (#188707)
990d53
990d53
* Thu Apr 13 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.1-15
990d53
- fix segmentation faul introduced with hugeSparse.patch
990d53
990d53
* Wed Mar 22 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.1-14
990d53
- fix problems with extracting large sparse archive members (#185460)
990d53
990d53
* Fri Feb 17 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.1-13
990d53
- fix heap overlfow bug CVE-2006-0300 (#181773)
990d53
990d53
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.15.1-12.2
990d53
- bump again for double-long bug on ppc(64)
990d53
990d53
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.15.1-12.1
990d53
- rebuilt for new gcc4.1 snapshot and glibc changes
990d53
990d53
* Mon Feb 06 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.1-12
990d53
- fix extracting sparse files to a filesystem like vfat,
990d53
  when ftruncate may fail to grow the size of a file.(#179507)
990d53
990d53
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
990d53
- rebuilt
990d53
990d53
* Fri Nov 04 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-11
990d53
- correctly pad archive members that shrunk during archiving (#172373)
990d53
990d53
* Tue Sep 06 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-10
990d53
- provide man page (#163709, #54243, #56041)
990d53
990d53
* Mon Aug 15 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-9
990d53
- silence newer option (#164902)
990d53
990d53
* Wed Jul 27 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-8
990d53
- A file is dumpable if it is sparse and both --sparse
990d53
  and --totals are specified (#154882)
990d53
990d53
* Tue Jul 26 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-7
990d53
- exclude listed02.at from testsuite
990d53
990d53
* Fri Jul 22 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-6
990d53
- remove tar-1.14-err.patch, not needed (158743)
990d53
990d53
* Fri Apr 15 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-5
990d53
- extract sparse files even if the output fd is not seekable.(#154882)
990d53
- (sparse_scan_file): Bugfix. offset had incorrect type.
990d53
990d53
* Mon Mar 14 2005 Peter Vrabec <pvrabec@redhat.com>
990d53
- gcc4 fix (#150993) 1.15.1-4
990d53
990d53
* Mon Jan 31 2005 Peter Vrabec <pvrabec@redhat.com>
990d53
- rebuild 1.15.1-3
990d53
990d53
* Mon Jan 17 2005 Peter Vrabec <pvrabec@redhat.com>
990d53
- fix tests/testsuite
990d53
990d53
* Fri Jan 07 2005 Peter Vrabec <pvrabec@redhat.com>
990d53
- upgrade to 1.15.1
990d53
990d53
* Mon Oct 11 2004 Peter Vrabec <pvrabec@redhat.com>
990d53
- patch to stop issuing lone zero block warnings
990d53
- rebuilt
990d53
990d53
* Mon Oct 11 2004 Peter Vrabec <pvrabec@redhat.com>
990d53
- URL added to spec file
990d53
- spec file clean up
990d53
990d53
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
990d53
- rebuilt
990d53
990d53
* Mon Jun  7 2004 Jeff Johnson <jbj@jbj.org> 1.14-1
990d53
- upgrade to 1.14.
990d53
990d53
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
990d53
- rebuilt
990d53
990d53
* Tue Jun 17 2003 Jeff Johnson <jbj@redhat.com> 1.13.25-13
990d53
- rebuilt because of crt breakage on ppc64.
990d53
- dump automake15 requirement.
990d53
990d53
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
990d53
- rebuilt
990d53
990d53
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
990d53
- rebuilt
990d53
990d53
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 1.13.25-10
990d53
- fix broken buildrquires on autoconf253
990d53
990d53
* Thu Nov  7 2002 Jeff Johnson <jbj@redhat.com> 1.13.25-9
990d53
- rebuild from CVS.
990d53
990d53
* Fri Aug 23 2002 Phil Knirsch <pknirsch@redhat.com> 1.13.25-8
990d53
- Included security patch from errata release.
990d53
990d53
* Mon Jul  1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.25-7
990d53
- Fix argv NULL termination (#64869)
990d53
990d53
* Thu May 23 2002 Tim Powers <timp@redhat.com>
990d53
- automated rebuild
990d53
990d53
* Tue Apr  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.25-4
990d53
- Fix build with autoconf253 (LIBOBJ change; autoconf252 worked)
990d53
990d53
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
990d53
- automated rebuild
990d53
990d53
* Tue Oct 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.25-2
990d53
- Don't include hardlinks to sockets in a tar file (#54827)
990d53
990d53
* Thu Sep 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.25-1
990d53
- 1.13.25
990d53
990d53
* Tue Sep 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.22-1
990d53
- Update to 1.13.22, adapt patches
990d53
990d53
* Mon Aug 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.19-6
990d53
- Fix #52084
990d53
990d53
* Thu May 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.19-5
990d53
- Fix build with current autoconf (stricter checking on AC_DEFINE)
990d53
- Fix segfault when tarring directories without having read permissions
990d53
  (#40802)
990d53
990d53
* Tue Mar  6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
990d53
- Don't depend on librt.
990d53
990d53
* Fri Feb 23 2001 Trond Eivind Glomsröd <teg@redhat.com>
990d53
- langify
990d53
990d53
* Thu Feb 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
990d53
- Fix up the man page (#28915)
990d53
990d53
* Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
990d53
- 1.3.19, nukes -I and fixes up -N
990d53
- Add -I back in as an alias to -j with a nice loud warning
990d53
990d53
* Mon Oct 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
990d53
- 1.3.18
990d53
- Update man page to reflect changes
990d53
990d53
* Thu Oct  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
990d53
- Fix the "ignore failed read" option (Bug #8330)
990d53
990d53
* Mon Sep 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
990d53
- fix hang on tar tvzf - 
990d53
  exit code fix (Bug #15448), Patch from Tim Waugh <twaugh@redhat.com>
990d53
990d53
* Fri Aug 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
990d53
- really fix exit code (Bug #15448)
990d53
990d53
* Mon Aug  7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
990d53
- fix exit code (Bug #15448), patch from Tim Waugh <twaugh@redhat.com>
990d53
990d53
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
990d53
- automatic rebuild
990d53
990d53
* Mon Jun 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
990d53
- FHSify
990d53
990d53
* Fri Apr 28 2000 Bill Nottingham <notting@redhat.com>
990d53
- fix for ia64
990d53
990d53
* Wed Feb  9 2000 Bernhard Rosenkränzer <bero@redhat.com>
990d53
- Fix the exclude bug (#9201)
990d53
990d53
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
990d53
- man pages are compressed
990d53
- fix description
990d53
- fix fnmatch build problems
990d53
990d53
* Sun Jan  9 2000 Bernhard Rosenkränzer <bero@redhat.com>
990d53
- 1.13.17
990d53
- remove dotbug patch (fixed in base)
990d53
- update download URL
990d53
990d53
* Fri Jan  7 2000 Bernhard Rosenkränzer <bero@redhat.com>
990d53
- Fix a severe bug (tar xf any_package_containing_. would delete the
990d53
  current directory)
990d53
990d53
* Wed Jan  5 2000 Bernhard Rosenkränzer <bero@redhat.com>
990d53
- 1.3.16
990d53
- unset LINGUAS before running configure
990d53
990d53
* Tue Nov  9 1999 Bernhard Rosenkränzer <bero@redhat.com>
990d53
- 1.13.14
990d53
- Update man page to know about -I / --bzip
990d53
- Remove dependancy on rmt - tar can be used for anything local
990d53
  without it.
990d53
990d53
* Fri Aug 27 1999 Preston Brown <pbrown@redhat.com>
990d53
- upgrade to 1.13.11.
990d53
990d53
* Wed Aug 18 1999 Jeff Johnson <jbj@redhat.com>
990d53
- update to 1.13.9.
990d53
990d53
* Thu Aug 12 1999 Jeff Johnson <jbj@redhat.com>
990d53
- update to 1.13.6.
990d53
- support -y --bzip2 options for bzip2 compression (#2415).
990d53
990d53
* Fri Jul 23 1999 Jeff Johnson <jbj@redhat.com>
990d53
- update to 1.13.5.
990d53
990d53
* Tue Jul 13 1999 Bill Nottingham <notting@redhat.com>
990d53
- update to 1.13
990d53
990d53
* Sat Jun 26 1999 Jeff Johnson <jbj@redhat.com>
990d53
- update to 1.12.64014.
990d53
- pipe patch corrected for remote tars now merged in.
990d53
990d53
* Sun Jun 20 1999 Jeff Johnson <jbj@redhat.com>
990d53
- update to tar-1.12.64013.
990d53
- subtract (and reopen #2415) bzip2 support using -y.
990d53
- move gtar to /bin.
990d53
990d53
* Tue Jun 15 1999 Jeff Johnson <jbj@redhat.com>
990d53
- upgrade to tar-1.12.64011 to
990d53
-   add bzip2 support (#2415)
990d53
-   fix filename bug (#3479)
990d53
990d53
* Mon Mar 29 1999 Jeff Johnson <jbj@redhat.com>
990d53
- fix suspended tar with compression over pipe produces error (#390).
990d53
990d53
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
990d53
- auto rebuild in the new build environment (release 8)
990d53
990d53
* Mon Mar 08 1999 Michael Maher <mike@redhat.com>
990d53
- added patch for bad name cache.
990d53
- FIXES BUG 320
990d53
990d53
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
990d53
- Injected new description and group.
990d53
990d53
* Fri Dec 18 1998 Preston Brown <pbrown@redhat.com>
990d53
- bumped spec number for initial rh 6.0 build
990d53
990d53
* Tue Aug  4 1998 Jeff Johnson <jbj@redhat.com>
990d53
- add /usr/bin/gtar symlink (change #421)
990d53
990d53
* Tue Jul 14 1998 Jeff Johnson <jbj@redhat.com>
990d53
- Fiddle bindir/libexecdir to get RH install correct.
990d53
- Don't include /sbin/rmt -- use the rmt from dump.
990d53
- Turn on nls.
990d53
990d53
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
990d53
- translations modified for de, fr, tr
990d53
990d53
* Thu Oct 16 1997 Donnie Barnes <djb@redhat.com>
990d53
- updated from 1.11.8 to 1.12
990d53
- various spec file cleanups
990d53
- /sbin/install-info support
990d53
990d53
* Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
990d53
- built against glibc
990d53
990d53
* Thu May 29 1997 Michael Fulbright <msf@redhat.com>
990d53
- Fixed to include rmt