adding a missing dep for libvirt on f20
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 8 Jan 2014 07:39:45 +0000 (08:39 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 8 Jan 2014 07:39:45 +0000 (08:39 +0100)
with this in place our libvirt still won’t build on f20, will try to use the stock version (1..1.3.2) instead

lxc.mk

diff --git a/lxc.mk b/lxc.mk
index 5fb7c65..55d5609 100644 (file)
--- a/lxc.mk
+++ b/lxc.mk
@@ -159,7 +159,7 @@ endif
 # strictly speaking fuse-devel is not required anymore but we might wish to turn fuse back on again in the future
 ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f18 f20)"
 libvirt-STOCK-DEVEL-RPMS += fuse-devel libssh2-devel dbus-devel numad 
-libvirt-STOCK-DEVEL-RPMS += systemd-devel libnl3-devel iptables-ipv6 
+libvirt-STOCK-DEVEL-RPMS += systemd-devel libnl3-devel iptables-ipv6 libgcrypt-devel
 endif
 libvirt-RPMFLAGS :=    --define 'packager PlanetLab'
 ALL += libvirt