]> git.ipfire.org Git - thirdparty/libvirt.git/commit
spec: require xen-devel for libxl driver
authorEric Blake <eblake@redhat.com>
Sat, 29 Jun 2013 20:50:14 +0000 (14:50 -0600)
committerEric Blake <eblake@redhat.com>
Sat, 29 Jun 2013 20:56:05 +0000 (14:56 -0600)
commit3a214482ec07be65adcfa9d8e08ad55a333589bb
tree3a421c6003c94f921ed8432bb7d5aed5ef94ae71
parent79e9a2247a2991b3db47fcea4bcf38e9e006d3ec
spec: require xen-devel for libxl driver

When using 'rpmbuild --define "_without_xen 1"', but on a new enough
Fedora where %{with_libxl} still gets set to 1 by default, the
build dependencies were incomplete, which could result in 'make rpm'
failing because ./configure failed to build the libxl driver.

* libvirt.spec.in (BuildRequires): Fix xen-devel condition.

Signed-off-by: Eric Blake <eblake@redhat.com>
libvirt.spec.in