From db627daf5043c6b27fd67b99d40f529f32a1318a79b2a5d913ce727faa666965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fridrich=20=C5=A0trba?= Date: Wed, 12 Nov 2025 08:46:51 +0100 Subject: [PATCH] Fix build with maven-jar-plugin 3.5.0 --- jnr-process.changes | 5 +++++ jnr-process.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/jnr-process.changes b/jnr-process.changes index fec440f..3008020 100644 --- a/jnr-process.changes +++ b/jnr-process.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 12 07:46:42 UTC 2025 - Fridrich Strba + +- Fix build with maven-jar-plugin 3.5.0 + ------------------------------------------------------------------- Tue Sep 19 11:04:00 UTC 2023 - Fridrich Strba diff --git a/jnr-process.spec b/jnr-process.spec index 47dc11f..331b9eb 100644 --- a/jnr-process.spec +++ b/jnr-process.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package jnr-process # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -51,6 +51,8 @@ This package contains the API documentation for %{name}. %pom_remove_plugin :maven-javadoc-plugin +%pom_xpath_remove 'pom:plugin[pom:artifactId="maven-jar-plugin"]/pom:executions' + %{mvn_file} : %{cluster}/%{name} %build -- 2.51.1