..snip..
>
> Basically you regenerate the srpm on the architecture you're building
> on, and then run yum-builddep on it:
> 1) yumdownloader --source rpm
> 2) rpm -i rpm-4.8.1-5.fc14.src.rpm
> 3) rpmbuild -bs ~/rpmbuild/SPECS/rpm.spec
> 4) yum-builddep on the srpm resulting from step 3)
> 5) final
On 03/05/11 19:49, Jitesh Shah wrote:
> I am running Fedora-14 on my 32-bit machine
> $ uname -a
> Linux localhost.localdomain 2.6.35.9-64.fc14.i686.PAE #1 SMP Fri Dec 3
> 12:28:00 UTC 2010 i686 i686 i386 GNU/Linux
>
> I was trying to build rpm from source the other day, so I downloaded
> the rpm-s
I am running Fedora-14 on my 32-bit machine
$ uname -a
Linux localhost.localdomain 2.6.35.9-64.fc14.i686.PAE #1 SMP Fri Dec 3
12:28:00 UTC 2010 i686 i686 i386 GNU/Linux
I was trying to build rpm from source the other day, so I downloaded
the rpm-source using
$ yumdownloader --source rpm
which gave