c038029
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
7e8d1ee
%global WITH_SELINUX 1
c038029
%endif
28cb7b4
0bdef84
Summary: A GNU file archiving program
cvsdist 9e52dcc
Name: tar
ba9d5e1
Epoch: 2
b8c4a6f
Version: 1.29
353f951
Release: 4%{?dist}
Radek Brich e30b4cc
License: GPLv3+
cvsdist 9e52dcc
Group: Applications/Archiving
d76f59c
URL: http://www.gnu.org/software/tar/
98b687c
9934f57
Source0: ftp://ftp.gnu.org/pub/gnu/tar/tar-%{version}.tar.xz
9934f57
Source1: ftp://ftp.gnu.org/pub/gnu/tar/tar-%{version}.tar.xz.sig
76844ee
6334ff4
# Note that all patches are documented in patch files (git format-patch format)
6334ff4
Patch1:  tar-1.28-loneZeroWarning.patch
6334ff4
Patch2:  tar-1.28-vfatTruncate.patch
b8c4a6f
Patch3:  tar-1.29-wildcards.patch
6334ff4
Patch4:  tar-1.28-atime-rofs.patch
6334ff4
Patch5:  tar-1.28-update-with-change-directory.patch
6334ff4
Patch9:  tar-1.28-document-exclude-mistakes.patch
6334ff4
Patch11: tar-1.28-sparse-inf-loops.patch
69df485
Patch12: tar-1.29-create-and-xattrs-exclude.patch
a63c5cb
Patch13: tar-1.29-xattrs-and-skip-old-files.patch
be819f0
f3e0982
# run "make check" by default
f3e0982
%bcond_without check
f3e0982
7e8d1ee
BuildRequires: autoconf automake texinfo gettext libacl-devel rsh
f3e0982
f3e0982
%if %{with check}
f3e0982
# cover needs of tar's testsuite
7e8d1ee
BuildRequires: attr acl policycoreutils
f3e0982
%endif
bf025c7
c038029
%if %{WITH_SELINUX}
c038029
BuildRequires: libselinux-devel
c038029
%endif
bf384e2
Provides: bundled(gnulib)
062792b
Provides: /bin/tar
062792b
Provides: /bin/gtar
b49f43c
Requires(post): /sbin/install-info
b49f43c
Requires(preun): /sbin/install-info
cvsdist 9e52dcc
cvsdist 9e52dcc
%description
cvsdist 6b789c0
The GNU tar program saves many files together in one archive and can
cvsdist 6b789c0
restore individual files (or all of the files) from that archive. Tar
cvsdist 9e52dcc
can also be used to add supplemental files to an archive and to update
cvsdist 9e52dcc
or list files in the archive. Tar includes multivolume support,
cvsdist 9e52dcc
automatic archive compression/decompression, the ability to perform
cvsdist 6b789c0
remote archives, and the ability to perform incremental and full
cvsdist 9e52dcc
backups.
cvsdist 9e52dcc
cvsdist 6b789c0
If you want to use tar for remote backups, you also need to install
980e93f
the rmt package on the remote box.
cvsdist 9e52dcc
cvsdist 9e52dcc
%prep
6334ff4
%autosetup -p1
4f727ce
autoreconf -v
88bee90
9bfd68f
# Keep only entries related to the latest release.
9bfd68f
mv ChangeLog{,~}
9bfd68f
awk 'stop = false; /^2014-07-27/ { stop = true; exit }; { print }' \
9bfd68f
    < ChangeLog~ > ChangeLog
9bfd68f
9bfd68f
88bee90
%build
062792b
%if ! %{WITH_SELINUX}
062792b
%global CONFIGURE_SELINUX --without-selinux
c038029
%endif
0a67bdb
5e2150f
%configure %{?CONFIGURE_SELINUX} \
66190e5
    --with-lzma="xz --format=lzma" \
980e93f
    DEFAULT_RMT_DIR=%{_sysconfdir} \
66190e5
    RSH=/usr/bin/ssh
69bf761
make %{?_smp_mflags}
cvsdist 9e52dcc
cvsdist 9e52dcc
%install
062792b
make DESTDIR=$RPM_BUILD_ROOT install
cvsdist 9e52dcc
062792b
ln -s tar $RPM_BUILD_ROOT%{_bindir}/gtar
b3e6d15
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
7e8d1ee
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
7e8d1ee
ln -s tar.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/gtar.1
cvsdist 9e52dcc
cvsdist ec657f9
# XXX Nuke unpackaged files.
980e93f
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/rmt
6334ff4
rm -f $RPM_BUILD_ROOT%{_mandir}/man8/rmt.8*
cvsdist ec657f9
cvsdist 15b2e5f
%find_lang %name
cvsdist 15b2e5f
cvsdist 7c8a0af
%check
f3e0982
%if %{with check}
7e8d1ee
rm -f $RPM_BUILD_ROOT/test/testsuite
bf32ad4
make check || TESTSUITEFLAGS=-v make check
f3e0982
%endif
cvsdist 7c8a0af
cvsdist 7c8a0af
%clean
7e8d1ee
rm -rf $RPM_BUILD_ROOT
cvsdist 7c8a0af
cvsdist 9e52dcc
%post
e5d0557
if [ -f %{_infodir}/tar.info.gz ]; then
e5d0557
   /sbin/install-info %{_infodir}/tar.info.gz %{_infodir}/dir || :
e5d0557
fi
cvsdist 9e52dcc
cvsdist 9e52dcc
%preun
cvsdist 9e52dcc
if [ $1 = 0 ]; then
e5d0557
   if [ -f %{_infodir}/tar.info.gz ]; then
e5d0557
      /sbin/install-info --delete %{_infodir}/tar.info.gz %{_infodir}/dir || :
e5d0557
   fi
cvsdist 9e52dcc
fi
cvsdist 9e52dcc
cvsdist 15b2e5f
%files -f %{name}.lang
a847aad
%{!?_licensedir:%global license %%doc}
a847aad
%license COPYING
9bfd68f
%doc AUTHORS README THANKS NEWS ChangeLog
062792b
%{_bindir}/tar
062792b
%{_bindir}/gtar
cvsdist 9e52dcc
%{_mandir}/man1/tar.1*
a2fbec7
%{_mandir}/man1/gtar.1*
cvsdist 9e52dcc
%{_infodir}/tar.info*
cvsdist 9e52dcc
a7906fb
%changelog
353f951
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.29-4
353f951
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
353f951
9bfd68f
* Mon Nov 28 2016 Pavel Raiskup <praiskup@redhat.com> - 1.29-3
9bfd68f
- revert back some docs
69df485
- fix --create to use --xattrs-include/exclude (rhbz#1341787)
a63c5cb
- don't hang with '-x --skip-old-files --xattrs' (rhbz#1399036)
9bfd68f
28cb7b4
* Mon Nov  7 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.29-2
28cb7b4
- Drop large docs, minor specs cleanups
28cb7b4
b8c4a6f
* Tue May 17 2016 Pavel Raiskup <praiskup@redhat.com> - 1.29-1
b8c4a6f
- new upstream release 1.29 (rhbz#1336607)
b8c4a6f
b161103
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.28-7
b161103
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b161103
132f2c7
* Fri Jun 26 2015 Pavel Raiskup <praiskup@redhat.com> - 1.28-6
132f2c7
- fix --files-from and -T cooperation (rhbz#1230762)
0bf621e
- avoid two testsuite false alarms related to --files-from option
132f2c7
2d28052
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.28-5
2d28052
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2d28052
f5514d1
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2:1.28-4
f5514d1
- Rebuilt for Fedora 23 Change
f5514d1
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
f5514d1
48b9fc5
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.28-3
48b9fc5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
48b9fc5
a847aad
* Wed Aug  6 2014 Tom Callaway <spot@fedoraproject.org> - 2:1.28-2
a847aad
- fix license handling
a847aad
6334ff4
* Mon Jul 28 2014 Pavel Raiskup <praiskup@redhat.com> - 1.28-1
6334ff4
- rebase to new upstream tarball, per release notes:
6334ff4
  https://savannah.gnu.org/forum/forum.php?forum_id=8037
6334ff4
9774bf6
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.27.1-5
9774bf6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
9774bf6
69bf761
* Mon May 12 2014 Pavel Raiskup <praiskup@redhat.com> - 1.27.1-4
69bf761
- enable parallel build
69bf761
777c0d0
* Tue Apr 01 2014 Pavel Raiskup <praiskup@redhat.com> - 1.27.1-3
6096299
- document --exclude mistakes (#903666)
486bd7a
- fix default ACLs propagation (#1082603)
6b8c4d7
- infinite loop(s) in sparse-file handling (#1082608)
777c0d0
- fix listing (and --verify) for big sparse files (#916995)
76844ee
- fix eternal loop in -T option (#1083066)
76844ee
- don't read/write archive from/to terminal (#1083075)
6096299
e6f5bb4
* Fri Nov 29 2013 Pavel Raiskup <praiskup@redhat.com> - 1.27.1-2
e6f5bb4
- sync manual page contents with help2man output
e6f5bb4
da53ae6
* Mon Nov 18 2013 Pavel Raiskup <praiskup@redhat.com> - 1.27.1-1
da53ae6
- minor version update to 1.27.1
da53ae6
f649348
* Tue Oct 29 2013 Pavel Raiskup <praiskup@redhat.com> - 1.27-2
f649348
- sparse file detection based on fstat() fix (#1024095)
f649348
4bcf8d0
* Wed Oct 09 2013 Ondrej Vasik <ovasik@redhat.com> - 1.27-1
6777584
- new upstream release 1.27 (#1016288)
6777584
e726270
* Mon Sep 09 2013 Pavel Raiskup <praiskup@redhat.com> - 1.26-28
5cfc263
- add documenation for xattrs-like options (#996753)
e726270
- the --xattrs-include implies --xattrs now (#965969)
5cfc263
a071c99
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.26-27
a071c99
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a071c99
980e93f
* Thu Jun 20 2013 Pavel Raiskup <praiskup@redhat.com> - 1.26-26
980e93f
- the /etc/rmt seems to be the best place where to look for rmt binary (see the
980e93f
  commit message in Fedora's cpio.git for more info)
980e93f
babf54f
* Tue Jun 04 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-25
babf54f
- fix "symlink eating" bug (already fixed in upstream git)
babf54f
66190e5
* Thu May 30 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-24
66190e5
- use /usr/bin/ssh as the default remote shell binary (#969015)
005afb7
- do not verbose-print xattrs when --no-xattrs option is used
ad1e2d9
- do not override the config.{guess,sub} twice, this is already done by the
ad1e2d9
  redhat-rpm-config package (#951442)
66190e5
5b564d4
* Tue May 28 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-23
5b564d4
- again search for 'rmt' binary in %%{_sbindir} on target host
5b564d4
b12ee25
* Tue Mar 26 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-22
b12ee25
- enable build for arm64 (#926610)
bd10313
- fix the NAME part in manual page (copied from texinfo)
209ec50
- silence gcc warnings (lint fixes without risk from upstream) for RPMDiff
b12ee25
1965c60
* Tue Mar 19 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-21
b40bf45
- allow extracting single volume from multi-volume archive (#919897)
062792b
- usrmove: /bin/tar ~> /usr/bin/tar, selinux handling edit
5e2150f
- add possibility to pass arguments to commands called from tar (#819187)
b40bf45
87cdd49
* Fri Mar 01 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-19
87cdd49
- fix creating sparse pax archives containing files of effective
87cdd49
  size >8GB (#516309)
c58b422
- silence rpmlint (fix bad dates in changelog based on git log dates)
87cdd49
fc99fb3
* Wed Feb 20 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-18
fc99fb3
- fix problems with big uids/gids and pax format (> 2^21) (#913406)
fc99fb3
f3e0982
* Mon Feb 18 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-17
f3e0982
- add possibility to 'rpmbuild' without %%check phase
4f727ce
- make the autoreconf phase verbose
98b687c
- re-create older patches (avoid offset warnings during patching)
98b687c
- remove patches which we don't need now (xattrs - will be updated, sigpipe -
98b687c
  test should work now, partial revert of *at() conversion was done because of
98b687c
  incompatible xattr patch)
06e0a0b
- add upstream up2date xattr patch
f3e0982
dac2710
* Fri Feb 01 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-16
dac2710
- make the info documentation more visible in manpage (#903666)
dac2710
- sync tar.1 manpage with actual --help output (e.g. added --skip-old-files)
dac2710
- add the last_help2man_run file to git repo to allow more easily find changes
dac2710
  in --help in future
dac2710
- make the DEFAULTS section to be more visible in man page
bf32ad4
- verbose 'make check' only when some fail happened (append to koji build.log)
dac2710
b4688f3
* Thu Nov 29 2012 Ondrej Vasik <ovasik@redhat.com> - 2:1.26-15
b4688f3
- add missing --full-time option to manpage
b4688f3
beec2fa
* Thu Oct 18 2012 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-14
beec2fa
- fix bad behaviour of --keep-old-files and add --skip-old-files option
beec2fa
  (#799252)
beec2fa
0a67bdb
* Wed Oct 10 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-13
0a67bdb
- fix badly written macro for building --without-selinux
d51fc76
- allow to build tar in difference CoverityScan by forcing the '.gets' patch to
d51fc76
  be applied even in the run without patches
0a67bdb
7e8d1ee
* Fri Oct 05 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-12
7e8d1ee
- repair the xattr-gnulib-prepare patch to allow build tar without SELinux
7e8d1ee
  support
7e8d1ee
- fedora-review compliance -> remove trailing white-spaces, remove macro from
7e8d1ee
  comment, remove BR of gawk;coreutils;gzip that should be covered automatically
7e8d1ee
  by minimum build environment, do not `rm -rf' buildroot at the beginning of
7e8d1ee
  install phase (needed only in EPEL), remove BuildRoot definition, remove
7e8d1ee
  defattr macro, s/define/global/
7e8d1ee
- do not use ${VAR} syntax for bash variables, use just $VAR
7e8d1ee
130db74
* Wed Aug 22 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-11
130db74
- fix manpage to reflect #850291 related commit
130db74
130db74
* Tue Aug 21 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-10
bf025c7
- prepare Gnulib for new xattrs (#850291)
bf025c7
- new version of RH xattrs patch (#850291)
c7a84f9
- enable verbose mode in testsuite to allow better debugging on error
bf025c7
e7b859e
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.26-9
e7b859e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e7b859e
130db74
* Thu Jul 12 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-8
58fd5d5
- force the fchown() be called before xattrs_set() (#771927)
bf025c7
2c5c29c
* Sat Jun 16 2012 Ondrej Vasik <ovasik@redhat.com> 2:1.26-7
2c5c29c
- store&restore security.capability extended attributes category
2c5c29c
  (#771927)
09e6413
- fix build failure with undefined gets
2c5c29c
bf384e2
* Tue May 15 2012 Ondrej Vasik <ovasik@redhat.com> 2:1.26-6
bf384e2
- add virtual provides for bundled(gnulib) copylib (#821790)
bf384e2
c58b422
* Thu Apr 05 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-5
c075bd4
- fix for bad cooperation of the '-C' (change directory) and '-u' (update
c075bd4
  package) options (#688567)
c075bd4
0304ede
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.26-4
0304ede
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
0304ede
7f322ff
* Sun Oct  2 2011 Ville Skyttä <ville.skytta@iki.fi> - 2:1.26-3
7f322ff
- Man page heading formatting fixes.
7f322ff
bf72587
* Mon Sep 26 2011 Kamil Dudka <kdudka@redhat.com> 2:1.26-2
bf72587
- restore basic functionality of --acl, --selinux, and --xattr (#717684)
bf72587
fc7e71a
* Sat Mar 12 2011 Ondrej Vasik <ovasik@redhat.com> 2:1.26-1
fc7e71a
- new upstream release 1.26
6bc64ff
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.25-6
6bc64ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6bc64ff
684714d
* Thu Jan 20 2011 Ondrej Vasik <ovasik@redhat.com> 2:1.25-5
684714d
- drop unnecessary hard dependency on info package(#671157)
684714d
fdb8108
* Mon Jan 03 2011 Ondrej Vasik <ovasik@redhat.com> 2:1.25-4
90dd1ca
- mention that some compression options might not work if
90dd1ca
  the external program is not available(#666755)
90dd1ca
e654d40
* Wed Dec 08 2010 Kamil Dudka <kdudka@redhat.com> 2:1.25-3
e654d40
- correctly store long sparse file names in PAX archives (#656834)
e654d40
09fbc03
* Tue Nov 23 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.25-2
09fbc03
- fix issue with --one-file-system and --listed-incremental
09fbc03
  (#654718)
09fbc03
3572b22
* Mon Nov 08 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.25-1
3572b22
- new upstream release 1.25
3572b22
9934f57
* Mon Oct 25 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.24-1
9934f57
- new upstream release 1.24, use .xz archive
9934f57
Jesse Keating 463fa8a
* Wed Sep 29 2010 jkeating - 2:1.23-8
Jesse Keating 463fa8a
- Rebuilt for gcc bug 634757
Jesse Keating 463fa8a
0bceb62
* Fri Sep 24 2010 Kamil Dudka <kdudka@redhat.com> 2:1.23-7
0bceb62
- match non-stripped file names (#637085)
0bceb62
4c77940
* Mon Sep 20 2010 Kamil Dudka <kdudka@redhat.com> 2:1.23-6
4c77940
- fix exclusion of long file names with --xattrs (#634866)
4c77940
- do not crash with --listed-incremental (#635318)
4c77940
ba678f2
* Mon Aug 16 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.23-5
ba678f2
- add support for security.NTACL xattrs (#621215)
ba678f2
478483c
* Tue Jun 01 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.23-4
478483c
- recognize old-archive/portability options(#594044)
478483c
0fc563d
* Wed Apr 07 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.23-3
0fc563d
- allow storing of extended attributes for fifo and block
0fc563d
  or character devices files(#573147)
7e8d1ee
b6f2262
* Mon Mar 15 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.23-2
b6f2262
- update help2maned manpage
b6f2262
a4e0f12
* Fri Mar 12 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.23-1
a4e0f12
- new upstream release 1.23, remove applied patches
a4e0f12
49a6d9c
* Wed Mar 10 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.22-17
49a6d9c
- CVE-2010-0624 tar, cpio: Heap-based buffer overflow
49a6d9c
  by expanding a specially-crafted archive (#572149)
49a6d9c
- realloc within check_exclusion_tags() caused invalid write
49a6d9c
  (#570591)
49a6d9c
- not closing file descriptors for excluded files/dirs with
49a6d9c
  exlude-tag... options could cause descriptor exhaustion
49a6d9c
  (#570591)
49a6d9c
d2ac734
* Sat Feb 20 2010 Kamil Dudka <kdudka@redhat.com> 2:1.22-16
d2ac734
- support for "lustre.*" extended attributes (#561855)
d2ac734
b0701b5
* Thu Feb 04 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.22-15
b0701b5
- fix segfault with corrupted metadata in code_ns_fraction
b0701b5
  (#531441)
b0701b5
88bee90
* Wed Feb 03 2010 Kamil Dudka <kdudka@redhat.com> 2:1.22-14
88bee90
- allow also build with SELinux support
88bee90
c038029
* Mon Feb 01 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.22-13
c038029
- allow build without SELinux support(#556679)
c038029
f62e7bb
* Tue Jan 05 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.22-12
f62e7bb
- do not fail with POSIX 2008 glibc futimens() (#552320)
f62e7bb
- temporarily disable fix for #531441, causing stack smashing
f62e7bb
  with newer glibc(#551206)
f62e7bb
fbe95dd
* Tue Dec 08 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-11
fbe95dd
- fix segfault with corrupted metadata in code_ns_fraction
fbe95dd
  (#531441)
fbe95dd
- commented patches and sources
fbe95dd
7b35b1d
* Fri Nov 27 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-10
7b35b1d
- store xattrs for symlinks (#525992) - by Kamil Dudka
7b35b1d
- update tar(1) manpage (#539787)
7b35b1d
- fix memory leak in xheader (#518079)
7b35b1d
845a7a2
* Wed Nov 18 2009 Kamil Dudka <kdudka@redhat.com> 2:1.22-9
845a7a2
- store SELinux context for symlinks (#525992)
845a7a2
a2fbec7
* Thu Aug 27 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-8
a2fbec7
- provide symlink manpage for gtar
a2fbec7
e5d0557
* Thu Aug 06 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-7
e5d0557
- do process install-info only without --excludedocs(#515923)
e5d0557
3f0a7f9
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.22-6
3f0a7f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3f0a7f9
f6da44a
* Thu Jul 16 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-5
f6da44a
- Fix restoring of directory default acls(#511145)
f6da44a
- Do not patch generated autotools files
f6da44a
6d2f2e3
* Thu Jun 25 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-4
6d2f2e3
- Report record size only if the archive refers to a device
6d2f2e3
  (#487760)
7820b6a
- Do not sigabrt with new gcc/glibc because of writing to
7820b6a
  struct members of gnutar header at once via strcpy
6d2f2e3
b5434c3
* Fri May 15 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-3
b5434c3
- ignore errors from setting utime() for source file
b5434c3
  on read-only filesystem (#500742)
b5434c3
3f4a491
* Fri Mar 06 2009 Kamil Dudka <kdudka@redhat.com> 2:1.22-2
3f4a491
- improve tar-1.14-loneZeroWarning.patch (#487315)
3f4a491
f7288fe
* Mon Mar 02 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-1
f7288fe
- New upstream release 1.22, removed applied patch
f7288fe
30f2f22
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.21-2
30f2f22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
30f2f22
1cee83c
* Mon Jan 05 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.21-1
1cee83c
- New upstream release 1.21, removed applied patches
1cee83c
- add support for -I option, fix testsuite failure
1cee83c
0f5146d
* Thu Dec 11 2008 Ondrej Vasik <ovasik@redhat.com> 2:1.20-6
0f5146d
- add BuildRequires for rsh (#475950)
0f5146d
3a1441e
* Fri Nov 21 2008 Ondrej Vasik <ovasik@redhat.com> 2:1.20-5
3a1441e
- fix off-by-one errors in xattrs patch (#472355)
3a1441e
c17223a
* Mon Nov 10 2008 Kamil Dudka <kdudka@redhat.com> 2:1.20-4
c17223a
- fixed bug #465803: labels with --multi-volume (upstream patch)
c17223a
0aec5e9
* Fri Oct 10 2008 Ondrej Vasik <ovasik@redhat.com> 2:1.20-3
0aec5e9
- Fixed wrong documentation for xattrs options (#466517)
0aec5e9
- fixed bug with null file terminator and change dirs
0aec5e9
  (upstream)
0aec5e9
7ba1de6
* Fri Aug 29 2008 Ondrej Vasik <ovasik@redhat.com> 2:1.20-2
7ba1de6
- patch fuzz clean up
7ba1de6
045face
* Mon May 26 2008 Ondrej Vasik <ovasik@redhat.com> 2:1.20-1
045face
- new upstream release 1.20 (lzma support, few new options
045face
  and bugfixes)
045face
- heavily modified xattrs patches(as tar-1.20 now uses automake
045face
  1.10.1)
045face
Radek Brich e3aa03d
* Tue Feb 12 2008 Radek Brich <rbrich@redhat.com> 2:1.19-3
Radek Brich e3aa03d
- do not print getfilecon/setfilecon warnings when SELinux is disabled
Radek Brich e3aa03d
  or SELinux data are not available (bz#431879)
Radek Brich fd8db95
- fix for GCC 4.3
Radek Brich e3aa03d
Radek Brich e30b4cc
* Mon Jan 21 2008 Radek Brich <rbrich@redhat.com> 2:1.19-2
Radek Brich e30b4cc
- fix errors in man page
Radek Brich e30b4cc
  * fix definition of --occurrence (bz#416661, patch by Jonathan Wakely)
Radek Brich e30b4cc
  * update meaning of -l: it has changed from --one-filesystem
Radek Brich e30b4cc
    to --check-links (bz#426717)
Radek Brich e30b4cc
- update license tag, tar 1.19 is GPLv3+
Radek Brich e30b4cc
Radek Brich dc3617e
* Mon Dec 17 2007 Radek Brich <rbrich@redhat.com> 2:1.19-1
Radek Brich dc3617e
- upgrade to 1.19
Radek Brich dc3617e
- updated xattrs patch, removed 3 upstream patches
Radek Brich dc3617e
Radek Brich 7254d79
* Wed Dec 12 2007 Radek Brich <rbrich@redhat.com> 2:1.17-5
Radek Brich 7254d79
- fix (non)detection of xattrs
Radek Brich 7254d79
- move configure stuff from -xattrs patch to -xattrs-conf,
Radek Brich 7254d79
  so the original patch could be easily read
Radek Brich 7254d79
- fix -xattrs patch to work with zero length files and show
Radek Brich 7254d79
  warnings when xattrs not available (fixes by James Antill)
Radek Brich 7254d79
- possible corruption (#408621) - add warning to man page
Radek Brich 7254d79
  for now, may be actually fixed later, depending on upstream
Radek Brich 7254d79
Radek Brich f6c182b
* Tue Oct 23 2007 Radek Brich <rbrich@redhat.com> 2:1.17-4
Radek Brich f6c182b
- upstream patch for CVE-2007-4476
Radek Brich f6c182b
  (tar stack crashing in safer_name_suffix)
Radek Brich f6c182b
Radek Brich b456f75
* Tue Aug 28 2007 Radek Brich <rbrich@redhat.com> 2:1.17-3
Radek Brich b456f75
- gawk build dependency
Radek Brich b456f75
Radek Brich 9f1c152
* Tue Aug 28 2007 Radek Brich <rbrich@redhat.com> 2:1.17-2
Radek Brich 9f1c152
- updated license tag
Radek Brich 9f1c152
- fixed CVE-2007-4131 tar directory traversal vulnerability (#251921)
Radek Brich 9f1c152
Radek Brich fc86677
* Thu Jun 28 2007 Radek Brich <rbrich@redhat.com> 2:1.17-1
Radek Brich fc86677
- new upstream version
Radek Brich 53b3ddf
- patch for wildcards (#206841), restoring old behavior
Radek Brich fc86677
- patch for testsuite
Radek Brich fc86677
- update -xattrs patch
Radek Brich fc86677
- drop 13 obsolete patches
Radek Brich fc86677
b49f43c
* Tue Feb 06 2007 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-26
b49f43c
- fix spec file to meet Fedora standards (#226478)
b49f43c
c58b422
* Mon Jan 22 2007 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-25
0b04779
- fix non-failsafe install-info use in scriptlets (#223718)
0b04779
7955c95
* Wed Jan 03 2007 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-24
7955c95
- supply tar man page (#219375)
7955c95
Florian La Roche 732a997
* Tue Dec 12 2006 Florian La Roche <laroche@redhat.com> 2:1.15.1-23
Florian La Roche 732a997
- fix CVE-2006-6097 GNU tar directory traversal (#216937)
Florian La Roche 732a997
c58b422
* Sun Dec 10 2006 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-22
0bdef84
- fix some rpmlint spec file issues
0bdef84
ed55f49
* Wed Oct 25 2006 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-21
0069d56
- build with dist-tag
0069d56
6fb2349
* Mon Oct 09 2006 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-20
6fb2349
- another fix of tar-1.15.1-xattrs.patch from James Antill
6fb2349
2bb473d
* Wed Oct 04 2006 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-19
2bb473d
- another fix of tar-1.15.1-xattrs.patch from James Antill
2bb473d
fa8e70e
* Sun Oct 01 2006 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-18
fa8e70e
- fix tar-1.15.1-xattrs.patch (#208701)
fa8e70e
ba9d5e1
* Tue Sep 19 2006 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-17
7e8d1ee
- start new epoch, downgrade to solid stable 1.15.1-16 (#206979),
ba9d5e1
- all patches are backported
ba9d5e1
7a1144e
* Tue Sep 19 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.91-2
7a1144e
- apply patches, which were forgotten during upgrade
7a1144e
3be1166
* Wed Sep 13 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.91-1
3be1166
- upgrade, which also fix incremental backup (#206121)
3be1166
b3e6d15
* Fri Sep 08 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-7
b3e6d15
- fix tar-debuginfo package (#205615)
b3e6d15
748b9c1
* Thu Aug 10 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-6
748b9c1
- add xattr support (#200925), patch from james.antill@redhat.com
748b9c1
796e545
* Mon Jul 24 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-5
7e8d1ee
- fix incompatibilities in appending files to the end
796e545
  of an archive (#199515)
796e545
96dcc9d
* Tue Jul 18 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-4
7e8d1ee
- fix problem with unpacking archives in a directory for which
96dcc9d
  one has write permission but does not own (such as /tmp) (#149686)
96dcc9d
3210838
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.15.90-3.1
3210838
- rebuild
3210838
7cdb76b
* Thu Jun 29 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-3
7cdb76b
- fix typo in tar.1 man page
7cdb76b
9f82ff4
* Tue Apr 25 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-2
7e8d1ee
- exclude listed02.at from testsuite again, because it
9f82ff4
  still fails on s390
9f82ff4
704bb5b
* Tue Apr 25 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-1
704bb5b
- upgrade
704bb5b
4892f79
* Mon Apr 24 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.1-16
7e8d1ee
- fix problem when options at the end of command line were
4892f79
  not recognized (#188707)
4892f79
75cdd6b
* Thu Apr 13 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.1-15
75cdd6b
- fix segmentation faul introduced with hugeSparse.patch
75cdd6b
6bead21
* Wed Mar 22 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.1-14
6bead21
- fix problems with extracting large sparse archive members (#185460)
6bead21
a10de08
* Fri Feb 17 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.1-13
a10de08
- fix heap overlfow bug CVE-2006-0300 (#181773)
a10de08
a3310bf
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.15.1-12.2
a3310bf
- bump again for double-long bug on ppc(64)
a3310bf
129d565
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.15.1-12.1
129d565
- rebuilt for new gcc4.1 snapshot and glibc changes
129d565
6c50160
* Mon Feb 06 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.1-12
6c50160
- fix extracting sparse files to a filesystem like vfat,
6c50160
  when ftruncate may fail to grow the size of a file.(#179507)
6c50160
415b3f9
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
415b3f9
- rebuilt
415b3f9
45f4d36
* Fri Nov 04 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-11
45f4d36
- correctly pad archive members that shrunk during archiving (#172373)
45f4d36
d207d61
* Tue Sep 06 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-10
d207d61
- provide man page (#163709, #54243, #56041)
d207d61
6722887
* Mon Aug 15 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-9
6722887
- silence newer option (#164902)
6722887
6e7f3a8
* Wed Jul 27 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-8
6e7f3a8
- A file is dumpable if it is sparse and both --sparse
6e7f3a8
  and --totals are specified (#154882)
7e8d1ee
ff943da
* Tue Jul 26 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-7
ff943da
- exclude listed02.at from testsuite
ff943da
311e264
* Fri Jul 22 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-6
311e264
- remove tar-1.14-err.patch, not needed (158743)
311e264
cd8b09b
* Fri Apr 15 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-5
cd8b09b
- extract sparse files even if the output fd is not seekable.(#154882)
cd8b09b
- (sparse_scan_file): Bugfix. offset had incorrect type.
cd8b09b
1aa29f3
* Mon Mar 14 2005 Peter Vrabec <pvrabec@redhat.com>
1aa29f3
- gcc4 fix (#150993) 1.15.1-4
1aa29f3
bad0c1a
* Mon Jan 31 2005 Peter Vrabec <pvrabec@redhat.com>
bad0c1a
- rebuild 1.15.1-3
bad0c1a
26c19c0
* Mon Jan 17 2005 Peter Vrabec <pvrabec@redhat.com>
26c19c0
- fix tests/testsuite
26c19c0
f1e64cf
* Fri Jan 07 2005 Peter Vrabec <pvrabec@redhat.com>
f1e64cf
- upgrade to 1.15.1
f1e64cf
d76f59c
* Mon Oct 11 2004 Peter Vrabec <pvrabec@redhat.com>
2f94796
- patch to stop issuing lone zero block warnings
2f94796
- rebuilt
2f94796
2f94796
* Mon Oct 11 2004 Peter Vrabec <pvrabec@redhat.com>
d76f59c
- URL added to spec file
d76f59c
- spec file clean up
d76f59c
cvsdist 6977d63
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 6977d63
- rebuilt
cvsdist 6977d63
cvsdist 7c8a0af
* Mon Jun  7 2004 Jeff Johnson <jbj@jbj.org> 1.14-1
cvsdist 7c8a0af
- upgrade to 1.14.
cvsdist 7c8a0af
cvsdist 81cf615
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 81cf615
- rebuilt
cvsdist 81cf615
cvsdist 81cf615
* Tue Jun 17 2003 Jeff Johnson <jbj@redhat.com> 1.13.25-13
cvsdist 81cf615
- rebuilt because of crt breakage on ppc64.
cvsdist 81cf615
- dump automake15 requirement.
cvsdist 81cf615
cvsdist 0f379d5
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 0f379d5
- rebuilt
cvsdist 0f379d5
cvsdist ec657f9
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist ec657f9
- rebuilt
cvsdist ec657f9
cvsdist ec657f9
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 1.13.25-10
cvsdist ec657f9
- fix broken buildrquires on autoconf253
cvsdist ec657f9
cvsdist ec657f9
* Thu Nov  7 2002 Jeff Johnson <jbj@redhat.com> 1.13.25-9
cvsdist ec657f9
- rebuild from CVS.
cvsdist ec657f9
cvsdist 3969495
* Fri Aug 23 2002 Phil Knirsch <pknirsch@redhat.com> 1.13.25-8
cvsdist 3969495
- Included security patch from errata release.
cvsdist 3969495
cvsdist c223b4a
* Mon Jul  1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.25-7
cvsdist c223b4a
- Fix argv NULL termination (#64869)
cvsdist c223b4a
cvsdist c223b4a
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist c223b4a
- automated rebuild
cvsdist 3a85e0b
cvsdist 36044dc
* Tue Apr  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.25-4
cvsdist 36044dc
- Fix build with autoconf253 (LIBOBJ change; autoconf252 worked)
cvsdist 36044dc
cvsdist 36044dc
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 36044dc
- automated rebuild
cvsdist 36044dc
cvsdist 36044dc
* Tue Oct 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.25-2
cvsdist 36044dc
- Don't include hardlinks to sockets in a tar file (#54827)
cvsdist 36044dc
cvsdist 36044dc
* Thu Sep 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.25-1
cvsdist 36044dc
- 1.13.25
cvsdist 36044dc
cvsdist 36044dc
* Tue Sep 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.22-1
cvsdist 36044dc
- Update to 1.13.22, adapt patches
cvsdist 36044dc
cvsdist 6b789c0
* Mon Aug 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.19-6
cvsdist 6b789c0
- Fix #52084
cvsdist 6b789c0
cvsdist e1b93c6
* Thu May 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.19-5
cvsdist e1b93c6
- Fix build with current autoconf (stricter checking on AC_DEFINE)
cvsdist e1b93c6
- Fix segfault when tarring directories without having read permissions
cvsdist e1b93c6
  (#40802)
cvsdist e1b93c6
cvsdist 15b2e5f
* Tue Mar  6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 15b2e5f
- Don't depend on librt.
cvsdist 15b2e5f
0bdef84
* Fri Feb 23 2001 Trond Eivind Glomsröd <teg@redhat.com>
cvsdist 15b2e5f
- langify
cvsdist 15b2e5f
cvsdist 15b2e5f
* Thu Feb 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 15b2e5f
- Fix up the man page (#28915)
cvsdist 15b2e5f
cvsdist 15b2e5f
* Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 15b2e5f
- 1.3.19, nukes -I and fixes up -N
cvsdist 15b2e5f
- Add -I back in as an alias to -j with a nice loud warning
cvsdist 15b2e5f
cvsdist 15b2e5f
* Mon Oct 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 15b2e5f
- 1.3.18
cvsdist 15b2e5f
- Update man page to reflect changes
cvsdist 15b2e5f
cvsdist 15b2e5f
* Thu Oct  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 15b2e5f
- Fix the "ignore failed read" option (Bug #8330)
cvsdist 15b2e5f
cvsdist 15b2e5f
* Mon Sep 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 15b2e5f
- fix hang on tar tvzf - 
cvsdist 15b2e5f
  exit code fix (Bug #15448), Patch from Tim Waugh <twaugh@redhat.com>
cvsdist 15b2e5f
cvsdist 9e52dcc
* Fri Aug 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 9e52dcc
- really fix exit code (Bug #15448)
cvsdist 9e52dcc
cvsdist 9e52dcc
* Mon Aug  7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 9e52dcc
- fix exit code (Bug #15448), patch from Tim Waugh <twaugh@redhat.com>
cvsdist 9e52dcc
cvsdist 9e52dcc
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 9e52dcc
- automatic rebuild
cvsdist 9e52dcc
cvsdist 9e52dcc
* Mon Jun 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 9e52dcc
- FHSify
cvsdist 9e52dcc
cvsdist 9e52dcc
* Fri Apr 28 2000 Bill Nottingham <notting@redhat.com>
cvsdist 9e52dcc
- fix for ia64
cvsdist 9e52dcc
0bdef84
* Wed Feb  9 2000 Bernhard Rosenkränzer <bero@redhat.com>
cvsdist 9e52dcc
- Fix the exclude bug (#9201)
cvsdist 9e52dcc
cvsdist 9e52dcc
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
cvsdist 9e52dcc
- man pages are compressed
cvsdist 9e52dcc
- fix description
cvsdist 9e52dcc
- fix fnmatch build problems
cvsdist 9e52dcc
0bdef84
* Sun Jan  9 2000 Bernhard Rosenkränzer <bero@redhat.com>
cvsdist 9e52dcc
- 1.13.17
cvsdist 9e52dcc
- remove dotbug patch (fixed in base)
cvsdist 9e52dcc
- update download URL
cvsdist 9e52dcc
0bdef84
* Fri Jan  7 2000 Bernhard Rosenkränzer <bero@redhat.com>
cvsdist 9e52dcc
- Fix a severe bug (tar xf any_package_containing_. would delete the
cvsdist 9e52dcc
  current directory)
cvsdist 9e52dcc
0bdef84
* Wed Jan  5 2000 Bernhard Rosenkränzer <bero@redhat.com>
cvsdist 9e52dcc
- 1.3.16
cvsdist 9e52dcc
- unset LINGUAS before running configure
cvsdist 9e52dcc
0bdef84
* Tue Nov  9 1999 Bernhard Rosenkränzer <bero@redhat.com>
cvsdist 9e52dcc
- 1.13.14
cvsdist 9e52dcc
- Update man page to know about -I / --bzip
cvsdist 9e52dcc
- Remove dependancy on rmt - tar can be used for anything local
cvsdist 9e52dcc
  without it.
cvsdist 9e52dcc
cvsdist 9e52dcc
* Fri Aug 27 1999 Preston Brown <pbrown@redhat.com>
cvsdist 9e52dcc
- upgrade to 1.13.11.
cvsdist 9e52dcc
cvsdist 9e52dcc
* Wed Aug 18 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 9e52dcc
- update to 1.13.9.
cvsdist 9e52dcc
cvsdist 9e52dcc
* Thu Aug 12 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 9e52dcc
- update to 1.13.6.
cvsdist 9e52dcc
- support -y --bzip2 options for bzip2 compression (#2415).
cvsdist 9e52dcc
cvsdist 9e52dcc
* Fri Jul 23 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 9e52dcc
- update to 1.13.5.
cvsdist 9e52dcc
cvsdist 9e52dcc
* Tue Jul 13 1999 Bill Nottingham <notting@redhat.com>
cvsdist 9e52dcc
- update to 1.13
cvsdist 9e52dcc
cvsdist 9e52dcc
* Sat Jun 26 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 9e52dcc
- update to 1.12.64014.
cvsdist 9e52dcc
- pipe patch corrected for remote tars now merged in.
cvsdist 9e52dcc
cvsdist 9e52dcc
* Sun Jun 20 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 9e52dcc
- update to tar-1.12.64013.
cvsdist 9e52dcc
- subtract (and reopen #2415) bzip2 support using -y.
cvsdist 9e52dcc
- move gtar to /bin.
cvsdist 9e52dcc
cvsdist 9e52dcc
* Tue Jun 15 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 9e52dcc
- upgrade to tar-1.12.64011 to
cvsdist 9e52dcc
-   add bzip2 support (#2415)
cvsdist 9e52dcc
-   fix filename bug (#3479)
cvsdist 9e52dcc
cvsdist 9e52dcc
* Mon Mar 29 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 9e52dcc
- fix suspended tar with compression over pipe produces error (#390).
cvsdist 9e52dcc
7e8d1ee
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 9e52dcc
- auto rebuild in the new build environment (release 8)
cvsdist 9e52dcc
cvsdist 9e52dcc
* Mon Mar 08 1999 Michael Maher <mike@redhat.com>
7e8d1ee
- added patch for bad name cache.
cvsdist 9e52dcc
- FIXES BUG 320
cvsdist 9e52dcc
cvsdist 9e52dcc
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
cvsdist 9e52dcc
- Injected new description and group.
cvsdist 9e52dcc
cvsdist 9e52dcc
* Fri Dec 18 1998 Preston Brown <pbrown@redhat.com>
cvsdist 9e52dcc
- bumped spec number for initial rh 6.0 build
cvsdist 9e52dcc
cvsdist 9e52dcc
* Tue Aug  4 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 9e52dcc
- add /usr/bin/gtar symlink (change #421)
cvsdist 9e52dcc
cvsdist 9e52dcc
* Tue Jul 14 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 9e52dcc
- Fiddle bindir/libexecdir to get RH install correct.
cvsdist 9e52dcc
- Don't include /sbin/rmt -- use the rmt from dump.
cvsdist 9e52dcc
- Turn on nls.
cvsdist 9e52dcc
cvsdist 9e52dcc
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
cvsdist 9e52dcc
- translations modified for de, fr, tr
cvsdist 9e52dcc
cvsdist 9e52dcc
* Thu Oct 16 1997 Donnie Barnes <djb@redhat.com>
cvsdist 9e52dcc
- updated from 1.11.8 to 1.12
cvsdist 9e52dcc
- various spec file cleanups
cvsdist 9e52dcc
- /sbin/install-info support
cvsdist 9e52dcc
cvsdist 9e52dcc
* Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
cvsdist 9e52dcc
- built against glibc
cvsdist 9e52dcc
cvsdist 9e52dcc
* Thu May 29 1997 Michael Fulbright <msf@redhat.com>
cvsdist 9e52dcc
- Fixed to include rmt