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