Well, I have a nice script that works. I called it rpmrb:
time rpm --rebuild --target i686 $1

so you just run rpmrb filename.src.rpm

(you can perfectly omitt "time" in the script)

-Manuel.

Gordon Messmer wrote:

> On Thu, 2002-03-14 at 13:04, Kjetil Tjensvold wrote:
> 
>>How do you compile unpack a sr.rpm.
>>rpm --rebuild --target i386 <fil> doesent work.
>>
> 
> As of some time ago... the order of arguments matters with --rebuild.  I
> believe you need to do:
> rpm --target i386 --rebuild <file>
> 
> 




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to