Name: | tar |
---|---|
Epoch: | 2 |
Version: | 1.26 |
Release: | 29.el7 |
Architecture: | x86_64 |
Group: | Applications/Archiving |
Size: | 2833084 |
License: | GPLv3+ |
RPM: | tar-1.26-29.el7.x86_64.rpm |
Source RPM: | tar-1.26-29.el7.src.rpm |
Build Date: | Sun May 04 2014 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.gnu.org/software/tar/ |
Summary: | A GNU file archiving program |
Description: | 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 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 remote archives, and the ability to perform incremental and full backups. If you want to use tar for remote backups, you also need to install the rmt package on the remote box. |
- Mass rebuild 2014-01-24
- Mass rebuild 2013-12-27
- sparse file detection based on fstat() fix (#1024268)
- the --xattrs-include implies --xattrs now (#965969)
- add documenation for xattrs-like options (#996753)
- 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)
- fix "symlink eating" bug (already fixed in upstream git)
- use /usr/bin/ssh as the default remote shell binary (#969015) - do not verbose-print xattrs when --no-xattrs option is used - do not override the config.{guess,sub} twice, this is already done by the redhat-rpm-config package (#951442)
- again search for 'rmt' binary in %{_sbindir} on target host
- enable build for arm64 (#926610) - silence gcc warnings (lint fixes without risk from upstream) for RPMDiff