Description of problem: Today I rebuilt my unicap package with some dependency filtering scripts as it is needed because of a plugin vs. library naming conflict. But this is not the problem itself. And note, the package is on all branches absolutely identical, but the results from F8/F9 vs. Rawhide are heavily different: Fedora Rawhide: http://koji.fedoraproject.org/koji/rpminfo?rpmID=701426 Fedora 9: http://koji.fedoraproject.org/koji/rpminfo?rpmID=701407 Fedora 8: http://koji.fedoraproject.org/koji/rpminfo?rpmID=701409 Where the hell did all the RPM package requirements in Rawhide build go to? They are somehow just missing in the Rawhide build! Version-Release number of selected component (if applicable): rpm-4.5.90-0.git8461.1 unicap-0.2.23-3 How reproducible: Everytime, see and try e.g. with my above mentioned unicap package. Actual results: Regression at dependency filtering causes missing requirements :-( Expected results: Working stuff as before ASAP, as it was e.g. in the past case...
Looks like "%define _use_internal_dependency_generator 0" disables too much of the dependency generating in the new rpm.org release - please fix this crap ASAP, thanks. Removing "%define _use_internal_dependency_generator 0" shows all of the missing dependencies, but individual filtering gets impossible then as well.
*** This bug has been marked as a duplicate of bug 443015 ***