Remove deprecated %patchN syntax
[skip changelog] Relates: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/5YUJWTUJK4JA26YP2VD46HOCQ6UZXMQD/
This commit is contained in:
parent
f79961c521
commit
25a9050dd0
10
toolbox.spec
10
toolbox.spec
@ -109,21 +109,21 @@ The %{name}-tests package contains system tests for %{name}.
|
||||
|
||||
%if 0%{?fedora}
|
||||
%ifnarch ppc64
|
||||
%patch100 -p1
|
||||
%patch -P100 -p1
|
||||
%else
|
||||
%patch101 -p1
|
||||
%patch -P101 -p1
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel}
|
||||
%ifnarch ppc64
|
||||
%patch200 -p1
|
||||
%patch -P200 -p1
|
||||
%else
|
||||
%patch201 -p1
|
||||
%patch -P201 -p1
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel} <= 9
|
||||
%patch202 -p1
|
||||
%patch -P202 -p1
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user