-
Notifications
You must be signed in to change notification settings - Fork 35
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
bump ovirt-imageio and virt-v2v dependencies #615
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good but please change the title - it's not about "kernel dependencies" but "ovirt-imageio dependencies"
@bkhizgiy please change the title of the commit message as well (not only the title of the PR) |
Signed-off-by: Bella Khizgiyaev <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@@ -100,21 +102,23 @@ rpmtree( | |||
"@glibc-common-0__2.34-82.el9.x86_64//rpm", | |||
"@glibc-devel-0__2.34-82.el9.x86_64//rpm", | |||
"@glibc-headers-0__2.34-82.el9.x86_64//rpm", | |||
"@glibc-langpack-tl-0__2.34-82.el9.x86_64//rpm", | |||
"@glibc-langpack-pt-0__2.34-82.el9.x86_64//rpm", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bazeldnf is needlessly switching between package alternatives, same for example for libcurl below. See here for how this was solved for virt-v2v images: https://github.com/kubev2v/forklift/blob/main/hack/virt-v2v-cold-rpm-deps.sh#L28
No description provided.