From c674c2a1b52418423586f5d0a57d539051a3762c Mon Sep 17 00:00:00 2001 From: Petr Menšík Date: Sep 22 2020 17:08:41 +0000 Subject: Add missing architecture to lmdb (cherry picked from commit dac5cf7a4c53f30bd3ec9d96fdcc30ea7c7a2cfc) --- diff --git a/bind.spec b/bind.spec index 710ab67..8aa8685 100644 --- a/bind.spec +++ b/bind.spec @@ -397,7 +397,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}