]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: set --without-firewalld-zone in configure commandline for Fedora 30
authorLaine Stump <laine@laine.org>
Thu, 11 Apr 2019 16:53:54 +0000 (12:53 -0400)
committerLaine Stump <laine@laine.org>
Thu, 11 Apr 2019 18:29:31 +0000 (14:29 -0400)
commit65b08aff08df4eb9593620274e5a09e1b92f24aa
tree6f2c901c88f53474569d4b7064709315cb94059b
parentc05927b911c113e547a46d90f61ae6a806a44194
build: set --without-firewalld-zone in configure commandline for Fedora 30

The firewalld package in Fedora 30 didn't get support for rich rule
priorities, which is required by the libvirt zonefile that's installed
when the build is configured with --with-firewalld-zone, so we need to
set --without-firewalld-zone for that version of Fedora. The needed
feature is already upstream in firewalld, so it just needs another
upstream release to be there. Let's be optimistic and assume that will
happen prior to F31.

Resolves: https://bugzilla.redhat.com/1699051
Signed-off-by: Laine Stump <laine@laine.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: Eric Garver <eric@garver.life>
libvirt.spec.in