Skip to content

Commit

Permalink
Fix RPM builds to work with top-level Gemfile changes (#1327)
Browse files Browse the repository at this point in the history
* Fix RPM builds to work with top-level Gemfile changes

* Add changelog entry
  • Loading branch information
treydock authored Aug 11, 2021
1 parent e6734e8 commit ebefd78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.0.15] - 2021-08-11

### Fixed

- Fix RPM builds to work with top-level Gemfile changes

## [2.0.14] - 2021-08-10

### Fixed
Expand Down
1 change: 1 addition & 0 deletions packaging/ondemand.spec
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ set -x
set -e
export GEM_HOME=$(pwd)/gems-build
export GEM_PATH=$(pwd)/gems-build:$GEM_PATH
bundle install
rake --trace -mj%{ncpus} build
EOS

Expand Down

0 comments on commit ebefd78

Please sign in to comment.