Hi, I need access to some sites with weak certificates which openssl in F-21 rejects. So I've my openssl pinned to the F-20 builds installing security updates manual using "exclude=openssl*" in dnf.conf A couple of days ago I did some local builds in master branches, and installed the result on my system for testing, resulting in having fc22 packages installed. Doing a dnf distro-sync to rectify this, I got the following error: Error: package openssl-1:1.0.1i-3.fc21.x86_64 is not installable. package openssl-devel-1:1.0.1i-3.fc21.x86_64 is not installable. package openssl-libs-1:1.0.1i-3.fc21.x86_64 is not installable. package openssl-libs-1:1.0.1i-3.fc21.i686 is not installable Where as what I would expect, is for dnf to do the distro-sync, for all packages except for the openssl ones.
Ah, I see now that this is a dup of bug 1099342. *** This bug has been marked as a duplicate of bug 1099342 ***