Gus Kenion 2024-02-21 10:56:10 +00:00 committed by Git OBS Bridge
parent aa6ad4f6f1
commit 7617a86373
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 21 10:56:08 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Fri Jan 12 11:37:59 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -67,7 +67,7 @@ Hotspot in JDK 1.4.
%prep
%setup -q
%patch0 -p1
%patch -P 0 -p1
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
# "src/java/addons_tests" does not exist