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