rpm (4.11) is complaining about: extracting debug info from /builddir/build/BUILDROOT/zstd-1.5.6-1.el7.x86_64/usr/lib64/libzstd.so.1.5.6 /usr/lib/rpm/debugedit: canonicalization unexpectedly shrank by one character This was only addressed in rpm >= 4.13, so lets avoid the double slash hunt as described in: https://bugzilla.redhat.com/show_bug.cgi?id=304121 We can address if a newer zstd is explicitly requested for centos 7
17 lines
954 B
Diff
17 lines
954 B
Diff
diff -Naur zstd-1.5.4/programs/zstd.1 zstd-1.5.4.new/programs/zstd.1
|
|
--- zstd-1.5.4/programs/zstd.1 2023-02-10 00:41:50.000000000 +0000
|
|
+++ zstd-1.5.4.new/programs/zstd.1 2023-02-13 12:44:01.575160149 +0000
|
|
@@ -162,6 +162,13 @@
|
|
\fB\-\-show\-default\-cparams\fR: shows the default compression parameters that will be used for a particular input file, based on the provided compression level and the input size\. If the provided file is not a regular file (e\.g\. a pipe), this flag will output the parameters used for inputs of unknown size\.
|
|
.IP "\[ci]" 4
|
|
\fB\-\-\fR: All arguments after \fB\-\-\fR are treated as files
|
|
+
|
|
+.SH Parallel Zstd OPTIONS
|
|
+Additional options for the pzstd utility
|
|
+.TP
|
|
+.BR \-p ", " --processes
|
|
+ number of threads to use for (de)compression (default:4)
|
|
+
|
|
.IP "" 0
|
|
.SS "gzip Operation Modifiers"
|
|
When invoked via a \fBgzip\fR symlink, \fBzstd\fR will support further options that intend to mimic the \fBgzip\fR behavior:
|