Gus Kenion 2024-02-21 10:53:09 +00:00 committed by Git OBS Bridge
parent b30dcd4c86
commit c99029d6be
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 21 10:53:07 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Thu Feb 15 14:23:14 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -76,7 +76,7 @@ This package contains javadoc for %{base_name}.
%prep
%setup -q -n %{base_name}-%{version} -a1
%patch0 -p1
%patch -P 0 -p1
cp %{SOURCE2} %{base_name}-core/pom.xml
cp %{SOURCE3} %{base_name}-java/pom.xml