- Wrap zstd Requires in build condition
This commit is contained in:
parent
adbe3634b5
commit
026fff0d83
5
rpm.spec
5
rpm.spec
@ -214,7 +214,10 @@ Group: Development/Tools
|
||||
Requires: rpm = %{version}-%{release}
|
||||
Requires: elfutils >= 0.128 binutils
|
||||
Requires: findutils sed grep gawk diffutils file patch >= 2.5
|
||||
Requires: tar unzip gzip bzip2 cpio xz zstd
|
||||
Requires: tar unzip gzip bzip2 cpio xz
|
||||
%if %{with zstd}
|
||||
Requires: zstd
|
||||
%endif
|
||||
Requires: pkgconfig >= 1:0.24
|
||||
Requires: /usr/bin/gdb-add-index
|
||||
# Technically rpmbuild doesn't require any external configuration, but
|
||||
|
Loading…
Reference in New Issue
Block a user