diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-07-23 18:08:43 +0300 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-07-23 18:08:43 +0300 |
commit | 93d40d3e8e57c97844acbd31aa3e00d774c30a72 (patch) | |
tree | 2aae5e75743de2579b4730170f4acddb0667d01c | |
parent | a8c3ec7b4e892f50d9023201c86a2ffd5d54548a (diff) | |
download | librpm-tizen-93d40d3e8e57c97844acbd31aa3e00d774c30a72.tar.gz librpm-tizen-93d40d3e8e57c97844acbd31aa3e00d774c30a72.tar.bz2 librpm-tizen-93d40d3e8e57c97844acbd31aa3e00d774c30a72.zip |
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 <markus.lehtonen@linux.intel.com>
-rw-r--r-- | packaging/librpm-tizen.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 |