You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same problem in DNF5 rpm-software-management/dnf5#1556. Because both projects use librepo.
Librepo uses libcurl. To set the username and password librepo uses the old libcurl API option CURLOPT_USERPWD.
Suggested fix:
Extend librepo API. The new librepo API will use the new libcurl API options CURLOPT_USERNAME and CURLOPT_PASSWORD.
Modify dnf5 to use the new librepo API.
The text was updated successfully, but these errors were encountered:
Same problem in DNF5 rpm-software-management/dnf5#1556. Because both projects use librepo.
Librepo uses libcurl. To set the username and password librepo uses the old libcurl API option CURLOPT_USERPWD.
Suggested fix:
Extend librepo API. The new librepo API will use the new libcurl API options CURLOPT_USERNAME and CURLOPT_PASSWORD.
Modify dnf5 to use the new librepo API.
The text was updated successfully, but these errors were encountered: