Paul Iadonisi wrote:
Methinks this code in the kernel spec file is backwards: =-=-= %define FC3 0 %define FC4 1 %define buildup 1 %define buildsmp 1 %if %{FC4} %define buildxen 0 %endif =-=-=
Not sure if anyone cares, but I had to add: %if %{FC4} %define buildxen 1 %else %define buildxen 0 %endif to build on FC3. Complained about no "buildxen" symbol.