From 8a219a6d929104414e6ac12f5197c0129be0e61451bd6914990c416ad2fe197b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 23 Nov 2022 13:12:56 +0000 Subject: [PATCH] Accepting request 1037526 from Kernel:tools - Fix missing dependency on lua-macros (boo#1205612) OBS-URL: https://build.opensuse.org/request/show/1037526 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-dkjson?expand=0&rev=11 --- lua-dkjson.changes | 5 +++++ lua-dkjson.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lua-dkjson.changes b/lua-dkjson.changes index fa76587..a07d320 100644 --- a/lua-dkjson.changes +++ b/lua-dkjson.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 23 10:17:15 UTC 2022 - Michal Suchanek + +- Fix missing dependency on lua-macros (boo#1205612) + ------------------------------------------------------------------- Mon Dec 27 08:42:20 UTC 2021 - Matej Cepl diff --git a/lua-dkjson.spec b/lua-dkjson.spec index 60ab000..aaf8191 100644 --- a/lua-dkjson.spec +++ b/lua-dkjson.spec @@ -1,7 +1,7 @@ # # spec file for package lua-dkjson # -# 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 @@ -27,6 +27,7 @@ Group: Development/Libraries/Other URL: http://dkjson.org/ Source: http://dkolf.de/src/dkjson-lua.fsl/tarball/%{uptag}/dkjson.tar.gz BuildRequires: %{flavor}-devel +BuildRequires: lua-macros Requires: %{flavor} Requires: %{flavor}-lpeg BuildArch: noarch