Fix error when using CURL.
This update has been submitted for testing by nalimilan.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
Incorrectly provides "libssh2.so.1()(64bit)".
Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.
I can confirm. This is not good - either julia should not bundle libssh2.so, or the package should filter out the generated Provides.
Right now, this is possible, when it really shouldn't be:
sudo dnf swap libssh2 julia
This is really an issue when composing image via rpm-ostree, and I get:
Removed: gmp-1:6.2.1-8.fc40.x86_64 libssh2-1.11.0-4.fc40.x86_64 mbedtls-2.28.8-1.fc40.x86_64 Added: dSFMT-2.2.3-23.fc40.x86_64 julia-1.11.0-8.beta1.fc40.x86_64 julia-common-1.11.0-8.beta1.fc40.noarch openblas-threads64_-0.3.26-4.fc40.x86_64 openlibm-0.7.5-8.fc40.x86_64 suitesparse64_-7.6.0-1.fc40.x86_64
And leads to an unusable system without /usr/lib64/libgmp.so.*
/usr/lib64/libgmp.so.*
Suggestion: add
%global __provides_exclude_from /regex/to/match/unexported/libs.so
to your spec file
This update has been obsoleted.
refs: https://docs.fedoraproject.org/en-US/packaging-guidelines/AutoProvidesAndRequiresFiltering/
Please login to add feedback.
Confirm request to re-trigger tests.
This update has been submitted for testing by nalimilan.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
Incorrectly provides "libssh2.so.1()(64bit)".
Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.
I can confirm. This is not good - either julia should not bundle libssh2.so, or the package should filter out the generated Provides.
Right now, this is possible, when it really shouldn't be:
sudo dnf swap libssh2 julia
This is really an issue when composing image via rpm-ostree, and I get:
And leads to an unusable system without
/usr/lib64/libgmp.so.*
Suggestion: add
to your spec file
This update has been obsoleted.
refs: https://docs.fedoraproject.org/en-US/packaging-guidelines/AutoProvidesAndRequiresFiltering/