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

Bug 1911632: daemon/update: fix regression in realtime upgrades #2329

Merged
merged 1 commit into from
Jan 11, 2021

Commits on Jan 11, 2021

  1. Bug 1911632: daemon/update: fix regression in realtime upgrades

    During the extension refactor [1], the upgrade logic that installed the
    realtime kernel RPM's was lost. 'rpm-ostree' does not have the ability
    to do non-local replacements of installed overrides (the packages are
    shipped as a bona-fida repo). The cleanest method for handling the
    upgrade is to remove the override and the install the new ones; this
    avoids having to calculate the rpm dependencies.
    
    [1] openshift@adb9e70#diff-349c0748c3f52201852d3027c29daf618b45300b949482728df6666a3f9ba245R963
    Ben Howard committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    8405d53 View commit details
    Browse the repository at this point in the history