-
Notifications
You must be signed in to change notification settings - Fork 20
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
Rename gem to foreman_redhat_access #22
Comments
I would like to rename the plugin for other reasons as well, but this is a non-trivial change due to the ripple effects to downstream packaging. |
I'm not a packaging expert, but is there other problem than just adding Obsoletes definition to the spec? We needed to do similar thing when we renamed SCL. I think we should start working on that as part of transition to theforeman org. But meanwhile we can ship the plugin with current name. |
On the packaging side you can add Obsoletes so yum automatically migrates you to the new version without human interaction. I agree this doesn't have to be a blocker, we could even already package it with the new name and right provides. That would simplify the installer work a lot, though fixing #20 would probably also be good to do before integrating it in the installer. |
There is a bit of history that complicates things. |
That's good to know and in that case we should continue with packaging as it is now. |
The foreman plugin convention is
foreman_<name>
. Things are easier when this convention is followed. This mostly noticeable in the code needed in the installer, but just the visual aspect and searching for plugins in directories is easier.The text was updated successfully, but these errors were encountered: