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

fix: rhel 9 deplist missing noarch packages #4287

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

emosbaugh
Copy link
Member

What this PR does / why we need it:

In filtering out packages for the x86 architecture we are also filtering out packages that are required for all architectures "noarch". This is causing preflights to miss packages.

2023-03-28 18:29:50+00:00 ⚙  Installing host packages containerd.io
2023-03-28 18:29:50+00:00 kURL containerd-1.6.19 Local Repo               297 kB/s | 1.8 kB     00:00    
2023-03-28 18:29:50+00:00 Error: 
2023-03-28 18:29:50+00:00  Problem: conflicting requests
2023-03-28 18:29:50+00:00   - nothing provides container-selinux >= 2:2.74 needed by containerd.io-1.6.19-3.1.el9.x86_64
2023-03-28 18:29:50+00:00 (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
2023-03-28 18:29:50+00:00 An error occurred on line 2479

@emosbaugh emosbaugh added the type::feature An enhancement to an existing add on or feature label Mar 28, 2023
@emosbaugh emosbaugh requested a review from a team as a code owner March 28, 2023 21:08
@emosbaugh emosbaugh merged commit 3ca4e34 into main Mar 28, 2023
@emosbaugh emosbaugh deleted the emosbaugh/sc-50954/fix-deplist-missing-noarch branch March 28, 2023 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::feature An enhancement to an existing add on or feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants