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 processing of download errors (RhBug: 2024527) #1818

Conversation

m-blaha
Copy link
Member

@m-blaha m-blaha commented Mar 14, 2022

Users with different than english locale are not able to update their
systems in case that some of updates are already downloaded in the dnf
cache (e.g. using dnf-automatic).

The error string is taken from librepo target where it is stored
untranslated. Therefore we need to compare untranslated versions of the
string.

= changelog =
msg: Fix download errors handling in non-english locales
type: bugfix
resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2024527

Users with different than english locale are not able to update their
systems in case that some of updates are already downloaded in the dnf
cache (e.g. using dnf-automatic).

The error string is taken from librepo target where it is stored
untranslated. Therefore we need to compare untranslated versions of the
string.

= changelog =
msg:           Fix download errors handling in non-english locales
type:          bugfix
resolves:      https://bugzilla.redhat.com/show_bug.cgi?id=2024527
@kontura kontura self-assigned this Mar 15, 2022
@kontura
Copy link
Contributor

kontura commented Mar 15, 2022

The Ansible failing tests are unrelated, thanks!

@kontura kontura merged commit 3e36c99 into rpm-software-management:master Mar 15, 2022
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.

2 participants