Got it, thanks again! -----Original Message----- From: rpm-list-bounces@xxxxxxxxxx [mailto:rpm-list-bounces@xxxxxxxxxx] On Behalf Of Jos Vos Sent: Sunday, March 14, 2004 6:22 PM To: RPM Package Manager Subject: Re: rebuilding kernel RPMs On Sun, Mar 14, 2004 at 06:13:05PM +0200, Sherman, Yuval wrote: > I've tried it, it seems that for i686 3 kernels have been built > (regular,smp,bigmem). When running the same for i586 only the regular > kernel is created. Any idea what might be the reason for that? Yes, it's all in the spec file. In this case, the related lines are: %ifnarch i686 %define buildbigmem 0 %endif and: %ifarch i586 %define buildsmp 0 %endif You could change either of these if you want, but on your own risk, as RH does not support the other combinations and they may not all work. -- -- Jos Vos <jos@xxxxxx> -- X/OS Experts in Open Systems BV | Phone: +31 20 6938364 -- Amsterdam, The Netherlands | Fax: +31 20 6948204 _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list