From: parmentelat Date: Tue, 4 Dec 2018 08:28:37 +0000 (+0100) Subject: taking sliver-openvswitch out of fedora29 X-Git-Tag: py3ok~45 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=b04553ca8a5058ec73ddc08a1e8d7fea57e91d98 taking sliver-openvswitch out of fedora29 --- diff --git a/lxc.mk b/lxc.mk index 07aa552f..4832a290 100644 --- a/lxc.mk +++ b/lxc.mk @@ -268,6 +268,9 @@ bind_public-SPEC := bind_public.spec IN_SLICEIMAGE += bind_public ALL += bind_public +# in fedora 29, this triggers nasty-looking compile messages +# not trying too hard, we're mostly after the server-side of f29 +ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME),f23 f24 f25 f27 f29)" # # sliver-openvswitch # @@ -275,6 +278,7 @@ sliver-openvswitch-MODULES := sliver-openvswitch sliver-openvswitch-SPEC := sliver-openvswitch.spec IN_SLICEIMAGE += sliver-openvswitch ALL += sliver-openvswitch +endif # # plcapi