Merge pull request #580 from egernst/qemu-vanilla-default

packages: update default VMM to qemu-vanilla
This commit is contained in:
Jose Carlos Venegas Munoz
2019-07-01 18:30:04 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ export GOPATH=/usr/src/packages/BUILD/go
export GOROOT=/usr/src/packages/BUILD/local/go
export DH_OPTIONS
export DEFAULT_QEMU=qemu-lite-system-x86_64
export DEFAULT_QEMU=qemu-vanilla-x86_64
GO_VERSION=@GO_VERSION@

View File

@@ -4,7 +4,7 @@
%global IMPORTNAME %{DOMAIN}/%{ORG}/%{PROJECT}
%global GO_VERSION @GO_VERSION@
%global DEFAULT_QEMU qemu-lite-system-x86_64
%global DEFAULT_QEMU qemu-vanilla-system-x86_64
%define LIBEXECDIR /usr/libexec