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

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1147804
OBS-URL: https://build.opensuse.org/package/show/Java:packages/avalon-logkit?expand=0&rev=44
This commit is contained in:
Fridrich Strba 2024-02-20 11:55:27 +00:00 committed by Git OBS Bridge
parent d264e6f1a0
commit 48c39e0285
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 10:46:39 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Thu Aug 31 07:59:59 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -61,11 +61,11 @@ API documentation for %{name}.
%prep
%setup -q
%patch0
%patch -P 0
cp %{SOURCE1} pom.xml
%patch1
%patch2 -p1
%patch3
%patch -P 1
%patch -P 2 -p1
%patch -P 3
# remove all binary libs
find . -name "*.jar" -delete