From dac5cf7a4c53f30bd3ec9d96fdcc30ea7c7a2cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Wed, 16 Sep 2020 12:13:51 +0200 Subject: [PATCH] Add missing architecture to lmdb --- bind.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind.spec b/bind.spec index 435a3e3..79faae0 100644 --- a/bind.spec +++ b/bind.spec @@ -400,7 +400,7 @@ Requires: libcap-devel%{?_isa} Requires: krb5-devel%{?_isa} %endif %if %{with LMDB} -Requires: lmdb-devel +Requires: lmdb-devel%{?_isa} %endif %if %{with JSON} Requires: json-c-devel%{?_isa}