aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaine Stump <laine@laine.org>2012-09-04 13:05:54 -0400
committerLaine Stump <laine@laine.org>2012-09-05 14:35:04 -0400
commit89810fc42360adf0e76507e0f8051f2ab2b116a3 (patch)
tree4e710970a015ac8caa10b3e05591c63aa8e35ad6 /libvirt.spec.in
parentbuild: don't fail when xsltproc is missing (diff)
downloadlibvirt-89810fc42360adf0e76507e0f8051f2ab2b116a3.tar.gz
libvirt-89810fc42360adf0e76507e0f8051f2ab2b116a3.tar.bz2
libvirt-89810fc42360adf0e76507e0f8051f2ab2b116a3.zip
build: require netcf-0.2.2 when installing on Fedora18+
A previous patch forced libnl-3 and netcf-0.2.2 (which itself requires libnl-3) when *building* for Fedora 18+ (and RHEL 7+), but the install-time Requires: for netcf has always been implicit due to libvirtd linking with libnetcf.so. However, the since the API of netcf didn't change when it was rebuilt to use libnl-3, the internal library version didn't change either, making it possible (from rpm's point of view) to upgrade libvirt without upgrading netcf (in reality, that leads to a segfault - see https://bugzilla.redhat.com/show_bug.cgi?id=853381). The solution is to put an explicit Requires: line in libvirt's specfile for fedora >= 18 and rhel >= 7.
Diffstat (limited to 'libvirt.spec.in')
-rw-r--r--libvirt.spec.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvirt.spec.in b/libvirt.spec.in
index 523ac0ad1..044b00f60 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -589,6 +589,9 @@ Requires: iptables-ipv6
%if %{with_nwfilter}
Requires: ebtables
%endif
+%if %{with_netcf} && (0%{?fedora} >= 18 || 0%{?rhel} >= 7)
+Requires: netcf-libs >= 0.2.2
+%endif
# needed for device enumeration
%if %{with_hal}
Requires: hal