Op 18 jul. 2012 14:53 schreef "Raymond Pete" <rayandkate.rp@gmail.com> het volgende:
>
> Hi,
>
> I have a package which builds fine on my host, as I have my required rpm's installed. How do I install my dependencies in koji so the package compiles.
> For example, I need zlib-devel to be installed and lapack-devel
>
>
> Cheers,
>
> Ray
>
> --
> devel mailing list
> devel@lists.fedoraproject.org

Hello Ray,

You should add them to the Build-Requires line of the spec file.
Then koji (and mock) will download them before building.