From: Markus Lehtonen Date: Thu, 21 Feb 2013 09:28:10 +0000 (+0200) Subject: packaging: fix build for Fedora (18) X-Git-Tag: tizen-tools/4.11.0.1.tizen20140530-20140723~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=557ec059834d3ec78b036a90a433b2c8b66ffdc5;p=tools%2Flibrpm-tizen.git packaging: fix build for Fedora (18) Signed-off-by: Markus Lehtonen --- diff --git a/packaging/librpm-tizen.spec b/packaging/librpm-tizen.spec index 7008cb5ee..e9db6ae04 100644 --- a/packaging/librpm-tizen.spec +++ b/packaging/librpm-tizen.spec @@ -36,7 +36,11 @@ BuildRequires: pkgconfig(libsmack) %if 0%{?suse_version} BuildRequires: fdupes %endif +%if 0%{?fedora} +BuildRequires: libdb-devel +%else BuildRequires: db-devel +%endif Source4: rpm-tizen_macros Source8: rpmconfigcheck