From d101ad39f2ef1b0e17e9b8473e411eab3aa791b71f9c4a665cfb23956492ec15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 31 May 2024 14:51:54 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main maven-resources-plugin revision adf126504d32d046d437f0bbf6e174a5 --- maven-resources-plugin.changes | 5 +++++ maven-resources-plugin.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/maven-resources-plugin.changes b/maven-resources-plugin.changes index 7161878..e628e04 100644 --- a/maven-resources-plugin.changes +++ b/maven-resources-plugin.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 21 06:02:59 UTC 2024 - Fridrich Strba + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Wed Sep 20 06:06:31 UTC 2023 - Fridrich Strba diff --git a/maven-resources-plugin.spec b/maven-resources-plugin.spec index 5bb5b82..6633c5c 100644 --- a/maven-resources-plugin.spec +++ b/maven-resources-plugin.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package maven-resources-plugin # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -85,7 +85,7 @@ API documentation for %{name}. %setup -q -n %{base_name}-%{version} %if %{with bootstrap} cp %{SOURCE1} build.xml -%patch0 -p1 +%patch -P 0 -p1 %endif # Remove all dependencies with scope test, since a raw xmvn does not hide them