rpm-software-management / librepo

A library providing C and Python (libcURL like) API for downloading packages and linux repository metadata in rpm-md format
http://rpm-software-management.github.io/librepo/
GNU Lesser General Public License v2.1
74 stars 91 forks source link

Make error messages about repodata and rpm mismatch more user friendly #254

Closed kontura closed 2 years ago

kontura commented 2 years ago

This should help users to recognize the error is not on dnf side but instead on the server (in the repository).

kontura commented 2 years ago

I have added a simple test where you can also see the message in action: https://github.com/rpm-software-management/ci-dnf-stack/pull/1076