-
Notifications
You must be signed in to change notification settings - Fork 151
Add rubygem-smart_proxy_openbolt package #12706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add rubygem-smart_proxy_openbolt package #12706
Conversation
|
This fails because it depends on the ruby-concurrent gem. But I'm not sure how to proceed here. |
|
rubygem-concurrent-ruby is in EPEL9 \o/ |
We shouldn't depend on EPEL, but have packaged it ourselves. We have packaged 1.1.10. I'm not sure if we could update it. From https://github.com/theforeman/foreman-packaging/actions/runs/19091008446/job/54541589251 The job archives the Looks like this is because of dynflow (https://rubygems.org/gems/dynflow/versions/1.9.3) that has a specific pin on `~> 1.1.3``. Dynflow/dynflow#424 was opened a long time ago, so perhaps it's time to rebase that. |
cc57271 to
d4f73da
Compare
|
I tested around and the plugin smart_proxy_openbolt is compatible with concurrent-ruby 1.1.10. I released smart_proxy_openbolt 0.1.0, which depends now on concurrent-ruby 1.1.10, and run The ruby gem has the proper dependency: https://rubygems.org/gems/smart_proxy_openbolt/versions/0.1.0 |
|
It doesn't need to be in the spec file, no, it is a runtime dep and: |
ekohl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Late to the party, but could you follow up on my comment?
No description provided.