Blame SPECS/tar.spec

a4d85a
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
a4d85a
%global WITH_SELINUX 1
a4d85a
%endif
a4d85a
Summary: A GNU file archiving program
a4d85a
Name: tar
a4d85a
Epoch: 2
a4d85a
Version: 1.26
0c9d7d
Release: 32%{?dist}
a4d85a
License: GPLv3+
a4d85a
Group: Applications/Archiving
a4d85a
URL: http://www.gnu.org/software/tar/
a4d85a
a4d85a
Source0: ftp://ftp.gnu.org/pub/gnu/tar/tar-%{version}.tar.xz
a4d85a
Source1: ftp://ftp.gnu.org/pub/gnu/tar/tar-%{version}.tar.xz.sig
a4d85a
# Manpage for tar and gtar, a bit modified help2man generated manpage
a4d85a
Source2: tar.1
a4d85a
a4d85a
# Stop issuing lone zero block warnings.
a4d85a
# ~> https://bugzilla.redhat.com/show_bug.cgi?id=135601
a4d85a
# ~> downstream
a4d85a
Patch1: tar-1.14-loneZeroWarning.patch
a4d85a
a4d85a
# Fix extracting sparse files to a file system like vfat, when ftruncate may fail
a4d85a
# to grow the size of a file.
a4d85a
# ~> #179507,
a4d85a
# ~> http://lists.gnu.org/archive/html/bug-tar/2006-02/msg00000.html
a4d85a
# ~> still downtream (do we need this now? ftruncate & vfat works is now OK)
a4d85a
Patch2: tar-1.15.1-vfatTruncate.patch
a4d85a
a4d85a
# Change inclusion defaults of tar to
a4d85a
# "--wildcards --anchored --wildcards-match-slash" for compatibility reasons.
a4d85a
# ~> #206841
a4d85a
# ~> downstream (compatibility)
a4d85a
Patch3: tar-1.17-wildcards.patch
a4d85a
a4d85a
# Ignore errors from setting utime() for source file on read-only file-system.
a4d85a
# ~> #500742
a4d85a
# ~> http://lists.gnu.org/archive/html/bug-tar/2009-06/msg00016.html
a4d85a
# ~> still downstream
a4d85a
Patch4: tar-1.22-atime-rofs.patch
a4d85a
a4d85a
# The --old-archive option was not working.
a4d85a
# ~> #594044
a4d85a
# ~> http://lists.gnu.org/archive/html/bug-tar/2010-05/msg00015.html
a4d85a
# ~> upstream (2a61a37)
a4d85a
Patch5: tar-1.23-oldarchive.patch
a4d85a
a4d85a
# Fix for bad cooperation of -C and -u options.
a4d85a
# ~> #688567
a4d85a
# ~> http://lists.gnu.org/archive/html/bug-tar/2012-02/msg00007.html
a4d85a
# ~> still downstream
a4d85a
Patch6: tar-1.26-update-with-change-directory.patch
a4d85a
a4d85a
# Fix rawhide build failure with undefined gets.
a4d85a
# ~> upstream (gnulib)
a4d85a
Patch7: tar-1.26-stdio.in.patch
a4d85a
a4d85a
# Fix regression with --keep-old-files option.
a4d85a
# ~> #799252
a4d85a
# ~> http://lists.gnu.org/archive/html/bug-tar/2011-11/msg00043.html
a4d85a
# ~> upstream (7a5a3708c)
a4d85a
Patch8: tar-1.26-add-skip-old-files-option.patch
a4d85a
a4d85a
# Prepare included gnulib library for SELinux support.
a4d85a
# -> Related to the next patch.
a4d85a
Patch9:  tar-1.26-selinux-gnulib.patch
a4d85a
a4d85a
# Add support for extended attributes, SELinux and POSIX ACLs.
a4d85a
# ~> Original implementation #200925
a4d85a
# ~> http://lists.gnu.org/archive/html/bug-tar/2012-08/msg00012.html
a4d85a
# ~> upstream (b997c90f9, 696338043, d36f5a3cc, 085cace18, up-to ~> 83701a590)
a4d85a
Patch10: tar-1.26-xattrs.patch
a4d85a
a4d85a
# Fix problem with bit UIDs/GIDs (> 2^21) and --posix format.
a4d85a
# ~> #913406
a4d85a
# ~> upstream (it is part of df7b55a8f6354e)
a4d85a
Patch11: tar-1.26-posix-biguid.patch
a4d85a
a4d85a
# Allow store sparse files of effective size >8GB into pax archives
a4d85a
# ~> #516309
a4d85a
# ~> http://lists.gnu.org/archive/html/bug-tar/2013-01/msg00001.html
a4d85a
# ~> already upstream (2f6c03cba)
a4d85a
Patch12: tar-1.26-pax-big-sparse-files.patch
a4d85a
a4d85a
# Fix: Allow extracting single volume in a multi-volume archive
a4d85a
# ~> #919897
a4d85a
# ~> http://lists.gnu.org/archive/html/bug-tar/2013-03/msg00002.html
a4d85a
# ~> upstream (beca89bc)
a4d85a
Patch13: tar-1.26-allow-extract-single-volume.patch
a4d85a
a4d85a
# Do not print xattrs/selinux/acls when --no-xattrs/--no-acls/--no-selinux
a4d85a
# options are used during -tvv output.  (TODO: merge this with xattrs patch
a4d85a
# once becomes upstream)
a4d85a
# ~> downstream (yet)
a4d85a
# ~> proposal: http://lists.gnu.org/archive/html/bug-tar/2013-05/msg00020.html
a4d85a
Patch14: tar-1.26-xattrs-printing.patch
a4d85a
a4d85a
# Use a birthtime instead of ctime.
a4d85a
# ~> upstream (189e43 & 49bd10)
a4d85a
# ~> http://lists.gnu.org/archive/html/bug-tar/2011-06/msg00000.html
a4d85a
# ~> http://lists.gnu.org/archive/html/bug-tar/2013-05/msg00022.html
a4d85a
Patch15: tar-1.26-fix-symlink-eating-bug.patch
a4d85a
a4d85a
# Add documentation which was not yet pushed upstream
a4d85a
# ~> downstream
a4d85a
# ~> #996753
a4d85a
Patch16: tar-1.26-docu-xattrs.patch
a4d85a
a4d85a
# The --xattrs-include or --xattrs-exclude options should imply --xattrs.
a4d85a
# ~> still downstream
a4d85a
#    http://lists.gnu.org/archive/html/bug-tar/2013-05/msg00020.html
a4d85a
# ~> #965969
a4d85a
Patch17: tar-1.26-xattrs-include-implies-xattrs.patch
a4d85a
2dc9a1
# If the 'st_size' != 0 && count(blocks) == 0 && st_size < size(block), this
2dc9a1
# does not necessarily must be a sparse file.
2dc9a1
# ~> upstream (paxutils):  986382a0bb3261
2dc9a1
# ~> #1024095, #1024268
2dc9a1
Patch18: tar-1.27-sparse-stat-detection.patch
2dc9a1
9d3903
# Don't add "false" default acls when during extraction (#1220890)
9d3903
# ~> #1220890
9d3903
Patch19: tar-1.26-default-acls.patch
9d3903
9d3903
# Make sure getfilecon's wrapper set's freed pointer to NULL to avoid double
9d3903
# free later in client code.
9d3903
# ~> upstream commit (gnulib): b6b3ed1fa4c
9d3903
# ~> rhbz#1347396
9d3903
Patch20: tar-1.26-dont-segfault-with-disabled-selinux.patch
9d3903
0c9d7d
# Restore incremental backups correctly, files were not being removed
0c9d7d
# ~> upstream commits: 738fb9c2f44 b6979c7278e f86e0605d0e
0c9d7d
# ~> rhbz#1184697
0c9d7d
Patch21: tar-1.26-restore-incremental-backups.patch
0c9d7d
0c9d7d
# Fix the behavior of tar when --directory option is used together with
0c9d7d
# --remove-files.
0c9d7d
# ~> upstream commits: e3d28d84bda b41b004638f f7077dd38b0 d3fd92c6fb2
0c9d7d
# 	d28eee6b4f1 74ce228f6df 3125d311e17 3de5db2a151 fc58a8bd984
0c9d7d
#	fcde08534bd e6fcc73efa7
0c9d7d
# ~> rhbz#1319820
0c9d7d
Patch22: tar-1.26-directory_with_remove-files.patch
0c9d7d
0c9d7d
# Repair the ignorance of --xattrs-exclude/include options
0c9d7d
# ~> upstream: bb6ddd8e04c and c81a0853bb8
0c9d7d
# ~> rhbz#1341786
0c9d7d
Patch23: tar-1.26-xattrs-exclude-include-repair.patch
0c9d7d
0c9d7d
# Intorduce new option "--keep-directory-symlink", backported from version 1.27
0c9d7d
# ~> upstream: 2c06a809180
0c9d7d
# ~> rhbz#1350640
0c9d7d
Patch24: tar-1.26-keep-directory-symlink.patch
0c9d7d
a4d85a
# Silence gcc warnings
a4d85a
# ~> upstream tar: 17f99bc6f, 5bb0433
a4d85a
# ~> upstream paxutils: 0b3d84a0
a4d85a
Patch999: tar-1.26-silence-gcc.patch
a4d85a
a4d85a
# run "make check" by default
a4d85a
%bcond_without check
a4d85a
a4d85a
BuildRequires: autoconf automake texinfo gettext libacl-devel rsh
a4d85a
a4d85a
%if %{with check}
a4d85a
# cover needs of tar's testsuite
a4d85a
BuildRequires: attr acl policycoreutils
a4d85a
%endif
a4d85a
a4d85a
%if %{WITH_SELINUX}
a4d85a
BuildRequires: libselinux-devel
a4d85a
%endif
a4d85a
Provides: bundled(gnulib)
a4d85a
Provides: /bin/tar
a4d85a
Provides: /bin/gtar
a4d85a
Requires(post): /sbin/install-info
a4d85a
Requires(preun): /sbin/install-info
a4d85a
a4d85a
%description
a4d85a
The GNU tar program saves many files together in one archive and can
a4d85a
restore individual files (or all of the files) from that archive. Tar
a4d85a
can also be used to add supplemental files to an archive and to update
a4d85a
or list files in the archive. Tar includes multivolume support,
a4d85a
automatic archive compression/decompression, the ability to perform
a4d85a
remote archives, and the ability to perform incremental and full
a4d85a
backups.
a4d85a
a4d85a
If you want to use tar for remote backups, you also need to install
a4d85a
the rmt package on the remote box.
a4d85a
a4d85a
%prep
a4d85a
%setup -q
a4d85a
%patch1 -p1 -b .loneZeroWarning
a4d85a
%patch2 -p1 -b .vfatTruncate
a4d85a
%patch3 -p1 -b .wildcards
a4d85a
%patch4 -p1 -b .rofs
a4d85a
%patch5 -p1 -b .oldarchive
a4d85a
%patch6 -p1 -b .update_and_changedir
a4d85a
%patch7 -p1 -b .gets  %{?_rawbuild}
a4d85a
%patch8 -p1 -b .skip-old-files
a4d85a
%patch9 -p1 -b .selinux-gnulib-prep
a4d85a
%patch10 -p1 -b .xattrs-selinux-acls
a4d85a
%patch11 -p1 -b .big_uid_gid
a4d85a
%patch12 -p1 -b .pax-sparse-big-files
a4d85a
%patch13 -p1 -b .extract-single-volume
a4d85a
%patch14 -p1 -b .print-xattrs-fix
a4d85a
%patch15 -p1 -b .birthtime
a4d85a
%patch16 -p1 -b .xattrs-documentation
a4d85a
%patch17 -p1 -b .xattrs-if-xattrs-include
2dc9a1
%patch18 -p1 -b .sparse-stat-detection
9d3903
%patch19 -p1 -b .default-acls
9d3903
%patch20 -p1 -b .disabled-selinux
0c9d7d
%patch21 -p1 -b .incremental-backups
0c9d7d
%patch22 -p1 -b .directory
0c9d7d
%patch23 -p1 -b .xattrs-exclude-include
0c9d7d
%patch24 -p1 -b .keep-directory-symlink
a4d85a
%patch999 -p1 -b .silence-gcc
a4d85a
a4d85a
autoreconf -v
a4d85a
a4d85a
%build
a4d85a
%if ! %{WITH_SELINUX}
a4d85a
%global CONFIGURE_SELINUX --without-selinux
a4d85a
%endif
a4d85a
a4d85a
%configure %{?CONFIGURE_SELINUX} \
a4d85a
    DEFAULT_RMT_DIR=%{_sysconfdir} \
a4d85a
    RSH=/usr/bin/ssh
a4d85a
make
a4d85a
a4d85a
%install
a4d85a
make DESTDIR=$RPM_BUILD_ROOT install
a4d85a
a4d85a
ln -s tar $RPM_BUILD_ROOT%{_bindir}/gtar
a4d85a
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
a4d85a
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
a4d85a
install -c -p -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man1
a4d85a
ln -s tar.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/gtar.1
a4d85a
a4d85a
# XXX Nuke unpackaged files.
a4d85a
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/rmt
a4d85a
a4d85a
%find_lang %name
a4d85a
a4d85a
%check
a4d85a
%if %{with check}
a4d85a
rm -f $RPM_BUILD_ROOT/test/testsuite
a4d85a
make check || TESTSUITEFLAGS=-v make check
a4d85a
%endif
a4d85a
a4d85a
%clean
a4d85a
rm -rf $RPM_BUILD_ROOT
a4d85a
a4d85a
%post
a4d85a
if [ -f %{_infodir}/tar.info.gz ]; then
a4d85a
   /sbin/install-info %{_infodir}/tar.info.gz %{_infodir}/dir || :
a4d85a
fi
a4d85a
a4d85a
%preun
a4d85a
if [ $1 = 0 ]; then
a4d85a
   if [ -f %{_infodir}/tar.info.gz ]; then
a4d85a
      /sbin/install-info --delete %{_infodir}/tar.info.gz %{_infodir}/dir || :
a4d85a
   fi
a4d85a
fi
a4d85a
a4d85a
%files -f %{name}.lang
a4d85a
%doc AUTHORS ChangeLog ChangeLog.1 COPYING NEWS README THANKS TODO
a4d85a
%{_bindir}/tar
a4d85a
%{_bindir}/gtar
a4d85a
%{_mandir}/man1/tar.1*
a4d85a
%{_mandir}/man1/gtar.1*
a4d85a
%{_infodir}/tar.info*
a4d85a
a4d85a
%changelog
0c9d7d
* Tue Feb 28 2017 Tomas Repik <trepik@redhat.com> - 2:1.26-32
0c9d7d
- restore incremental backups correctly, files were not being removed (rhbz#1184697)
0c9d7d
- fix the behavior of tar when --directory option is used together with
0c9d7d
  --remove-files
0c9d7d
- repair the ignorance of --xattrs-exclude/include options (rhbz#1341786)
0c9d7d
- Intorduce new option '--keep-directory-symlink'
0c9d7d
9d3903
* Mon Jun 20 2016 Pavel Raiskup <praiskup@redhat.com> - 1.26-31
9d3903
- avoid double free in selinux code (rhbz#1347396)
9d3903
9d3903
* Thu Jun 04 2015 Pavel Raiskup <praiskup@redhat.com> - 1.26-30
9d3903
- don't mistakenly set default ACLs (#1220890)
9d3903
2dc9a1
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2:1.26-29
2dc9a1
- Mass rebuild 2014-01-24
2dc9a1
2dc9a1
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2:1.26-28
2dc9a1
- Mass rebuild 2013-12-27
2dc9a1
2dc9a1
* Mon Nov 18 2013 Pavel Raiskup <praiskup@redhat.com> - 1.26-27
2dc9a1
- sparse file detection based on fstat() fix (#1024268)
2dc9a1
a4d85a
* Mon Sep 09 2013 Pavel Raiskup <praiskup@redhat.com> - 1.26-26
a4d85a
- the --xattrs-include implies --xattrs now (#965969)
a4d85a
a4d85a
* Wed Aug 14 2013 Pavel Raiskup <praiskup@redhat.com> - 1.26-26
a4d85a
- add documenation for xattrs-like options (#996753)
a4d85a
a4d85a
* Thu Jun 20 2013 Pavel Raiskup <praiskup@redhat.com> - 1.26-25
a4d85a
- the /etc/rmt seems to be the best place where to look for rmt binary (see the
a4d85a
  commit message in Fedora's cpio.git for more info)
a4d85a
a4d85a
* Tue Jun 04 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-24
a4d85a
- fix "symlink eating" bug (already fixed in upstream git)
a4d85a
a4d85a
* Thu May 30 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-23
a4d85a
- use /usr/bin/ssh as the default remote shell binary (#969015)
a4d85a
- do not verbose-print xattrs when --no-xattrs option is used
a4d85a
- do not override the config.{guess,sub} twice, this is already done by the
a4d85a
  redhat-rpm-config package (#951442)
a4d85a
a4d85a
* Tue May 28 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-22
a4d85a
- again search for 'rmt' binary in %%{_sbindir} on target host
a4d85a
a4d85a
* Tue Mar 26 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-21
a4d85a
- enable build for arm64 (#926610)
a4d85a
- silence gcc warnings (lint fixes without risk from upstream) for RPMDiff
a4d85a
a4d85a
* Tue Mar 19 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-20
a4d85a
- allow extracting single volume from multi-volume archive (#919897)
a4d85a
- usrmove: /bin/tar ~> /usr/bin/tar, selinux handling edit
a4d85a
a4d85a
* Fri Mar 01 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-19
a4d85a
- fix creating sparse pax archives containing files of effective
a4d85a
  size >8GB (#516309)
a4d85a
- silence rpmlint (fix bad dates in changelog based on git log dates)
a4d85a
a4d85a
* Wed Feb 20 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-18
a4d85a
- fix problems with big uids/gids and pax format (> 2^21) (#913406)
a4d85a
a4d85a
* Mon Feb 18 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-17
a4d85a
- add possibility to 'rpmbuild' without %%check phase
a4d85a
- make the autoreconf phase verbose
a4d85a
- re-create older patches (avoid offset warnings during patching)
a4d85a
- remove patches which we don't need now (xattrs - will be updated, sigpipe -
a4d85a
  test should work now, partial revert of *at() conversion was done because of
a4d85a
  incompatible xattr patch)
a4d85a
- add upstream up2date xattr patch
a4d85a
a4d85a
* Fri Feb 01 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-16
a4d85a
- make the info documentation more visible in manpage (#903666)
a4d85a
- sync tar.1 manpage with actual --help output (e.g. added --skip-old-files)
a4d85a
- add the last_help2man_run file to git repo to allow more easily find changes
a4d85a
  in --help in future
a4d85a
- make the DEFAULTS section to be more visible in man page
a4d85a
- verbose 'make check' only when some fail happened (append to koji build.log)
a4d85a
a4d85a
* Thu Nov 29 2012 Ondrej Vasik <ovasik@redhat.com> - 2:1.26-15
a4d85a
- add missing --full-time option to manpage
a4d85a
a4d85a
* Thu Oct 18 2012 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-14
a4d85a
- fix bad behaviour of --keep-old-files and add --skip-old-files option
a4d85a
  (#799252)
a4d85a
a4d85a
* Wed Oct 10 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-13
a4d85a
- fix badly written macro for building --without-selinux
a4d85a
- allow to build tar in difference CoverityScan by forcing the '.gets' patch to
a4d85a
  be applied even in the run without patches
a4d85a
a4d85a
* Fri Oct 05 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-12
a4d85a
- repair the xattr-gnulib-prepare patch to allow build tar without SELinux
a4d85a
  support
a4d85a
- fedora-review compliance -> remove trailing white-spaces, remove macro from
a4d85a
  comment, remove BR of gawk;coreutils;gzip that should be covered automatically
a4d85a
  by minimum build environment, do not `rm -rf' buildroot at the beginning of
a4d85a
  install phase (needed only in EPEL), remove BuildRoot definition, remove
a4d85a
  defattr macro, s/define/global/
a4d85a
- do not use ${VAR} syntax for bash variables, use just $VAR
a4d85a
a4d85a
* Wed Aug 22 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-11
a4d85a
- fix manpage to reflect #850291 related commit
a4d85a
a4d85a
* Tue Aug 21 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-10
a4d85a
- prepare Gnulib for new xattrs (#850291)
a4d85a
- new version of RH xattrs patch (#850291)
a4d85a
- enable verbose mode in testsuite to allow better debugging on error
a4d85a
a4d85a
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.26-9
a4d85a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a4d85a
a4d85a
* Thu Jul 12 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-8
a4d85a
- force the fchown() be called before xattrs_set() (#771927)
a4d85a
a4d85a
* Sat Jun 16 2012 Ondrej Vasik <ovasik@redhat.com> 2:1.26-7
a4d85a
- store&restore security.capability extended attributes category
a4d85a
  (#771927)
a4d85a
- fix build failure with undefined gets
a4d85a
a4d85a
* Tue May 15 2012 Ondrej Vasik <ovasik@redhat.com> 2:1.26-6
a4d85a
- add virtual provides for bundled(gnulib) copylib (#821790)
a4d85a
a4d85a
* Thu Apr 05 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-5
a4d85a
- fix for bad cooperation of the '-C' (change directory) and '-u' (update
a4d85a
  package) options (#688567)
a4d85a
a4d85a
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.26-4
a4d85a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a4d85a
a4d85a
* Sun Oct  2 2011 Ville Skyttä <ville.skytta@iki.fi> - 2:1.26-3
a4d85a
- Man page heading formatting fixes.
a4d85a
a4d85a
* Mon Sep 26 2011 Kamil Dudka <kdudka@redhat.com> 2:1.26-2
a4d85a
- restore basic functionality of --acl, --selinux, and --xattr (#717684)
a4d85a
a4d85a
* Sat Mar 12 2011 Ondrej Vasik <ovasik@redhat.com> 2:1.26-1
a4d85a
- new upstream release 1.26
a4d85a
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.25-6
a4d85a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a4d85a
a4d85a
* Thu Jan 20 2011 Ondrej Vasik <ovasik@redhat.com> 2:1.25-5
a4d85a
- drop unnecessary hard dependency on info package(#671157)
a4d85a
a4d85a
* Mon Jan 03 2011 Ondrej Vasik <ovasik@redhat.com> 2:1.25-4
a4d85a
- mention that some compression options might not work if
a4d85a
  the external program is not available(#666755)
a4d85a
a4d85a
* Wed Dec 08 2010 Kamil Dudka <kdudka@redhat.com> 2:1.25-3
a4d85a
- correctly store long sparse file names in PAX archives (#656834)
a4d85a
a4d85a
* Tue Nov 23 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.25-2
a4d85a
- fix issue with --one-file-system and --listed-incremental
a4d85a
  (#654718)
a4d85a
a4d85a
* Mon Nov 08 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.25-1
a4d85a
- new upstream release 1.25
a4d85a
a4d85a
* Mon Oct 25 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.24-1
a4d85a
- new upstream release 1.24, use .xz archive
a4d85a
a4d85a
* Wed Sep 29 2010 jkeating - 2:1.23-8
a4d85a
- Rebuilt for gcc bug 634757
a4d85a
a4d85a
* Fri Sep 24 2010 Kamil Dudka <kdudka@redhat.com> 2:1.23-7
a4d85a
- match non-stripped file names (#637085)
a4d85a
a4d85a
* Mon Sep 20 2010 Kamil Dudka <kdudka@redhat.com> 2:1.23-6
a4d85a
- fix exclusion of long file names with --xattrs (#634866)
a4d85a
- do not crash with --listed-incremental (#635318)
a4d85a
a4d85a
* Mon Aug 16 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.23-5
a4d85a
- add support for security.NTACL xattrs (#621215)
a4d85a
a4d85a
* Tue Jun 01 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.23-4
a4d85a
- recognize old-archive/portability options(#594044)
a4d85a
a4d85a
* Wed Apr 07 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.23-3
a4d85a
- allow storing of extended attributes for fifo and block
a4d85a
  or character devices files(#573147)
a4d85a
a4d85a
* Mon Mar 15 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.23-2
a4d85a
- update help2maned manpage
a4d85a
a4d85a
* Fri Mar 12 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.23-1
a4d85a
- new upstream release 1.23, remove applied patches
a4d85a
a4d85a
* Wed Mar 10 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.22-17
a4d85a
- CVE-2010-0624 tar, cpio: Heap-based buffer overflow
a4d85a
  by expanding a specially-crafted archive (#572149)
a4d85a
- realloc within check_exclusion_tags() caused invalid write
a4d85a
  (#570591)
a4d85a
- not closing file descriptors for excluded files/dirs with
a4d85a
  exlude-tag... options could cause descriptor exhaustion
a4d85a
  (#570591)
a4d85a
a4d85a
* Sat Feb 20 2010 Kamil Dudka <kdudka@redhat.com> 2:1.22-16
a4d85a
- support for "lustre.*" extended attributes (#561855)
a4d85a
a4d85a
* Thu Feb 04 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.22-15
a4d85a
- fix segfault with corrupted metadata in code_ns_fraction
a4d85a
  (#531441)
a4d85a
a4d85a
* Wed Feb 03 2010 Kamil Dudka <kdudka@redhat.com> 2:1.22-14
a4d85a
- allow also build with SELinux support
a4d85a
a4d85a
* Mon Feb 01 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.22-13
a4d85a
- allow build without SELinux support(#556679)
a4d85a
a4d85a
* Tue Jan 05 2010 Ondrej Vasik <ovasik@redhat.com> 2:1.22-12
a4d85a
- do not fail with POSIX 2008 glibc futimens() (#552320)
a4d85a
- temporarily disable fix for #531441, causing stack smashing
a4d85a
  with newer glibc(#551206)
a4d85a
a4d85a
* Tue Dec 08 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-11
a4d85a
- fix segfault with corrupted metadata in code_ns_fraction
a4d85a
  (#531441)
a4d85a
- commented patches and sources
a4d85a
a4d85a
* Fri Nov 27 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-10
a4d85a
- store xattrs for symlinks (#525992) - by Kamil Dudka
a4d85a
- update tar(1) manpage (#539787)
a4d85a
- fix memory leak in xheader (#518079)
a4d85a
a4d85a
* Wed Nov 18 2009 Kamil Dudka <kdudka@redhat.com> 2:1.22-9
a4d85a
- store SELinux context for symlinks (#525992)
a4d85a
a4d85a
* Thu Aug 27 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-8
a4d85a
- provide symlink manpage for gtar
a4d85a
a4d85a
* Thu Aug 06 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-7
a4d85a
- do process install-info only without --excludedocs(#515923)
a4d85a
a4d85a
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.22-6
a4d85a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a4d85a
a4d85a
* Thu Jul 16 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-5
a4d85a
- Fix restoring of directory default acls(#511145)
a4d85a
- Do not patch generated autotools files
a4d85a
a4d85a
* Thu Jun 25 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-4
a4d85a
- Report record size only if the archive refers to a device
a4d85a
  (#487760)
a4d85a
- Do not sigabrt with new gcc/glibc because of writing to
a4d85a
  struct members of gnutar header at once via strcpy
a4d85a
a4d85a
* Fri May 15 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-3
a4d85a
- ignore errors from setting utime() for source file
a4d85a
  on read-only filesystem (#500742)
a4d85a
a4d85a
* Fri Mar 06 2009 Kamil Dudka <kdudka@redhat.com> 2:1.22-2
a4d85a
- improve tar-1.14-loneZeroWarning.patch (#487315)
a4d85a
a4d85a
* Mon Mar 02 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.22-1
a4d85a
- New upstream release 1.22, removed applied patch
a4d85a
a4d85a
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.21-2
a4d85a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a4d85a
a4d85a
* Mon Jan 05 2009 Ondrej Vasik <ovasik@redhat.com> 2:1.21-1
a4d85a
- New upstream release 1.21, removed applied patches
a4d85a
- add support for -I option, fix testsuite failure
a4d85a
a4d85a
* Thu Dec 11 2008 Ondrej Vasik <ovasik@redhat.com> 2:1.20-6
a4d85a
- add BuildRequires for rsh (#475950)
a4d85a
a4d85a
* Fri Nov 21 2008 Ondrej Vasik <ovasik@redhat.com> 2:1.20-5
a4d85a
- fix off-by-one errors in xattrs patch (#472355)
a4d85a
a4d85a
* Mon Nov 10 2008 Kamil Dudka <kdudka@redhat.com> 2:1.20-4
a4d85a
- fixed bug #465803: labels with --multi-volume (upstream patch)
a4d85a
a4d85a
* Fri Oct 10 2008 Ondrej Vasik <ovasik@redhat.com> 2:1.20-3
a4d85a
- Fixed wrong documentation for xattrs options (#466517)
a4d85a
- fixed bug with null file terminator and change dirs
a4d85a
  (upstream)
a4d85a
a4d85a
* Fri Aug 29 2008 Ondrej Vasik <ovasik@redhat.com> 2:1.20-2
a4d85a
- patch fuzz clean up
a4d85a
a4d85a
* Mon May 26 2008 Ondrej Vasik <ovasik@redhat.com> 2:1.20-1
a4d85a
- new upstream release 1.20 (lzma support, few new options
a4d85a
  and bugfixes)
a4d85a
- heavily modified xattrs patches(as tar-1.20 now uses automake
a4d85a
  1.10.1)
a4d85a
a4d85a
* Tue Feb 12 2008 Radek Brich <rbrich@redhat.com> 2:1.19-3
a4d85a
- do not print getfilecon/setfilecon warnings when SELinux is disabled
a4d85a
  or SELinux data are not available (bz#431879)
a4d85a
- fix for GCC 4.3
a4d85a
a4d85a
* Mon Jan 21 2008 Radek Brich <rbrich@redhat.com> 2:1.19-2
a4d85a
- fix errors in man page
a4d85a
  * fix definition of --occurrence (bz#416661, patch by Jonathan Wakely)
a4d85a
  * update meaning of -l: it has changed from --one-filesystem
a4d85a
    to --check-links (bz#426717)
a4d85a
- update license tag, tar 1.19 is GPLv3+
a4d85a
a4d85a
* Mon Dec 17 2007 Radek Brich <rbrich@redhat.com> 2:1.19-1
a4d85a
- upgrade to 1.19
a4d85a
- updated xattrs patch, removed 3 upstream patches
a4d85a
a4d85a
* Wed Dec 12 2007 Radek Brich <rbrich@redhat.com> 2:1.17-5
a4d85a
- fix (non)detection of xattrs
a4d85a
- move configure stuff from -xattrs patch to -xattrs-conf,
a4d85a
  so the original patch could be easily read
a4d85a
- fix -xattrs patch to work with zero length files and show
a4d85a
  warnings when xattrs not available (fixes by James Antill)
a4d85a
- possible corruption (#408621) - add warning to man page
a4d85a
  for now, may be actually fixed later, depending on upstream
a4d85a
a4d85a
* Tue Oct 23 2007 Radek Brich <rbrich@redhat.com> 2:1.17-4
a4d85a
- upstream patch for CVE-2007-4476
a4d85a
  (tar stack crashing in safer_name_suffix)
a4d85a
a4d85a
* Tue Aug 28 2007 Radek Brich <rbrich@redhat.com> 2:1.17-3
a4d85a
- gawk build dependency
a4d85a
a4d85a
* Tue Aug 28 2007 Radek Brich <rbrich@redhat.com> 2:1.17-2
a4d85a
- updated license tag
a4d85a
- fixed CVE-2007-4131 tar directory traversal vulnerability (#251921)
a4d85a
a4d85a
* Thu Jun 28 2007 Radek Brich <rbrich@redhat.com> 2:1.17-1
a4d85a
- new upstream version
a4d85a
- patch for wildcards (#206841), restoring old behavior
a4d85a
- patch for testsuite
a4d85a
- update -xattrs patch
a4d85a
- drop 13 obsolete patches
a4d85a
a4d85a
* Tue Feb 06 2007 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-26
a4d85a
- fix spec file to meet Fedora standards (#226478)
a4d85a
a4d85a
* Mon Jan 22 2007 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-25
a4d85a
- fix non-failsafe install-info use in scriptlets (#223718)
a4d85a
a4d85a
* Wed Jan 03 2007 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-24
a4d85a
- supply tar man page (#219375)
a4d85a
a4d85a
* Tue Dec 12 2006 Florian La Roche <laroche@redhat.com> 2:1.15.1-23
a4d85a
- fix CVE-2006-6097 GNU tar directory traversal (#216937)
a4d85a
a4d85a
* Sun Dec 10 2006 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-22
a4d85a
- fix some rpmlint spec file issues
a4d85a
a4d85a
* Wed Oct 25 2006 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-21
a4d85a
- build with dist-tag
a4d85a
a4d85a
* Mon Oct 09 2006 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-20
a4d85a
- another fix of tar-1.15.1-xattrs.patch from James Antill
a4d85a
a4d85a
* Wed Oct 04 2006 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-19
a4d85a
- another fix of tar-1.15.1-xattrs.patch from James Antill
a4d85a
a4d85a
* Sun Oct 01 2006 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-18
a4d85a
- fix tar-1.15.1-xattrs.patch (#208701)
a4d85a
a4d85a
* Tue Sep 19 2006 Peter Vrabec <pvrabec@redhat.com> 2:1.15.1-17
a4d85a
- start new epoch, downgrade to solid stable 1.15.1-16 (#206979),
a4d85a
- all patches are backported
a4d85a
a4d85a
* Tue Sep 19 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.91-2
a4d85a
- apply patches, which were forgotten during upgrade
a4d85a
a4d85a
* Wed Sep 13 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.91-1
a4d85a
- upgrade, which also fix incremental backup (#206121)
a4d85a
a4d85a
* Fri Sep 08 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-7
a4d85a
- fix tar-debuginfo package (#205615)
a4d85a
a4d85a
* Thu Aug 10 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-6
a4d85a
- add xattr support (#200925), patch from james.antill@redhat.com
a4d85a
a4d85a
* Mon Jul 24 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-5
a4d85a
- fix incompatibilities in appending files to the end
a4d85a
  of an archive (#199515)
a4d85a
a4d85a
* Tue Jul 18 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-4
a4d85a
- fix problem with unpacking archives in a directory for which
a4d85a
  one has write permission but does not own (such as /tmp) (#149686)
a4d85a
a4d85a
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.15.90-3.1
a4d85a
- rebuild
a4d85a
a4d85a
* Thu Jun 29 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-3
a4d85a
- fix typo in tar.1 man page
a4d85a
a4d85a
* Tue Apr 25 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-2
a4d85a
- exclude listed02.at from testsuite again, because it
a4d85a
  still fails on s390
a4d85a
a4d85a
* Tue Apr 25 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.90-1
a4d85a
- upgrade
a4d85a
a4d85a
* Mon Apr 24 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.1-16
a4d85a
- fix problem when options at the end of command line were
a4d85a
  not recognized (#188707)
a4d85a
a4d85a
* Thu Apr 13 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.1-15
a4d85a
- fix segmentation faul introduced with hugeSparse.patch
a4d85a
a4d85a
* Wed Mar 22 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.1-14
a4d85a
- fix problems with extracting large sparse archive members (#185460)
a4d85a
a4d85a
* Fri Feb 17 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.1-13
a4d85a
- fix heap overlfow bug CVE-2006-0300 (#181773)
a4d85a
a4d85a
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.15.1-12.2
a4d85a
- bump again for double-long bug on ppc(64)
a4d85a
a4d85a
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.15.1-12.1
a4d85a
- rebuilt for new gcc4.1 snapshot and glibc changes
a4d85a
a4d85a
* Mon Feb 06 2006 Peter Vrabec <pvrabec@redhat.com> 1.15.1-12
a4d85a
- fix extracting sparse files to a filesystem like vfat,
a4d85a
  when ftruncate may fail to grow the size of a file.(#179507)
a4d85a
a4d85a
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
a4d85a
- rebuilt
a4d85a
a4d85a
* Fri Nov 04 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-11
a4d85a
- correctly pad archive members that shrunk during archiving (#172373)
a4d85a
a4d85a
* Tue Sep 06 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-10
a4d85a
- provide man page (#163709, #54243, #56041)
a4d85a
a4d85a
* Mon Aug 15 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-9
a4d85a
- silence newer option (#164902)
a4d85a
a4d85a
* Wed Jul 27 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-8
a4d85a
- A file is dumpable if it is sparse and both --sparse
a4d85a
  and --totals are specified (#154882)
a4d85a
a4d85a
* Tue Jul 26 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-7
a4d85a
- exclude listed02.at from testsuite
a4d85a
a4d85a
* Fri Jul 22 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-6
a4d85a
- remove tar-1.14-err.patch, not needed (158743)
a4d85a
a4d85a
* Fri Apr 15 2005 Peter Vrabec <pvrabec@redhat.com> 1.15.1-5
a4d85a
- extract sparse files even if the output fd is not seekable.(#154882)
a4d85a
- (sparse_scan_file): Bugfix. offset had incorrect type.
a4d85a
a4d85a
* Mon Mar 14 2005 Peter Vrabec <pvrabec@redhat.com>
a4d85a
- gcc4 fix (#150993) 1.15.1-4
a4d85a
a4d85a
* Mon Jan 31 2005 Peter Vrabec <pvrabec@redhat.com>
a4d85a
- rebuild 1.15.1-3
a4d85a
a4d85a
* Mon Jan 17 2005 Peter Vrabec <pvrabec@redhat.com>
a4d85a
- fix tests/testsuite
a4d85a
a4d85a
* Fri Jan 07 2005 Peter Vrabec <pvrabec@redhat.com>
a4d85a
- upgrade to 1.15.1
a4d85a
a4d85a
* Mon Oct 11 2004 Peter Vrabec <pvrabec@redhat.com>
a4d85a
- patch to stop issuing lone zero block warnings
a4d85a
- rebuilt
a4d85a
a4d85a
* Mon Oct 11 2004 Peter Vrabec <pvrabec@redhat.com>
a4d85a
- URL added to spec file
a4d85a
- spec file clean up
a4d85a
a4d85a
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
a4d85a
- rebuilt
a4d85a
a4d85a
* Mon Jun  7 2004 Jeff Johnson <jbj@jbj.org> 1.14-1
a4d85a
- upgrade to 1.14.
a4d85a
a4d85a
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
a4d85a
- rebuilt
a4d85a
a4d85a
* Tue Jun 17 2003 Jeff Johnson <jbj@redhat.com> 1.13.25-13
a4d85a
- rebuilt because of crt breakage on ppc64.
a4d85a
- dump automake15 requirement.
a4d85a
a4d85a
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
a4d85a
- rebuilt
a4d85a
a4d85a
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
a4d85a
- rebuilt
a4d85a
a4d85a
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 1.13.25-10
a4d85a
- fix broken buildrquires on autoconf253
a4d85a
a4d85a
* Thu Nov  7 2002 Jeff Johnson <jbj@redhat.com> 1.13.25-9
a4d85a
- rebuild from CVS.
a4d85a
a4d85a
* Fri Aug 23 2002 Phil Knirsch <pknirsch@redhat.com> 1.13.25-8
a4d85a
- Included security patch from errata release.
a4d85a
a4d85a
* Mon Jul  1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.25-7
a4d85a
- Fix argv NULL termination (#64869)
a4d85a
a4d85a
* Thu May 23 2002 Tim Powers <timp@redhat.com>
a4d85a
- automated rebuild
a4d85a
a4d85a
* Tue Apr  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.25-4
a4d85a
- Fix build with autoconf253 (LIBOBJ change; autoconf252 worked)
a4d85a
a4d85a
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
a4d85a
- automated rebuild
a4d85a
a4d85a
* Tue Oct 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.25-2
a4d85a
- Don't include hardlinks to sockets in a tar file (#54827)
a4d85a
a4d85a
* Thu Sep 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.25-1
a4d85a
- 1.13.25
a4d85a
a4d85a
* Tue Sep 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.22-1
a4d85a
- Update to 1.13.22, adapt patches
a4d85a
a4d85a
* Mon Aug 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.19-6
a4d85a
- Fix #52084
a4d85a
a4d85a
* Thu May 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.19-5
a4d85a
- Fix build with current autoconf (stricter checking on AC_DEFINE)
a4d85a
- Fix segfault when tarring directories without having read permissions
a4d85a
  (#40802)
a4d85a
a4d85a
* Tue Mar  6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
a4d85a
- Don't depend on librt.
a4d85a
a4d85a
* Fri Feb 23 2001 Trond Eivind Glomsröd <teg@redhat.com>
a4d85a
- langify
a4d85a
a4d85a
* Thu Feb 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
a4d85a
- Fix up the man page (#28915)
a4d85a
a4d85a
* Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
a4d85a
- 1.3.19, nukes -I and fixes up -N
a4d85a
- Add -I back in as an alias to -j with a nice loud warning
a4d85a
a4d85a
* Mon Oct 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
a4d85a
- 1.3.18
a4d85a
- Update man page to reflect changes
a4d85a
a4d85a
* Thu Oct  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
a4d85a
- Fix the "ignore failed read" option (Bug #8330)
a4d85a
a4d85a
* Mon Sep 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
a4d85a
- fix hang on tar tvzf - 
a4d85a
  exit code fix (Bug #15448), Patch from Tim Waugh <twaugh@redhat.com>
a4d85a
a4d85a
* Fri Aug 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
a4d85a
- really fix exit code (Bug #15448)
a4d85a
a4d85a
* Mon Aug  7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
a4d85a
- fix exit code (Bug #15448), patch from Tim Waugh <twaugh@redhat.com>
a4d85a
a4d85a
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
a4d85a
- automatic rebuild
a4d85a
a4d85a
* Mon Jun 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
a4d85a
- FHSify
a4d85a
a4d85a
* Fri Apr 28 2000 Bill Nottingham <notting@redhat.com>
a4d85a
- fix for ia64
a4d85a
a4d85a
* Wed Feb  9 2000 Bernhard Rosenkränzer <bero@redhat.com>
a4d85a
- Fix the exclude bug (#9201)
a4d85a
a4d85a
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
a4d85a
- man pages are compressed
a4d85a
- fix description
a4d85a
- fix fnmatch build problems
a4d85a
a4d85a
* Sun Jan  9 2000 Bernhard Rosenkränzer <bero@redhat.com>
a4d85a
- 1.13.17
a4d85a
- remove dotbug patch (fixed in base)
a4d85a
- update download URL
a4d85a
a4d85a
* Fri Jan  7 2000 Bernhard Rosenkränzer <bero@redhat.com>
a4d85a
- Fix a severe bug (tar xf any_package_containing_. would delete the
a4d85a
  current directory)
a4d85a
a4d85a
* Wed Jan  5 2000 Bernhard Rosenkränzer <bero@redhat.com>
a4d85a
- 1.3.16
a4d85a
- unset LINGUAS before running configure
a4d85a
a4d85a
* Tue Nov  9 1999 Bernhard Rosenkränzer <bero@redhat.com>
a4d85a
- 1.13.14
a4d85a
- Update man page to know about -I / --bzip
a4d85a
- Remove dependancy on rmt - tar can be used for anything local
a4d85a
  without it.
a4d85a
a4d85a
* Fri Aug 27 1999 Preston Brown <pbrown@redhat.com>
a4d85a
- upgrade to 1.13.11.
a4d85a
a4d85a
* Wed Aug 18 1999 Jeff Johnson <jbj@redhat.com>
a4d85a
- update to 1.13.9.
a4d85a
a4d85a
* Thu Aug 12 1999 Jeff Johnson <jbj@redhat.com>
a4d85a
- update to 1.13.6.
a4d85a
- support -y --bzip2 options for bzip2 compression (#2415).
a4d85a
a4d85a
* Fri Jul 23 1999 Jeff Johnson <jbj@redhat.com>
a4d85a
- update to 1.13.5.
a4d85a
a4d85a
* Tue Jul 13 1999 Bill Nottingham <notting@redhat.com>
a4d85a
- update to 1.13
a4d85a
a4d85a
* Sat Jun 26 1999 Jeff Johnson <jbj@redhat.com>
a4d85a
- update to 1.12.64014.
a4d85a
- pipe patch corrected for remote tars now merged in.
a4d85a
a4d85a
* Sun Jun 20 1999 Jeff Johnson <jbj@redhat.com>
a4d85a
- update to tar-1.12.64013.
a4d85a
- subtract (and reopen #2415) bzip2 support using -y.
a4d85a
- move gtar to /bin.
a4d85a
a4d85a
* Tue Jun 15 1999 Jeff Johnson <jbj@redhat.com>
a4d85a
- upgrade to tar-1.12.64011 to
a4d85a
-   add bzip2 support (#2415)
a4d85a
-   fix filename bug (#3479)
a4d85a
a4d85a
* Mon Mar 29 1999 Jeff Johnson <jbj@redhat.com>
a4d85a
- fix suspended tar with compression over pipe produces error (#390).
a4d85a
a4d85a
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
a4d85a
- auto rebuild in the new build environment (release 8)
a4d85a
a4d85a
* Mon Mar 08 1999 Michael Maher <mike@redhat.com>
a4d85a
- added patch for bad name cache.
a4d85a
- FIXES BUG 320
a4d85a
a4d85a
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
a4d85a
- Injected new description and group.
a4d85a
a4d85a
* Fri Dec 18 1998 Preston Brown <pbrown@redhat.com>
a4d85a
- bumped spec number for initial rh 6.0 build
a4d85a
a4d85a
* Tue Aug  4 1998 Jeff Johnson <jbj@redhat.com>
a4d85a
- add /usr/bin/gtar symlink (change #421)
a4d85a
a4d85a
* Tue Jul 14 1998 Jeff Johnson <jbj@redhat.com>
a4d85a
- Fiddle bindir/libexecdir to get RH install correct.
a4d85a
- Don't include /sbin/rmt -- use the rmt from dump.
a4d85a
- Turn on nls.
a4d85a
a4d85a
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
a4d85a
- translations modified for de, fr, tr
a4d85a
a4d85a
* Thu Oct 16 1997 Donnie Barnes <djb@redhat.com>
a4d85a
- updated from 1.11.8 to 1.12
a4d85a
- various spec file cleanups
a4d85a
- /sbin/install-info support
a4d85a
a4d85a
* Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
a4d85a
- built against glibc
a4d85a
a4d85a
* Thu May 29 1997 Michael Fulbright <msf@redhat.com>
a4d85a
- Fixed to include rmt