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