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

runtime-install: exclude renamed iwl firmware packages #1332

Merged
merged 1 commit into from
Jul 10, 2023

Commits on Jul 4, 2023

  1. runtime-install: exclude renamed iwl firmware packages

    @pbrobinson renamed the Intel wireless firmware packages in
    the 20230625 build of linux-firmware. This causes installer
    image builds to fail because they want to pull in the old packages
    from the release repo because they fall in the "*-firmware" glob,
    but those packages are now obsoleted by the newer ones from
    updates/updates-testing, and dnf doesn't like that. This should
    resolve the problem by specifically excluding all the renamed
    packages from the glob. Of course, this change must go along
    with the newer linux-firmware package, or else you'll get an
    image that's missing a lot of wireless firmware.
    
    Signed-off-by: Adam Williamson <[email protected]>
    AdamWill committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    b0e04f4 View commit details
    Browse the repository at this point in the history