From c03653183a43d24bd7e2d4d8017a8e29323307a74317feb029a280d35456aea6 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 15 Sep 2023 12:50:08 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/tycho?expand=0&rev=45 --- tycho.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tycho.spec b/tycho.spec index b2f26cd..029ba10 100644 --- a/tycho.spec +++ b/tycho.spec @@ -92,6 +92,8 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin) BuildRequires: mvn(org.apache.maven.surefire:maven-surefire-common) BuildRequires: mvn(org.apache.maven.surefire:surefire-api) +BuildRequires: mvn(org.apache.maven.surefire:surefire-junit3) +BuildRequires: mvn(org.apache.maven.surefire:surefire-testng-utils) BuildRequires: mvn(org.apache.maven:maven-archiver) BuildRequires: mvn(org.apache.maven:maven-compat) BuildRequires: mvn(org.apache.maven:maven-core) From 083251b26530e1f462bc706ddd451b3da0be1a80d4e31dc5e5b1892cf2024160 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 19 Sep 2023 11:38:38 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/tycho?expand=0&rev=46 --- tycho.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tycho.changes b/tycho.changes index 31267e3..32f252b 100644 --- a/tycho.changes +++ b/tycho.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 19 11:37:34 UTC 2023 - Fridrich Strba + +- Require explicitely artifacts that will not be required + automatically any more + ------------------------------------------------------------------- Thu Sep 14 04:19:53 UTC 2023 - Fridrich Strba