]> git.ipfire.org Git - thirdparty/libvirt.git/commit
specfile: require libnl3 for Fedora >= 18 and RHEL >= 7 v0.10.0-rc2
authorLaine Stump <laine@laine.org>
Fri, 24 Aug 2012 21:57:42 +0000 (17:57 -0400)
committerDaniel Veillard <veillard@redhat.com>
Mon, 27 Aug 2012 02:18:25 +0000 (10:18 +0800)
commite9aaf806f1dcced41efeb1232b220d810855f104
tree8c6116204e8a59efa55d4028e0cca4f2dc6d9577
parent9cb9cbee960c8f09a7552f6b1ea66742bbbdaa17
specfile: require libnl3 for Fedora >= 18 and RHEL >= 7

Everything is ready in both netcf and libvirt to switch over to libnl3
in future releases of both Fedora and RHEL. This needs to be done more
or less simultaneously in both packages, though, because you can't mix
libnl1.1 and libnl3 in the same process (e.g. libvirtd using
libnl-3.so and libnetcf.so, while libnetcf.so uses libnl.so)

This patch does two things when fedora >= 18 || rhel >= 7):

  1) requires libnl3-devel
  2) requires netcf-devel-0.2.2 or greater

(the idea is that a similar patch is going into netcf's specfile, so
that when a build of netcf is done on F18 or later (or RHEL7 or later)
netcf will be guaranteed to be built with libnl3 rather than
libnl-1.1)
libvirt.spec.in