From b0a219a7e432e025d1016b24f84b3b69e0e50caafd7a601b75bfd3573b466b2c Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 7 Mar 2022 10:57:51 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-plugin-tools?expand=0&rev=24 --- maven-plugin-plugin-bootstrap.spec | 4 ++-- maven-plugin-plugin.spec | 2 +- maven-plugin-tools.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/maven-plugin-plugin-bootstrap.spec b/maven-plugin-plugin-bootstrap.spec index 4406f26..bcff3b5 100644 --- a/maven-plugin-plugin-bootstrap.spec +++ b/maven-plugin-plugin-bootstrap.spec @@ -1,7 +1,7 @@ # -# spec file for package maven-plugin-plugin-bootstrap +# spec file # -# 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 diff --git a/maven-plugin-plugin.spec b/maven-plugin-plugin.spec index a94dbb2..7c50c80 100644 --- a/maven-plugin-plugin.spec +++ b/maven-plugin-plugin.spec @@ -1,7 +1,7 @@ # # spec file for package maven-plugin-plugin # -# 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 diff --git a/maven-plugin-tools.spec b/maven-plugin-tools.spec index ed92df1..1afa02c 100644 --- a/maven-plugin-tools.spec +++ b/maven-plugin-tools.spec @@ -1,7 +1,7 @@ # # spec file for package maven-plugin-tools # -# 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 @@ -35,7 +35,7 @@ BuildRequires: bsh2 BuildRequires: fdupes BuildRequires: google-guice BuildRequires: guava -BuildRequires: java-1_8_0-openjdk-devel +BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local BuildRequires: jdom2 BuildRequires: jtidy From feb672e1d84242c5ab1d7eea29855b48435f5afbd0f9db87bcc41da0a540ef99 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 7 Mar 2022 11:19:30 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-plugin-tools?expand=0&rev=25 --- maven-plugin-tools.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/maven-plugin-tools.changes b/maven-plugin-tools.changes index 1a3c239..81e06b4 100644 --- a/maven-plugin-tools.changes +++ b/maven-plugin-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 7 11:01:23 UTC 2022 - Fridrich Strba + +- Do not force building with java-1_8_0-openjdk, since the package + builds just fine with higher versions. + ------------------------------------------------------------------- Tue May 11 15:18:26 UTC 2021 - Fridrich Strba