Skip to content

Commit

Permalink
Merge pull request #156 from sbt/wip/rpm-spec-buildarch
Browse files Browse the repository at this point in the history
FIX #112 Adding BuildArch to the spec file
  • Loading branch information
jsuereth committed Feb 6, 2014
2 parents bb8d1d9 + 81fa4ad commit c73a96a
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 c73a96a

Please sign in to comment.