SHA256
1
0
forked from pool/apache-ivy

Accepting request 1147962 from Java:packages

OBS-URL: https://build.opensuse.org/request/show/1147962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-ivy?expand=0&rev=25
This commit is contained in:
Ana Guerrero 2024-02-21 16:52:08 +00:00 committed by Git OBS Bridge
commit c464188235
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