From: Thierry Parmentelat Date: Tue, 7 Jan 2014 17:21:19 +0000 (+0100) Subject: tweak libvirt dependencies with f20 X-Git-Tag: before_libvirt_121~101 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c4ecaaebdd0a795f53d15855779754c6b31d8ef0;p=build.git tweak libvirt dependencies with f20 --- diff --git a/lxc.mk b/lxc.mk index 47ccb5c7..5fb7c656 100644 --- a/lxc.mk +++ b/lxc.mk @@ -157,7 +157,7 @@ ifeq "$(DISTRONAME)" "f16" libvirt-STOCK-DEVEL-RPMS += libnl-devel libudev-devel endif # strictly speaking fuse-devel is not required anymore but we might wish to turn fuse back on again in the future -ifeq "$(DISTRONAME)" "f18" +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 endif