From: Markus Lehtonen Date: Wed, 23 Jul 2014 15:08:43 +0000 (+0300) Subject: packaging: enable lua 5.2 for openSUSE X-Git-Tag: tizen-tools/4.11.0.1.tizen20140530-20140723~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93d40d3e8e57c97844acbd31aa3e00d774c30a72;p=tools%2Flibrpm-tizen.git packaging: enable lua 5.2 for openSUSE Lua 5.2 is now supported by us - already enabled for Fedora. Change-Id: I8a8eb483b567eafa955216b80461389a5c1271fd Signed-off-by: Markus Lehtonen --- diff --git a/packaging/librpm-tizen.spec b/packaging/librpm-tizen.spec index c82ca111f..e0e968d2c 100644 --- a/packaging/librpm-tizen.spec +++ b/packaging/librpm-tizen.spec @@ -17,7 +17,7 @@ BuildRequires: glibc-devel BuildRequires: gzip BuildRequires: libtool %if 0%{?suse_version} -BuildRequires: pkgconfig(lua) < 5.2 +BuildRequires: pkgconfig(lua) %else BuildRequires: lua-devel %endif