d768f3c Pull in libcurl-minimal if installing curl-minimal

Authored and Committed by zbyszek 2 years ago
1 file changed. 5 lines added. 1 lines removed.
    Pull in libcurl-minimal if installing curl-minimal
    
    curl-minimal has an automatically generated dependency on libcurl.so.4(), so it'd
    pull in either libcurl or libcurl-minimal. Let's make the second one preferred.
    
    $ sudo dnf install --releasever=rawhide --installroot=/var/tmp/f36-test --setopt install_weak_deps=False curl-minimal
    ...
    Total download size: 21 M
    Installed size: 64 M
    
    $ sudo dnf install --releasever=rawhide --installroot=/var/tmp/f36-test --setopt install_weak_deps=False curl-minimal libcurl-minimal
    ...
    Total download size: 18 M
    Installed size: 57 M
    
        
file modified
+5 -1