-
Notifications
You must be signed in to change notification settings - Fork 40
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
[Bug] - curl should require libcurl-full #772
Comments
I see the mistake I made. I swapped only curl and not libcurl.
|
Is the curl package dependencies not broken? If I swap from curl-minimal why does the
|
@daniejstriata All the other libraries were removed from the output for clarity:
What provides
If you run ldd output
However, since |
I thought that it would be simple to set curl to require libcurl and obsoletes libcurl-minimal and vice versa. |
The difficulty I think is with |
The likely thing would be that our packaging forked from Fedora before this change. It's probably worth a revisit, but we'd have to ensure compatibility with any setups that currently worked (ie had |
@daniejstriata what version of Fedora did you use for testing? I see the same behavior on
Swap
Verify:
Notice that Swap
Now |
I tested on FC40. |
Is your feature request related to a problem? Please describe.
I swapped out curl-minimal for curl.
As can be seen the libcurl package did not get changed as well. Can the requirements for curl and curl-minimal not require the appropriate library package?
swapping back:
The text was updated successfully, but these errors were encountered: