[CentOS] Mock - Problems building Centos5 package on Centos6 - where can I ask for advice ?

Thu Oct 6 14:57:16 UTC 2011
John Hodrien <J.H.Hodrien at leeds.ac.uk>

On Thu, 6 Oct 2011, Morgan Cox wrote:

> Hi.
>
> I am trying to use Mock to rebuild a .src.rpm file I have made for PHP 5.3.8
> (for Centos6)
>
> I have managed to install deps fine with mock.
>
> When I try to rebuild the package though I get.

BuildRequires are wrong, since this SRPM requires files that aren't being
pulled in.  Add BuildRequires to satisfy these missing requirements and it'll
work.

jh