Skip to content

Commit

Permalink
Merge pull request ManageIQ#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

(cherry picked from commit 97aa8f9)
Modified to remove ruby-default-gems since that does not exist in this version
  • Loading branch information
bdunne committed Jul 10, 2024
1 parent ff4de27 commit dd5f551
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rpm_spec/subpackages/manageiq-core
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Summary: %{product_summary} Core

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

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

Requires: ansible >= 5, ansible < 6
Expand Down

0 comments on commit dd5f551

Please sign in to comment.