-
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
-
AW: Extra package during build - noob question
Add
Code:
BuildRequires: unzip
to spec file (and remove that extra-pkgs entry from local .oscrc).
AK
-
Re: AW: Extra package during build - noob question

Originally Posted by
Akoellh
Add BuildRequires:
AK
That solved it. Thank you.
--
Klaus
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks