Description of problem: If I run yum with a lower debugging level than 2 I don't get any output, not even the result of the search. Version-Release number of selected component (if applicable): yum-3.2.7-1.fc8 How reproducible: Every time Steps to Reproduce: 1. yum -d 1 search yum Actual results: Nothing. Expected results: All the packages listed by "yum -d 2 search yum", but excluding the debugging information before the listed packages.
Correct. I've changed this around so it will output correctly for -d1 or -d0 - just like yum list does.
Will the fix be included in any particular version of yum? Or is that not yet known?
3.2.9 will have it.
Great!