From 0b7f6589e23df5185059fe74799b15996063b11ec819724e8b5ca440aff3760f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 23 Nov 2022 13:15:08 +0000 Subject: [PATCH] Accepting request 1037554 from Kernel:tools - Fix missing dependency on lua-macros (boo#1205612) OBS-URL: https://build.opensuse.org/request/show/1037554 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-moonscript?expand=0&rev=16 --- lua-moonscript.changes | 5 +++++ lua-moonscript.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lua-moonscript.changes b/lua-moonscript.changes index e018988..99eb3c2 100644 --- a/lua-moonscript.changes +++ b/lua-moonscript.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 23 10:41:52 UTC 2022 - Michal Suchanek + +- Fix missing dependency on lua-macros (boo#1205612) + ------------------------------------------------------------------- Thu Feb 18 16:01:33 UTC 2021 - Callum Farmer diff --git a/lua-moonscript.spec b/lua-moonscript.spec index a58a1e2..1d06480 100644 --- a/lua-moonscript.spec +++ b/lua-moonscript.spec @@ -1,7 +1,7 @@ # # spec file for package lua-moonscript # -# 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 @@ -38,6 +38,7 @@ BuildRequires: %{flavor}-devel BuildRequires: %{flavor}-loadkit BuildRequires: %{flavor}-lpeg >= 0.10 BuildRequires: %{flavor}-luafilesystem >= 1.5 +BuildRequires: lua-macros Requires: %{flavor} Requires: %{flavor}-alt-getopt Requires: %{flavor}-argparse