From 378700cee0b2a65f1732c8517339d44660f2bc7bc7549565d46dd61235baae18 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 23 Nov 2022 13:13:03 +0000 Subject: [PATCH] Accepting request 1037537 from Kernel:tools - Fix missing dependency on lua-macros (boo#1205612) OBS-URL: https://build.opensuse.org/request/show/1037537 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-ldoc?expand=0&rev=13 --- lua-ldoc.changes | 5 +++++ lua-ldoc.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lua-ldoc.changes b/lua-ldoc.changes index b4167ce..367b90c 100644 --- a/lua-ldoc.changes +++ b/lua-ldoc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 23 10:18:51 UTC 2022 - Michal Suchanek + +- Fix missing dependency on lua-macros (boo#1205612) + ------------------------------------------------------------------- Fri Feb 26 11:04:30 UTC 2021 - Callum Farmer diff --git a/lua-ldoc.spec b/lua-ldoc.spec index 47613ef..884dc63 100644 --- a/lua-ldoc.spec +++ b/lua-ldoc.spec @@ -1,7 +1,7 @@ # # spec file for package lua-ldoc # -# 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 @@ -27,8 +27,9 @@ Group: Development/Libraries/Other URL: https://github.com/stevedonovan/LDoc Source: https://github.com/stevedonovan/LDoc/archive/%{version}.tar.gz#/%{rname}-%{version}.tar.gz BuildRequires: %{flavor}-devel -BuildArch: noarch +BuildRequires: lua-macros Requires: %{flavor} +BuildArch: noarch %lua_provides %if "%{flavor}" == "" Name: lua-ldoc