turn off oml in f23
[build.git] / 00-DISTROS.md
1 Notes on modules that have been left behind while moving forward with the successive versinos of fedora
2
3 # Modules turned off in f23
4
5 ## `liboml`
6
7 * See `Makefile` for details on this one
8
9 * many of our modules exhibited an issue (see details in Makefile) an empty `debugfiles.list`
10
11 * so to work around that I added this line to `header.spec`
12
13 #
14             echo "%define debug_package %{nil}" >> $@
15
16 * Now with this in place `liboml` won't build anymore; I haven't tried *without* the patch yet with just `liboml`
17
18 * In any case to keep things simple and to move forward I am turning off liboml in the f23 builds and on.
19
20 # previous releases
21
22 ## `ipfw` 
23
24  * turned off in builds from f21 and on
25
26 ## `procprotect` 
27
28 * turned off in builds from f20 and on
29 ## `fprobe-ulog`
30
31 * turned off in builds from f20 an on
32