From 2541bc3b5d4b87cb39fa22cce461bef11fd01ed20eb5c1e5c57c058e655b9a40 Mon Sep 17 00:00:00 2001 From: Bruce Rogers Date: Wed, 2 Oct 2019 16:04:56 +0000 Subject: [PATCH] Accepting request 734657 from home:bfrogers:branches:Virtualization Indicate that our spec file needs bash as the shell OBS-URL: https://build.opensuse.org/request/show/734657 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=496 --- qemu.changes | 6 ++++++ qemu.spec | 2 ++ qemu.spec.in | 2 ++ 3 files changed, 10 insertions(+) diff --git a/qemu.changes b/qemu.changes index ce962a40..74ca1810 100644 --- a/qemu.changes +++ b/qemu.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 2 15:52:16 UTC 2019 - Bruce Rogers + +- Since our spec file has bashisms, include the following in the + spec file: %define _buildshell /bin/bash + ------------------------------------------------------------------- Wed Oct 2 13:36:46 UTC 2019 - Bruce Rogers diff --git a/qemu.spec b/qemu.spec index 7c1dea0b..a5d93637 100644 --- a/qemu.spec +++ b/qemu.spec @@ -18,6 +18,8 @@ # !! IMPORTANT !! See README.PACKAGING before modifying package in any way +%define _buildshell /bin/bash + %define build_in_tree 1 %define build_x86_firmware_from_source 0 %define build_skiboot_from_source 0 diff --git a/qemu.spec.in b/qemu.spec.in index 483e23f9..580495f8 100644 --- a/qemu.spec.in +++ b/qemu.spec.in @@ -18,6 +18,8 @@ # !! IMPORTANT !! See README.PACKAGING before modifying package in any way +%define _buildshell /bin/bash + %define build_in_tree 1 %define build_x86_firmware_from_source 0 %define build_skiboot_from_source 0