Remove deprecated %patchN syntax

[skip changelog]

Relates: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/5YUJWTUJK4JA26YP2VD46HOCQ6UZXMQD/
This commit is contained in:
Maxwell G 2024-01-12 21:09:56 +00:00
parent f79961c521
commit 25a9050dd0
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

View File

@ -109,21 +109,21 @@ The %{name}-tests package contains system tests for %{name}.
%if 0%{?fedora} %if 0%{?fedora}
%ifnarch ppc64 %ifnarch ppc64
%patch100 -p1 %patch -P100 -p1
%else %else
%patch101 -p1 %patch -P101 -p1
%endif %endif
%endif %endif
%if 0%{?rhel} %if 0%{?rhel}
%ifnarch ppc64 %ifnarch ppc64
%patch200 -p1 %patch -P200 -p1
%else %else
%patch201 -p1 %patch -P201 -p1
%endif %endif
%if 0%{?rhel} <= 9 %if 0%{?rhel} <= 9
%patch202 -p1 %patch -P202 -p1
%endif %endif
%endif %endif