Fix if
This commit is contained in:
parent
9e7922aee6
commit
8bf1e7fb1f
@ -1,5 +1,5 @@
|
|||||||
# If we should verify tarball signature with GPGv2.
|
# If we should verify tarball signature with GPGv2.
|
||||||
%bcond_without nbdkit
|
%define with_nbdkit 1
|
||||||
%global verify_tarball_signature 1
|
%global verify_tarball_signature 1
|
||||||
|
|
||||||
# If there are patches which touch autotools files, set this to 1.
|
# If there are patches which touch autotools files, set this to 1.
|
||||||
@ -75,7 +75,7 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: gnutls-utils
|
BuildRequires: gnutls-utils
|
||||||
#BuildRequires: jq
|
#BuildRequires: jq
|
||||||
%ifnarch %{ix86}
|
%ifnarch %{ix86}
|
||||||
%if %{nbdkit}
|
%if 0%{?with_nbdkit}
|
||||||
BuildRequires: nbdkit
|
BuildRequires: nbdkit
|
||||||
BuildRequires: nbdkit-data-plugin
|
BuildRequires: nbdkit-data-plugin
|
||||||
#BuildRequires: nbdkit-eval-plugin
|
#BuildRequires: nbdkit-eval-plugin
|
||||||
|
Loading…
Reference in New Issue
Block a user