Fix use of autosetup / autopatch macros.
See: http://rpm.org/user_doc/autosetup.html
This commit is contained in:
parent
e75b67457a
commit
3d5206894f
@ -429,8 +429,7 @@ for %{name}.
|
|||||||
tmphome="$(mktemp -d)"
|
tmphome="$(mktemp -d)"
|
||||||
gpgv2 --homedir "$tmphome" --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
gpgv2 --homedir "$tmphome" --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||||
%endif
|
%endif
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%autopatch -p1
|
|
||||||
|
|
||||||
%ifnarch %{complete_test_arches}
|
%ifnarch %{complete_test_arches}
|
||||||
# Simplify the test suite so it doesn't require qemu.
|
# Simplify the test suite so it doesn't require qemu.
|
||||||
|
Loading…
Reference in New Issue
Block a user