Re: [Cooker] rpm --rebuild question

2002-11-23 Thread Lonnie Borntreger
On Sat, 2002-11-23 at 12:13, Luca Olivetti wrote: > I didn't check the 2.4.20 srpms, but with 2.4.19 you could do > rpm --rebuild --without up --with smp --without secure --without > enterprise --without BOOT --without doc --with source With your pointer, I checked the spec file and those options

Re: [Cooker] rpm --rebuild question

2002-11-23 Thread Luca Olivetti
Lonnie Borntreger wrote: If a src.rpm generates more than one rpm, can I specify which rpm to build? For example, the kernel--.src.rpm builds and packages the kernel 5 different ways, but I'm only interested in kernel-smp and kernel-source. How can I just build those two packages I want fro

Re: [Cooker] rpm --rebuild question

2002-11-23 Thread Olivier Thauvin
I don't think, because one build can depends on other one, and often 1 src.rpm do only one build, and result are split on many binaries rpm. Of course for kernel, there are 5 build, each package are really differents, but rpm can't know that when it start. Le Samedi 23 Novembre 2002 17:14, Lonn

[Cooker] rpm --rebuild question

2002-11-23 Thread Lonnie Borntreger
If a src.rpm generates more than one rpm, can I specify which rpm to build? For example, the kernel--.src.rpm builds and packages the kernel 5 different ways, but I'm only interested in kernel-smp and kernel-source.  How can I just build those two packages I want from the src.rpm? Thanks.