From 44b854670c2e6fc2bb67d3e2c06681b983d8874c1892414e2390d71e1cba660f Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 27 Mar 2025 21:22:23 +0000 Subject: [PATCH] Accepting request 1264738 from home:fstrba:maven Add missing dependency on junit OBS-URL: https://build.opensuse.org/request/show/1264738 OBS-URL: https://build.opensuse.org/package/show/Java:packages/lambda?expand=0&rev=3 --- lambda.changes | 5 +++++ lambda.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lambda.changes b/lambda.changes index 0d458be..5e5283c 100644 --- a/lambda.changes +++ b/lambda.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 27 21:22:02 UTC 2025 - Fridrich Strba + +- Add missing dependency on junit + ------------------------------------------------------------------- Sun Apr 16 13:05:23 UTC 2023 - Anton Shvetz diff --git a/lambda.spec b/lambda.spec index 4dee69d..7f35f38 100644 --- a/lambda.spec +++ b/lambda.spec @@ -1,7 +1,7 @@ # # spec file for package lambda # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,7 @@ URL: https://palatable.github.io/%{name}/ Source0: https://github.com/palatable/%{name}/archive/refs/tags/%{name}-%{version}.tar.gz BuildRequires: fdupes BuildRequires: maven-local +BuildRequires: mvn(junit:junit) BuildArch: noarch %description