summaryrefslogtreecommitdiffstats
path: root/0001-t0107-support-older-and-or-non-GNU-tar.patch
Commit message (Collapse)AuthorAgeFilesLines
* update tar/zstd patch from upstreamTodd Zullinger2020-12-291-7/+11
| | | | The patch has been accepted. Use the upstream URL as the patch source.
* improve test suite's use of zstd to decode a tar fileTodd Zullinger2020-08-081-0/+73
The tar --zstd option was added in GNU tar-1.32 (2019-02-23). Supported EPEL releases lack support for this option. Avoid the requirement on any specific implementations or versions of tar by piping decompressed output to tar. This is compatible with older GNU tar releases as well as tar implementations from other vendors. (It may also be a slight benefit that this more closely matches what the snapshot creation code does.)