Created attachment 473006 [details] Output from the command in step 1 Description of problem: In recent runs of yum update, it says it will update ghc-base for dependencies and also skip it due to dependency problems. Version-Release number of selected component (if applicable): yum-3.2.28-17.fc15.noarch How reproducible: Always Steps to Reproduce: 1. yum -d9 -y update --skip-broken --nogpg --exclude=texlive-release 2. 3. Actual results: ghc-base is listed as installed as a dependency and skipped due to dependency problems. Expected results: This should be handled as a broken deendency, and thus not try to update anything. Additional info: I'm using JNovy's TeXlive repo, and that one is missing texlive-release(?!), thus the --exclude Perhaps this has something to do with https://bugzilla.redhat.com/show_bug.cgi?id=667387 Also note the "Package ghc-Cabal-1.10.0.0-3.fc15.x86_64.rpm is not signed", even though --nogpg is given, probably https://bugzilla.redhat.com/show_bug.cgi?id=668031
This is probably due to the fact you have the same version of ghc-base in _local and rawhide ... so skip-broken skips one of them, but doesn't catch the other (and then thinks it can continue anyway). And, yeh, the --nogpg thing is known (should be a new yum in rawhide today with the fix). Just turn gpgchecking off in _local.
Well, built for rawhide today ... so available tomorrow.
(In reply to comment #1) > This is probably due to the fact you have the same version of ghc-base in > _local and rawhide ... so skip-broken skips one of them, but doesn't catch the > other (and then thinks it can continue anyway). Nope, even with --disablerepo=_local ghc-base shows up to install and with dependency problems.
(In reply to comment #2) > Well, built for rawhide today ... so available tomorrow. No new yum build in koji?
Skip-broken for conflicts was broken, close as duplicate for the bug tracking the solution *** This bug has been marked as a duplicate of bug 681806 ***