From 83b1895c7ca444868c73ed12cc22f72c1c413cc0 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 4 Nov 2015 12:32:02 +0100 Subject: [PATCH] keep f23 away from procprotext ipfwroot fprobe-ulog --- lxc.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lxc.mk b/lxc.mk index 6a115f60..c911c1fc 100644 --- a/lxc.mk +++ b/lxc.mk @@ -31,7 +31,7 @@ IN_NODEIMAGE += transforward # procprotect: root context module for protecting against weaknesses in /proc # ### remove procprotect from the nodes on f20 and above, needs more work starting with 3.19 -ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME),f20 f21 f22)" +ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME),f20 f21 f22 f23)" procprotect-MODULES := procprotect procprotect-SPEC := procprotect.spec ALL += procprotect @@ -43,7 +43,7 @@ endif # ### starting August 2015, ipfw module won't build against fedora22 # that comes with kernel 4.1.4 -ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME),f21 f22)" +ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME),f21 f22 f23)" ipfwroot-MODULES := ipfw ipfwroot-SPEC := planetlab/ipfwroot.spec ALL += ipfwroot @@ -130,7 +130,7 @@ IN_NODEIMAGE += codemux # fprobe-ulog # # xxx temporarily turning this off on f20 and above -ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME),f20 f21 f22)" +ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME),f20 f21 f22 f23)" fprobe-ulog-MODULES := fprobe-ulog fprobe-ulog-SPEC := fprobe-ulog.spec ALL += fprobe-ulog -- 2.43.0