Thanks for all the fast replies. Build successful

Cheers,

Ray

On Wed, Jul 18, 2012 at 9:00 AM, Ralf Corsepius <rc040203@freenet.de> wrote:
On 07/18/2012 02:53 PM, Raymond Pete wrote:
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

Add a BuildRequires: <package>-devel for each of these to your rpm-spec.

In your example, you will want to add
BuildRequires: zlib-devel
BuildRequires: lapack-devel

Ralf