1
0

Accepting request 1037598 from devel:languages:lua

Forwarded request #1037554 from michals

- Fix missing dependency on lua-macros (boo#1205612)

OBS-URL: https://build.opensuse.org/request/show/1037598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-moonscript?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2022-11-24 11:23:53 +00:00 committed by Git OBS Bridge
commit 54b0b81a92
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 23 10:41:52 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
- Fix missing dependency on lua-macros (boo#1205612)
-------------------------------------------------------------------
Thu Feb 18 16:01:33 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>

View File

@ -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