Skip to content
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

Update rubygem-foreman_rh_cloud to 10.0.2 #11281

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

chris1984
Copy link
Member

@chris1984 chris1984 commented Sep 20, 2024

We had to pin against katello 4.14 which was not GA yet with this PR since we were pulling in an older version of Katello which was causing tests to fail and not having the convert2rhel Katello PR.

Shim suggested we pin this way since we were still in RC mode for Katello 4.14 and he said this would pull in the pre release gems.

Let me know if you want me to just remove it out of the specfile so it builds correctly, or we need a new gem with it either pinned in a better way or removed from the gemspec now that Katello 4.14.0 is GA

@pr-processor pr-processor bot added Not yet reviewed RPM Stable branch PRs that are opened against a stable branch. Usually a cherry pick labels Sep 20, 2024
@@ -30,7 +30,7 @@ BuildRequires: ruby < 4
BuildRequires: rubygems-devel
BuildRequires: rubygem(foreman_ansible)
BuildRequires: rubygem(foreman-tasks)
BuildRequires: rubygem(katello)
BuildRequires: rubygem(katello) >= 4.14.0.rc1.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No matching package to install: 'rubygem(katello) >= 4.14.0.rc1.1'

That's not an RPM version definition, but Ruby, and RPM gets confused by that. (4.14.0.rc1.1 is "bigger" than 4.14.0 which we have).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am guessing I need to a make a new gem with it pinned correctly in the gem spec?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging as such doesn't look inside the gem.
So editing it here to just read >= 4.14.0 should be perfectly fine.
(And then update it in the gem whenever you do the next release)

@evgeni evgeni merged commit a2d62f2 into theforeman:rpm/3.12 Sep 23, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RPM Stable branch PRs that are opened against a stable branch. Usually a cherry pick
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants