Hide Forgot
Created attachment 1145676 [details] dnf command output When upgrading kf5-framewokintegration from the updates-testing repository it is skipped due to conflicts. Using the --best --allowerasing options it asks to downgrade qt5 from 5.6.0 to 5.5.1
Odd, Qt 5.6.0 is still in -testing: https://bodhi.fedoraproject.org/updates/FEDORA-2016-d4c912d8a2 which includes kf5-frameworkintegration-5.21.0-1.fc23.1 (which is newer than what is referenced in your attachment)
Created attachment 1145677 [details] Installed qt5 packages
I installed qt5 5.6 from the updates-testing repository, check the attachment, and it is in the mirror that appears to me now: http://fedora.c3sl.ufpr.br/linux/updates/testing/23/x86_64/q/
I know, except your latest transaction did not include kf5-frameworkintegration-5.21.0-1.fc23.1 , which is required to get qt-5.6
For posterity, if anything like this happens again, try just: dnf --best (without --allowerasing). That will help highlight more precisely where the problem(s) are, and give important details in filing bugs (like here :) )
Created attachment 1145678 [details] dnf clean all
Even after dnf clean all the newest kf5-frameworkintegration does not show up. Check attachment
# dnf --enablerepo=updates-testing upgrade kf5\* --best Last metadata expiration check: 0:02:42 ago on Sun Apr 10 13:22:33 2016. Error: package kf5-frameworkintegration-5.21.0-1.fc23.x86_64 requires qt5-qtbase(x86-64) = 5.5.1, but none of the providers can be installed. package qt5-qtxmlpatterns-5.6.0-4.fc23.x86_64 requires libQt5Core.so.5(Qt_5)(64bit), but none of the providers can be installed (try to add '--allowerasing' to command line to replace conflicting packages)
All I can say is it seems repos are in an inconsistent state right now, I cannot explain why kf5-frameworkintegration-5.21.0-1.fc23.1 isn't there, but it should be. $ koji latest-pkg f23-updates kf5-frameworkintegration ... kf5-frameworkintegration-5.21.0-1.fc23 $ koji latest-pkg f23-updates-testing kf5-frameworkintegration ... kf5-frameworkintegration-5.21.0-1.fc23.1 I'll try to find out more details later today.
It is fixed for me now
Thanks