]> git.pld-linux.org Git - packages/ldb.git/commitdiff
runtime depend on lmdb-libs instead of lmdb
authorJan Palus <atler@pld-linux.org>
Fri, 15 Apr 2022 18:55:01 +0000 (20:55 +0200)
committerJan Palus <atler@pld-linux.org>
Fri, 15 Apr 2022 18:55:01 +0000 (20:55 +0200)
ldb.spec

index f9f52ba5367cf08fd221efaee5aea4fd8fa2cbd2..7b5d95d6853d6d275a4d16e7618164bcce82155c 100644 (file)
--- 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}
This page took 0.32547 seconds and 4 git commands to generate.