use %patch -P N instead of deprecated %patchN

Related: RHEL-27904
This commit is contained in:
Zuzana Miklankova 2024-03-04 15:44:41 +01:00
parent ac862a874c
commit ad0b61c6ab
No known key found for this signature in database
GPG Key ID: 46A18EF4D17103A0

View File

@ -66,7 +66,7 @@ This package contains the API Documentation for %{name}.
%prep
%setup -c -q
%patch0 -p1
%patch -P 0 -p1
# remove any binary libs
find -type f \( -name "*.jar" -or -name "*.class" \) | xargs rm -f