make binrpm-pkg

Matthew Gillen me at mattgillen.net
Mon Aug 29 08:49:29 EDT 2005


Ed Hill wrote:
> On Sun, 2005-08-28 at 10:40 -0400, jbk wrote:
> 
>>I compiled a custom kernel using make binrpm-pkg for an i586 
>>configuration. The suffix on the package that was created is 
>>.i386. This did not have an effect on the installed kernel 
>>package, I just would like to know if there is a way to name 
>>the package correctly?
> ...
> The preferred RPM building methods for Fedora are either in your home
> directory with something like:
> 
>   yum install fedora-rpmdevtools
>   fedora-buildrpmtree
>   wget $URL_FOR_SRPM
>   rpmbuild --rebuild $SRPM

Try
  rpmbuild --rebuild --target=i686 $SRPM
to get the package named correctly (.i686.rpm)
--Matt



More information about the Discuss mailing list