Accepting request 222443 from home:bfrogers:branches:Virtualization

Fixes bnc#864094, which was introduced a few days ago.

OBS-URL: https://build.opensuse.org/request/show/222443
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=184
This commit is contained in:
Bruce Rogers 2014-02-15 16:13:29 +00:00 committed by Git OBS Bridge
parent a42128a75e
commit 872c59b0ba
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Feb 15 15:46:54 UTC 2014 - brogers@suse.com
- Fix improperly formatted wrapper script (bnc#864094)
-------------------------------------------------------------------
Fri Feb 14 15:07:40 UTC 2014 - afaerber@suse.de

View File

@ -426,6 +426,8 @@ install -D -m 644 %{SOURCE302} $RPM_BUILD_ROOT/%{_sysconfdir}/qemu/bridge.conf
%endif
%ifarch %ix86 x86_64 s390x
cat > %{buildroot}%{_bindir}/qemu-kvm << 'EOF'
#!/bin/sh
%ifarch %s390x
exec /usr/bin/qemu-system-s390x -machine accel=kvm "$@"
%else

View File

@ -344,6 +344,8 @@ install -D -m 644 %{SOURCE302} $RPM_BUILD_ROOT/%{_sysconfdir}/qemu/bridge.conf
%endif
%ifarch %ix86 x86_64 s390x
cat > %{buildroot}%{_bindir}/qemu-kvm << 'EOF'
#!/bin/sh
%ifarch %s390x
exec /usr/bin/qemu-system-s390x -machine accel=kvm "$@"
%else