From: Thierry Parmentelat Date: Sun, 8 Nov 2015 11:49:05 +0000 (+0100) Subject: turn off oml in f23 X-Git-Tag: 5.3.10~13 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=31ed3238f285c5a18d1d197e6315ce26e7536b63;p=build.git turn off oml in f23 --- diff --git a/00-DISTROS.md b/00-DISTROS.md new file mode 100644 index 00000000..de750d7c --- /dev/null +++ b/00-DISTROS.md @@ -0,0 +1,32 @@ +Notes on modules that have been left behind while moving forward with the successive versinos of fedora + +# Modules turned off in f23 + +## `liboml` + +* See `Makefile` for details on this one + +* many of our modules exhibited an issue (see details in Makefile) an empty `debugfiles.list` + +* so to work around that I added this line to `header.spec` + +# + echo "%define debug_package %{nil}" >> $@ + +* Now with this in place `liboml` won't build anymore; I haven't tried *without* the patch yet with just `liboml` + +* In any case to keep things simple and to move forward I am turning off liboml in the f23 builds and on. + +# previous releases + +## `ipfw` + + * turned off in builds from f21 and on + +## `procprotect` + +* turned off in builds from f20 and on +## `fprobe-ulog` + +* turned off in builds from f20 an on + diff --git a/lxc.mk b/lxc.mk index c911c1fc..e1beb529 100644 --- a/lxc.mk +++ b/lxc.mk @@ -385,6 +385,7 @@ IN_NODEIMAGE += pyplnet IN_MYPLC += pyplnet IN_BOOTCD += pyplnet +ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME),f23)" # # OML measurement library # @@ -392,6 +393,7 @@ oml-MODULES := oml oml-STOCK-DEVEL-RPMS += sqlite-devel oml-SPEC := liboml.spec ALL += oml +endif # # bootcd