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

Attempt to resolve duplicate RPMs #528

Merged
merged 2 commits into from
Oct 25, 2024
Merged

Attempt to resolve duplicate RPMs #528

merged 2 commits into from
Oct 25, 2024

Commits on Oct 18, 2024

  1. Attempt to resolve duplicate RPMs

    Case RE-652: If there are duplicate packages in the RPM database,
    certain steps during the ELevate process, such as running `yum update`,
    will fail, halting the process.
    
    In order to try to rectify this issue, use the distro-provided
    `package-cleanup --dupes` command to list inappropriate duplicate
    packages, sort packages of common name according to version and release,
    and carefully remove all but the penultimate package in each list from
    the RPM database.
    
    If YUM is still not able to untangle the remaining packages, users may
    restore the unmodified RPM database from the backup create and resolve
    the issues manually before continuing the ELevate process.
    
    Changelog: Attempt to resolve duplicate RPMs found prior to upgrade.
    Sloane Bernstein committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a1de293 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    56b3958 View commit details
    Browse the repository at this point in the history