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

NCM::Component::spma::dnf does not honor repository option "module_hotfixes" #1684

Closed
ulrich1919 opened this issue May 7, 2024 · 0 comments · Fixed by #1685
Closed

NCM::Component::spma::dnf does not honor repository option "module_hotfixes" #1684

ulrich1919 opened this issue May 7, 2024 · 0 comments · Fixed by #1685
Milestone

Comments

@ulrich1919
Copy link
Contributor

Ensure the title of this issue starts with the component name followed by a colon, e.g.

ncm-spma:

The rhel8 host's profile has:
/software/repositories/0/module_hotfixes = true
...however the corresponding /etc/yum.repos.d/whatever.repo file does not include line "module_hotfixes=1"
This is due to the missing option "module_hotfixes" in
https://github.com/quattor/configuration-modules-core/blob/master/ncm-spma/src/main/perl/spma/dnf.pm#L312

If this is a bug report, remember to include:

  • The version of the component you are using (rpm -q $component)
    ncm-spma-23.6.0-1.noarch
  • What OS version you are using (/etc/redhat-release or similar):
    rhel8.9
  • Steps required to reproduce the problem:
    see above
  • Actual result versus expected result:
    see above
ulrich1919 added a commit to ulrich1919/configuration-modules-core that referenced this issue May 7, 2024
Add repository option "module_hotfixes"
@jrha jrha linked a pull request May 15, 2024 that will close this issue
@jrha jrha added this to the 24.3 milestone May 15, 2024
jrha added a commit that referenced this issue May 15, 2024
fixes #1684: NCM::Component::spma::dnf: Update dnf.pm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants