Remove deprecated %patchN syntax
This commit is contained in:
parent
136627841e
commit
e94653c40e
@ -68,9 +68,9 @@ This package contains %{summary}.
|
|||||||
# the tests were moved outside of %%{modname} directory upstream after 2.8.2
|
# the tests were moved outside of %%{modname} directory upstream after 2.8.2
|
||||||
# so we apply the patch with new paths from within it
|
# so we apply the patch with new paths from within it
|
||||||
pushd %{modname}/test
|
pushd %{modname}/test
|
||||||
%patch1 -p2
|
%patch -P1 -p2
|
||||||
popd
|
popd
|
||||||
%patch2 -p2
|
%patch -P2 -p2
|
||||||
iconv --from=ISO-8859-1 --to=UTF-8 NEWS > NEWS.new
|
iconv --from=ISO-8859-1 --to=UTF-8 NEWS > NEWS.new
|
||||||
mv NEWS.new NEWS
|
mv NEWS.new NEWS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user