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