What i'm looking for is takeing a "vanilla" or "ck" patched kernel, building it myself and using "make rpm" to create the kernel.rpm. However that doesn't not create the source-code.rpm kernel and after the build is finished the buildsource isn't in the .spec like it is when the folks from fedora/redhat build the kernels. On Mon, 25 Oct 2004 11:24:20 +0200, Matias Féliciano <feliciano.matias@xxxxxxx> wrote: > Le lundi 25 octobre 2004 à 03:57 -0500, Justin Conover a écrit : > > > > Can some one give me some basic "extra's other than make rpm for > > kernels? Things like makeing the source-code rpm can you build with > > --target=i686. stuff like that. Any links out there. > > > > rpm -i kernel-2.6*.src.rpm > > replace "%define buildsource 0" by "%define buildsource 1" in > kernel-2.6.spec . > Build with "rpmbuild -bb --target noarch kernel-2.6.spec". > > > Thx, > > > > >