-
Notifications
You must be signed in to change notification settings - Fork 92
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
Issue #326 #327
Issue #326 #327
Conversation
Convert all xattr strings to lower case to be compatible to Amazon S3 buckets.
Resolves: #326 |
The xattrs used by librepo to store checksums has been changed to lower case (see rpm-software-management/librepo#327). This adjusts tests depending on xattrs to pass with both variants.
This change requires adjustment in our integration tests suite. Here is the PR: rpm-software-management/ci-dnf-stack#1561 |
What's bothering me is why the It looks like the distribution version of librepo was used, not the one from this PR. Here the xattrs are checked and apparently they were stored with upper case Librepo:
|
Oh, there is already an issue for it: #303 |
The xattrs used by librepo to store checksums has been changed to lower case (see rpm-software-management/librepo#327). This adjusts tests depending on xattrs to pass with both variants.
Convert all xattr strings to lower case to be compatible to Amazon S3 buckets.