From a9ed2d2d06b8dcc6c7e482a2e54691c780d50ed1 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Mon, 21 Sep 2009 18:38:41 -0400 Subject: lua-lunit: explicit BR on lua for build tests. --- funpl/lua-lunit.spec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'funpl') diff --git a/funpl/lua-lunit.spec b/funpl/lua-lunit.spec index 5299159..857f71e 100644 --- a/funpl/lua-lunit.spec +++ b/funpl/lua-lunit.spec @@ -12,6 +12,8 @@ URL: http://nessie.de/mroth/lunit/index.html Source0: http://nessie.de/mroth/lunit/lunit-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +# for running tests +BuildRequires: lua >= %{luaver} Requires: lua >= %{luaver} BuildArch: noarch -- cgit