From 178deb39ef30b6552289ee1f508bc7bf59bd1be1d02533a210bd070e9fdfb65b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Wed, 20 Dec 2017 09:10:02 +0000 Subject: [PATCH] fix rhel7 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/lmdb?expand=0&rev=26 --- lmdb.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lmdb.spec b/lmdb.spec index 1ee1b06..acb6523 100644 --- a/lmdb.spec +++ b/lmdb.spec @@ -41,6 +41,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake >= 1.10 BuildRequires: libtool >= 2 +%if 0%{?rhel_version} == 700 +BuildRequires: perl-Exporter +%endif %description LMDB is a Btree-based database management library with an API similar