Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=812674 --- Comment #19 from Kalev Lember <kalevlember@xxxxxxxxx> 2012-04-20 12:50:45 EDT --- (In reply to comment #9) > 4. I can't install the packages in a F17 chroot because the programs are in > /bin still, not /usr/bin... Perhaps you need an %if conditionals for the > requires for usrmove? Turns out you were right here all along. Apparently in addition to working with remote repos, repoquery also uses local rpm database for depsolving, sometimes (!). And the local rpm database somehow handles the /bin -> /usr/bin symlink, so that it can resolve symlinked directories in already installed packages. $ rpm -qf /bin/netstat net-tools-1.60-134.20120127git.fc17.x86_64 $ rpm -qf /usr/bin/netstat net-tools-1.60-134.20120127git.fc17.x86_64 Watch the inconsistency here, can't find provides for '/usr/bin/netstat' when it's the only thing I'm quering: $ repoquery -q --whatprovides /usr/bin/netstat $ repoquery -q --whatprovides /bin/netstat net-tools-0:1.60-134.20120127git.fc17.x86_64 ... but works when '/usr/bin/dig' is also specified on the command line: $ repoquery -q --whatprovides /usr/bin/dig /usr/bin/netstat bind-utils-32:9.9.0-1.fc17.x86_64 bind-utils-32:9.9.0-1.fc17.x86_64 Fixed in http://pkgs.fedoraproject.org/gitweb/?p=gnome-nettool.git;a=commitdiff;h=661fcbdf -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review