Would anyone care to take a guess at what the hell is going on here? [adamw@adam ~]$ sudo yum update (snip) Error: Package: community-mysql-libs-5.5.32-6.fc20.x86_64 (@rawhide) Requires: /usr/sbin/ldconfig Removing: glibc-2.17.90-3.fc20.x86_64 (@fedora/rawhide) Not found Updated By: glibc-2.17.90-4.fc20.x86_64 (rawhide) Not found (snip) [adamw@adam ~]$ sudo yum check Loaded plugins: auto-update-debuginfo, langpacks, refresh-packagekit Unable to send message to PackageKit check all [adamw@adam ~]$ rpm -q --requires community-mysql-libs-5.5.32-6.fc20.x86_64 | grep ldconf /usr/sbin/ldconfig /usr/sbin/ldconfig [adamw@adam ~]$ rpm -q --whatprovides "/usr/sbin/ldconfig" glibc-2.17.90-3.fc20.x86_64 [adamw@adam ~]$ rpm -q --provides glibc-2.17.90-3.fc20.x86_64 | grep ldconfig ldconfig So...my yum update fails because the new glibc doesn't provide /usr/sbin/ldconfig, which community-mysql-libs requires. But then, neither does the current glibc, according to rpm -q. But according to rpm -q --whatprovides , it does! And according to the Koji 'information' pages, both -3 and -4 Provide: ldconfig and Require: /sbin/ldconfig , with no mention of /usr/sbin/ldconfig in either. What the fracking hell? Why is yum apparently okay with -3 but not okay with -4 even though their provides are identical? And why is this suddenly popping up now? -- Adam Williamson Fedora QA Community Monkey IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora http://www.happyassassin.net -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel