Skip to content

Commit

Permalink
Merge pull request #289 from Fryguy/weak_deps
Browse files Browse the repository at this point in the history
Include weak dependencies of Ruby that we actually need
  • Loading branch information
bdunne authored Jul 11, 2022
2 parents b4e006d + b83bec6 commit 97aa8f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rpm_spec/subpackages/manageiq-core
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Summary: %{product_summary} Core

Requires: ruby
# Include weak dependencies of Ruby that we actually need
Requires: ruby-default-gems
Requires: rubygem-bigdecimal
Requires: rubygem-io-console
Requires: rubygem-irb

Requires: %{name}-gemset = %{version}-%{release}

Requires: ansible
Expand Down

0 comments on commit 97aa8f9

Please sign in to comment.