Fix deprecated %patchN
This commit is contained in:
parent
2e07e95fe6
commit
c929974881
@ -383,11 +383,11 @@ mv build doc
|
|||||||
# Unpack qpid-proton
|
# Unpack qpid-proton
|
||||||
%setup -q -D -T -b 6
|
%setup -q -D -T -b 6
|
||||||
pushd ..
|
pushd ..
|
||||||
%patch0 -p1 -b .openssl-compatibility
|
%patch -P 0 -p1 -b .openssl-compatibility
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%patch1 -p1 -b .libcap-ng
|
%patch -P 1 -p1 -b .libcap-ng
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch sparc64
|
%ifarch sparc64
|
||||||
|
Loading…
Reference in New Issue
Block a user