From d0a03112b14cc0b073224245d03515de912f24dc2e6c176068cdc6b9809af42b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 18 Feb 2021 18:24:59 +0000 Subject: [PATCH] Accepting request 873471 from home:gmbr3:Lua upd OBS-URL: https://build.opensuse.org/request/show/873471 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-loadkit?expand=0&rev=10 --- lua-loadkit.changes | 5 +++++ lua-loadkit.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lua-loadkit.changes b/lua-loadkit.changes index 9b71b3d..96b0abb 100644 --- a/lua-loadkit.changes +++ b/lua-loadkit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 18 15:52:35 UTC 2021 - Callum Farmer + +- Use %lua_provides macro for default lua versioning + ------------------------------------------------------------------- Mon Jul 6 19:04:09 UTC 2020 - Matej Cepl diff --git a/lua-loadkit.spec b/lua-loadkit.spec index 274f105..ab8f877 100644 --- a/lua-loadkit.spec +++ b/lua-loadkit.spec @@ -18,7 +18,7 @@ %define flavor @BUILD_FLAVOR@ %if "%{flavor}" == "test" -%define flavor lua51 +%define flavor lua54 %bcond_without test %else %bcond_with test @@ -35,6 +35,7 @@ Source: https://github.com/leafo/%{mod_name}/archive/v%{version}.tar.gz# BuildRequires: %{flavor}-devel Requires: %{flavor} BuildArch: noarch +%lua_provides %if %{with test} BuildRequires: %{flavor}-busted %endif