From f86f78ab0db174d10697d6ca1e65581757f91735be797003e20585938a6d1551 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 23 Nov 2022 13:13:10 +0000 Subject: [PATCH] Accepting request 1037539 from Kernel:tools - Fix missing dependency on lua-macros (boo#1205612) OBS-URL: https://build.opensuse.org/request/show/1037539 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-loadkit?expand=0&rev=12 --- lua-loadkit.changes | 5 +++++ lua-loadkit.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lua-loadkit.changes b/lua-loadkit.changes index 96b0abb..aca70a0 100644 --- a/lua-loadkit.changes +++ b/lua-loadkit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 23 10:19:58 UTC 2022 - Michal Suchanek + +- Fix missing dependency on lua-macros (boo#1205612) + ------------------------------------------------------------------- Thu Feb 18 15:52:35 UTC 2021 - Callum Farmer diff --git a/lua-loadkit.spec b/lua-loadkit.spec index ab8f877..6324c86 100644 --- a/lua-loadkit.spec +++ b/lua-loadkit.spec @@ -1,7 +1,7 @@ # # spec file for package lua-loadkit # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,8 +31,9 @@ License: MIT Group: Development/Libraries/Other URL: https://github.com/leafo/loadkit Source: https://github.com/leafo/%{mod_name}/archive/v%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz -# BuildRequires: %{flavor}-moonscript BuildRequires: %{flavor}-devel +# BuildRequires: %{flavor}-moonscript +BuildRequires: lua-macros Requires: %{flavor} BuildArch: noarch %lua_provides