Extra package during build - noob question

Sorry for posting this basic question, but my google skills failed on this.

I have found a old rpm file and succeeded in modifying it to build a new version on my local machine. On build service it fails due to to that there is no unzip available.
On my local system I have extra-pkgs = unzip in ~/.oscrc

How/where do I specify extra packages needed to build root.


Regards
Klaus

Add


BuildRequires:  unzip

to spec file (and remove that extra-pkgs entry from local .oscrc).

AK

That solved it. Thank you.


Klaus