Hi,

On Mon, 2 Jun 2003, funtom wrote:

> How i can build form a kernel.source.rpm (update) i686 Binary rpm's on rhas 2.1 ?
> With "rpm -ba kernel-2.4.9.spec" i have only i386 rpm's.

There are two ways:

1. (shorter one) rpmbuild --rebuild --target i686 /path/to/src/rpm/x.src.rpm
2. (longer one) 
        rpm -ivh /path/to/src/rpm/x.src.rpm 
        rpmbuild -bb --target i686 /usr/src/redhat/specs/x.spec

If you do not have "rpmbuild" command; then install rpm-build package.

For other options; take a look at to man page of rpmbuild; and to 
www.rpm.org

Regards,
-- 
Devrim GUNDUZ
[EMAIL PROTECTED]                               [EMAIL PROTECTED] 
                        http://www.tdmsoft.com
                        http://www.gunduz.org




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to