Accepting request 1147793 from home:dimstar:rpm4.20:a

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1147793
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-ivy?expand=0&rev=79
This commit is contained in:
Fridrich Strba 2024-02-20 12:54:30 +00:00 committed by Git OBS Bridge
parent 4a85183c0f
commit aef9a06cff
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 10:44:09 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Mon Oct 30 15:24:39 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -81,8 +81,8 @@ JavaDoc documentation for %{name}
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch -P 0 -p1
%patch -P 1 -p1
cp %{SOURCE2} pom.xml
@ -125,7 +125,7 @@ rm src/java/org/apache/ivy/plugins/resolver/SshResolver.java
%if %{with pack200}
%pom_add_dep io.pack200:pack200:14:provided
%patch2 -p1
%patch -P 2 -p1
%endif
%build