From b013f946488fe8d4c684d06d30a08cee8862367e Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Fri, 2 Jul 2021 18:08:34 -0400 Subject: [PATCH] spec: Drop use of %dnl macro It's not available on centos8 Signed-off-by: Cole Robinson --- qemu.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index ee74f14..08e6447 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1366,7 +1366,8 @@ run_configure \ --enable-werror \ %endif --enable-xkbcommon \ - %dnl Fedora specific flags + \ + \ --audio-drv-list=pa,sdl,alsa,try-jack,oss \ --target-list-exclude=moxie-softmmu \ --with-default-devices \