From e65bbe3b55f554a20718bae27903fd0f85559d4c Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Jan 06 2014 17:35:34 +0000 Subject: spec: Fix some --without conditionals (bz 1048476) --- diff --git a/qemu.spec b/qemu.spec index f6c9593..c5bf93a 100644 --- a/qemu.spec +++ b/qemu.spec @@ -795,9 +795,13 @@ dobuild() { --enable-tpm \ %if 0%{?have_spice:1} --enable-spice \ +%else + --disable-spice \ %endif %if 0%{?have_seccomp:1} --enable-seccomp \ +%else + --disable-seccomp \ %endif %if %{without rbd} --disable-rbd \