It looks like there's an old facter package installed which is a dependency pulled in by puppet. The interesting thing here is that the package references *f23* which has never been installed on this VM.
Here are the packages returned by the rpm command. [root@git ~]# rpm -qa|grep -vE '\.fc2[456]|gpg-pubkey|debuginfo' fedora-repos-24-3.noarch facter-2.4.3-1.fc23.x86_64 rpmfusion-free-release-24-3.noarch fedora-package-config-apt-16.00-8.noarch fedora-release-24-2.noarch fedora-release-server-24-2.noarch rpmfusion-nonfree-release-24-3.noarch On 01/16/2017 10:56 PM, Zbigniew Jędrzejewski-Szmek wrote: > On Mon, Jan 16, 2017 at 10:05:38PM -0500, Michael Watters wrote: >> package cronie-anacron-1.5.1-2.fc24.x86_64 requires cronie = >> 1.5.1-2.fc24, but none of the providers can be installed. >> package cryptsetup-1.7.2-1.fc24.x86_64 requires cryptsetup-libs = >> 1.7.2-1.fc24, but none of the providers can be installed. >> package dhcp-client-12:4.3.4-3.fc24.x86_64 requires dhcp-common = >> 12:4.3.4-3.fc24, but none of the providers can be installed. >> package file-5.25-6.fc24.x86_64 requires file-libs = 5.25-6.fc24, but >> none of the providers can be installed. >> package ipset-6.27-2.fc24.x86_64 requires ipset-libs(x86-64) = >> 6.27-2.fc24, but none of the providers can be installed. > It looks like something is holding back the upgrade. Normally this > should get detected in the 'dnf system-upgrade --download' phase, > and not after reboot, but let's ignore that for now. > > Do you have some very old packages that don't have an upgrade > and are not obsoleted by anything? I'd guess that one of them is > holding back either cryptsetup-libs or file-libs or ipset-libs... > Try rpm -qa|grep -vE '\.fc2[456]|gpg-pubkey|debuginfo' > > Zbyszek > _______________________________________________ > devel mailing list -- devel@lists.fedoraproject.org > To unsubscribe send an email to devel-le...@lists.fedoraproject.org _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org