-
Notifications
You must be signed in to change notification settings - Fork 99
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
Add --allmirros option for dnf download --url
#1735
Add --allmirros option for dnf download --url
#1735
Conversation
We were not able to find or create Copr project
Unless the HTTP status code above is >= 500, please check your configuration for:
|
b8bea5c
to
51755a2
Compare
51755a2
to
13d3c7c
Compare
13d3c7c
to
95159d2
Compare
95159d2
to
17a0ed3
Compare
17a0ed3
to
64da8df
Compare
Now, when you renamed the option, also please update a title of this commit. |
dnf download --url
dnf download --url
64da8df
to
1d30441
Compare
This is also done |
1d30441
to
5a7713b
Compare
@ppisar Fedora 39 unittests failed because of missing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good. The F39 test failure is unrelated.
e93df4a
The "dnf5: error while loading shared libraries: libfmt.so.10: cannot open shared object file: No such file or directory" error should not happen because Fedora 39 latest fmt package is fmt-10.0.0-3.fc39 which delivers /usr/lib64/libfmt.so.10 file. The package is in the release repositories since the very beginning of Fedora 39. The error looks more like a corrupted container. |
Thank you very much for the explanation and thanks for the PR review. |
I reproduced it. The cause is condor-23.9.6-1.fc39.x86_64 package that RPM-provides libfmt.so.10()(64bit), but does not actually install that library. I reported a bug against condor https://bugzilla.redhat.com/show_bug.cgi?id=2315859. |
resolves: #1734