mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-01 07:47:15 +00:00
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:
parent
a4912d69f1
commit
7318b4b660
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user