]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rpm: remove with_bash_completion condition
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 28 Oct 2020 12:24:38 +0000 (12:24 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 29 Oct 2020 17:15:47 +0000 (17:15 +0000)
commita44f4f372615add1382014703965d83ffe071aa2
tree4389eef4de12c6bc3d3fc2fe2841f1dc81d497f8
parentb87cfc957f57c1d9f7e5bf828ee4b23972085991
rpm: remove with_bash_completion condition

The %meson macro sets "--auto-features=enabled", thus any feature in the
RPM which has a "with_XXX" condition, needs to explicitly pass a
"-DXXX=state" arg to %meson to override the auto features setting.

The with_bash_completion condition is always set to 1, so rather than
adding an arg to %meson, just remove the condition.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
libvirt.spec.in