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 DNF5: Don't trigger filelists download if abs path to local RPM #1578

Merged

Conversation

jrohel
Copy link
Contributor

@jrohel jrohel commented Jul 5, 2024

If the path to the local package was specified absolutely (starting with '/'), filelists download was triggered.
Now, as in Goal, DNF5 checks if the path ends with the ".rpm" suffix. If it does, it is treated as the path to the local RPM package and filelists download is not triggered.

Closes: #1577

If the path to the local package was specified absolutely (starting with
'/'), filelists download was triggered.
Now, as in `Goal`, DNF5 checks if the path ends with the ".rpm" suffix.
If it does, it is treated as the path to the local RPM package and
filelists download is not triggered.
Copy link
Member

@m-blaha m-blaha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@m-blaha m-blaha added this pull request to the merge queue Jul 8, 2024
Merged via the queue into rpm-software-management:main with commit fd9c4cd Jul 8, 2024
6 of 16 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.

DNF5 Bug: Absolute path to local RPM package activates download of filelists
2 participants