From a57f2eb49e8fca496d0df3bc703a4dcd22ef44b339d747312f39b0390e66501b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 23 Nov 2022 13:12:18 +0000 Subject: [PATCH] Accepting request 1037524 from Kernel:tools - Fix missing dependency on lua-macros (boo#1205612) OBS-URL: https://build.opensuse.org/request/show/1037524 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-argparse?expand=0&rev=10 --- lua-argparse.changes | 5 +++++ lua-argparse.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lua-argparse.changes b/lua-argparse.changes index 0c9a49f..a7cdb0c 100644 --- a/lua-argparse.changes +++ b/lua-argparse.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 23 10:12:59 UTC 2022 - Michal Suchanek + +- Fix missing dependency on lua-macros (boo#1205612) + ------------------------------------------------------------------- Thu Feb 11 09:25:21 UTC 2021 - Dominique Leuenberger diff --git a/lua-argparse.spec b/lua-argparse.spec index 31d2865..d722e69 100644 --- a/lua-argparse.spec +++ b/lua-argparse.spec @@ -1,7 +1,7 @@ # # spec file for package lua-argparse # -# 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 @@ -36,6 +36,9 @@ BuildRequires: %{flavor}-devel Requires: %{flavor} BuildArch: noarch %lua_provides +%if "%{flavor}" != "test" +BuildRequires: lua-macros +%endif %if "%{flavor}" == "" Name: lua-argparse ExclusiveArch: do_not_build