From: Thierry Parmentelat Date: Wed, 8 Jan 2014 07:39:45 +0000 (+0100) Subject: adding a missing dep for libvirt on f20 X-Git-Tag: before_libvirt_121~100 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=16991243df33aeaa7a8d8388a4feca64429236e9 adding a missing dep for libvirt on f20 with this in place our libvirt still won’t build on f20, will try to use the stock version (1..1.3.2) instead --- diff --git a/lxc.mk b/lxc.mk index 5fb7c656..55d5609a 100644 --- 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