koji build help

Ralf Corsepius rc040203 at freenet.de
Wed Jul 18 13:00:24 UTC 2012


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




More information about the devel mailing list