From 82c5ae93ec2bb3f0bb3cb66dcfaec2c39a17cb2f Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Fri, 15 Apr 2022 20:55:01 +0200 Subject: [PATCH] runtime depend on lmdb-libs instead of lmdb --- ldb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldb.spec b/ldb.spec index f9f52ba..7b5d95d 100644 --- a/ldb.spec +++ b/ldb.spec @@ -34,7 +34,7 @@ BuildRequires: rpmbuild(macros) >= 1.704 BuildRequires: talloc-devel >= %{talloc_version} BuildRequires: tdb-devel >= %{tdb_version} BuildRequires: tevent-devel >= %{tevent_version} -%{?with_lmdb:Requires: lmdb >= 0.9.16} +%{?with_lmdb:Requires: lmdb-libs >= 0.9.16} Requires: talloc >= %{talloc_version} Requires: tdb >= %{tdb_version} Requires: tevent >= %{tevent_version} -- 2.43.0