qemu-vanilla: Make spec-template file requirement arch-specific

The spec-template file looks for x86 specific
files irrespective of the arch on which
packaging is done for.

Fixes: #216

Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
This commit is contained in:
Nitesh Konkar 2018-10-05 20:23:39 +05:30
parent a4912d69f1
commit 7318b4b660

View File

@ -113,7 +113,11 @@ done
%defattr(-,root,root,-)
/usr/bin/qemu-vanilla-ga
/usr/bin/qemu-vanilla-pr-helper
%ifarch x86_64
/usr/bin/qemu-vanilla-system-x86_64
%else
/usr/bin/qemu-vanilla-system-ppc64
%endif
/usr/bin/virtfs-vanilla-proxy-helper
%dir /usr/libexec
%dir /usr/libexec/qemu-vanilla