From 16991243df33aeaa7a8d8388a4feca64429236e9 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 8 Jan 2014 08:39:45 +0100 Subject: [PATCH] =?utf8?q?adding=20a=20missing=20dep=20for=20libvirt=20on?= =?utf8?q?=20f20=20with=20this=20in=20place=20our=20libvirt=20still=20won?= =?utf8?q?=E2=80=99t=20build=20on=20f20,=20will=20try=20to=20use=20the=20s?= =?utf8?q?tock=20version=20(1..1.3.2)=20instead?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lxc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0