spec: Fix some --without conditionals (bz 1048476)

This commit is contained in:
Cole Robinson 2014-01-06 12:34:57 -05:00
parent c4896d008b
commit e65bbe3b55

View File

@ -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 \