X-Git-Url: http://git.onelab.eu/?p=build.git;a=blobdiff_plain;f=lxc.mk;h=f833283189cdc5588af2d659ab0891afe7f515cb;hp=0554e31c445c6b6164ff4ce60704fbec611ed0bd;hb=1f4f80e0c7dc71ef79614227c195139a56d1421e;hpb=698546dacd34e5c6499648da6dea7fcd8a14006c diff --git a/lxc.mk b/lxc.mk index 0554e31c..f8332831 100644 --- a/lxc.mk +++ b/lxc.mk @@ -24,7 +24,7 @@ IN_NODEIMAGE += lxc-userspace # with 4.19, the jprobe api has gone entirely # https://github.com/torvalds/linux/commit/4de58696de076d9bd2745d1cbe0930635c3f5ac9 # -ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f29)" +ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f29 f31)" # transforward-MODULES := transforward transforward-SPEC := transforward.spec @@ -171,8 +171,8 @@ 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), f29)" +# not trying too hard, we're mostly after the server-side of f29 and above +ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f29 f31)" # # sliver-openvswitch # @@ -385,7 +385,7 @@ ALL += release # so, let's keep this out of the way for now # 2019 mar 27: reinstating for hopefully connecting fed4fire # -#ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f27 f29)" +#ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f27 f29 f31)" sfa-MODULES := sfa sfa-SPEC := sfa.spec ALL += sfa