From 9c6304f58ad55963b259d9fad911a7bcc9c6707dc9a38785e86b1d033d4b328a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 23 Nov 2022 13:14:31 +0000 Subject: [PATCH] Accepting request 1037549 from Kernel:tools - Fix missing dependency on lua-macros (boo#1205612) OBS-URL: https://build.opensuse.org/request/show/1037549 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luasystem?expand=0&rev=12 --- lua-luasystem.changes | 5 +++++ lua-luasystem.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lua-luasystem.changes b/lua-luasystem.changes index 31da04c..da2a63d 100644 --- a/lua-luasystem.changes +++ b/lua-luasystem.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 23 10:36:55 UTC 2022 - Michal Suchanek + +- Fix missing dependency on lua-macros (boo#1205612) + ------------------------------------------------------------------- Thu Feb 11 09:51:45 UTC 2021 - Dominique Leuenberger diff --git a/lua-luasystem.spec b/lua-luasystem.spec index 80455e3..962c9de 100644 --- a/lua-luasystem.spec +++ b/lua-luasystem.spec @@ -1,7 +1,7 @@ # # spec file for package lua-luasystem # -# Copyright (c) 2021 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 @@ -26,6 +26,7 @@ License: MIT URL: https://github.com/o-lim/luasystem Source: https://github.com/o-lim/luasystem/archive/v%{upversion}.tar.gz#/%{mod_name}-%{upversion}.tar.gz BuildRequires: %{flavor}-devel +BuildRequires: lua-macros Requires: %{flavor} %lua_provides %if "%{flavor}" == ""