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(download): resolve dependencies for debuginfo and debugsource packages #539

Merged
merged 2 commits into from
Jun 10, 2024

Conversation

TheHillBright
Copy link
Contributor

Fixes #535 . Tested with debuginfo package libstdc++ on Fedora 40.

There're compatible interface changes to _get_packages_with_deps that removes the unused parameter source and now accepts set[Package] objects as input.

We hope to get a new release after this is merged and eventually available in Fedora 40. So, our effort to remove the current internal workaround is minimized.

CC @kontura

@pep8speaks
Copy link

pep8speaks commented Jun 7, 2024

Hello @TheHillBright! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2024-06-07 10:00:58 UTC

…kages

= changelog =
msg: download plugin now resolves dependencies for debuginfo and debugsource packages
type: bugfix
@kontura
Copy link
Contributor

kontura commented Jun 10, 2024

It looks good, thank you.
I will ask about the fedora release in the team.

@kontura kontura merged commit 2ad7d93 into rpm-software-management:master Jun 10, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dnf download with --debuginfo or --debugsource doesn't respect --resolve
3 participants