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
e26f745454
commit
48efc1e161
@ -39,13 +39,13 @@ BuildRequires: tpm2-tss-devel
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-rs-%{version}
|
%setup -q -n %{name}-rs-%{version}
|
||||||
%patch0 -p1
|
%patch -P0 -p1
|
||||||
%patch1 -p1
|
%patch -P1 -p1
|
||||||
%patch3 -p1
|
%patch -P3 -p1
|
||||||
%patch4 -p1
|
%patch -P4 -p1
|
||||||
|
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
%patch2 -p1
|
%patch -P2 -p1
|
||||||
%cargo_prep -V 1
|
%cargo_prep -V 1
|
||||||
%else
|
%else
|
||||||
%cargo_prep
|
%cargo_prep
|
||||||
|
Loading…
Reference in New Issue
Block a user