Name: | tar |
---|---|
Epoch: | 2 |
Version: | 1.30 |
Release: | 4.el8 |
Architecture: | x86_64 |
Group: | Applications/Archiving |
Size: | 2914660 |
License: | GPLv3+ |
RPM: | tar-1.30-4.el8.x86_64.rpm |
Source RPM: | tar-1.30-4.el8.src.rpm |
Build Date: | Fri Mar 29 2019 |
Build Host: | ca-build101.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. |
- drop BuildRequires: rsh, we anyways use ./configure RSH=%_bindir/ssh
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Return Epoch back
- testsuite fixes per upstream reports
- rebase to latest upstream release, per release notes http://lists.gnu.org/archive/html/info-gnu/2017-12/msg00011.html
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- fix --add-file option (rhbz#1436030)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- revert back some docs - fix --create to use --xattrs-include/exclude (rhbz#1341787) - don't hang with '-x --skip-old-files --xattrs' (rhbz#1399036)