use %patch -P N instead of deprecated %patchN
Related: RHEL-27904
This commit is contained in:
parent
ac862a874c
commit
ad0b61c6ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user