Skip to content

Commit

Permalink
FIX #112 Adding BuildArch to the spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Feb 6, 2014
1 parent 6d95423 commit 81fa4ad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ case class RpmSpec(meta: RpmMetadata,
sb append ("autoprov: %s\n" format meta.autoprov)
sb append ("autoreq: %s\n" format meta.autoreq)

sb append ("BuildRoot: %s\n\n" format rpmRoot.getAbsolutePath)
sb append ("BuildRoot: %s\n" format rpmRoot.getAbsolutePath)
sb append ("BuildArch: %s\n\n" format meta.arch)

sb append "%description\n"
sb append meta.description
Expand Down

0 comments on commit 81fa4ad

Please sign in to comment.