This commit is contained in:
eabdullin 2022-08-15 10:45:52 +03:00
parent 9e7922aee6
commit 8bf1e7fb1f
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# If we should verify tarball signature with GPGv2.
%bcond_without nbdkit
%define with_nbdkit 1
%global verify_tarball_signature 1
# If there are patches which touch autotools files, set this to 1.
@ -75,7 +75,7 @@ BuildRequires: gcc-c++
BuildRequires: gnutls-utils
#BuildRequires: jq
%ifnarch %{ix86}
%if %{nbdkit}
%if 0%{?with_nbdkit}
BuildRequires: nbdkit
BuildRequires: nbdkit-data-plugin
#BuildRequires: nbdkit-eval-plugin