Accepting request 1148603 from Java:packages

rpm 4.20 compat

OBS-URL: https://build.opensuse.org/request/show/1148603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-artifact-transfer?expand=0&rev=8
This commit is contained in:
Ana Guerrero 2024-02-21 17:00:13 +00:00 committed by Git OBS Bridge
commit 4e01dfe8ed
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 21 10:49:44 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Wed Sep 6 22:19:42 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package maven-artifact-transfer
#
# 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
@ -69,9 +69,9 @@ This package provides %{summary}.
%prep
%setup -q
cp %{SOURCE1} build.xml
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch -P 0 -p1
%patch -P 1 -p1
%patch -P 2 -p1
%pom_remove_plugin :maven-shade-plugin
%pom_remove_plugin :apache-rat-plugin