Fedora Account System
Red Hat Associate
Red Hat Customer
+++ This bug was initially created as a clone of Bug #436696 +++ Description of problem: When trying to install using `debuginfo-install' all the available debuginfo arches get installed while only the matching one should get installed. Version-Release number of selected component (if applicable): yum-utils-1.1.11-1.fc8.noarch How reproducible: Always. Steps to Reproduce: 1. Provide the test repository of dummy-{1,2}-0.fc8.{i386,x86_64} for yum. 2. Install dummy-1.0.fc8.x86_64. 3. rpm --qf '%{name}-%{version}-%{release}.%{arch}\n' -qa 'dummy*'|sort 4. debuginfo-install --disablerepo='*' --enablerepo='dummy-*' dummy Actual results: # rpm --qf '%{name}-%{version}-%{release}.%{arch}\n' -qa 'dummy*'|sort dummy-1-0.fc8.x86_64 # debuginfo-install --disablerepo='*' --enablerepo='dummy-*' dummy Loaded plugins: priorities, refresh-updatesd dummy-2-debuginfo 100% |=========================| 951 B 00:00 dummy-1 100% |=========================| 951 B 00:00 dummy-1-debuginfo 100% |=========================| 951 B 00:00 dummy-2 100% |=========================| 951 B 00:00 ... --> Running transaction check ---> Package dummy-debuginfo.x86_64 0:1-0.fc8 set to be updated ---> Package dummy-debuginfo.i386 0:1-0.fc8 set to be updated --> Finished Dependency Resolution ============================================================================= Package Arch Version Repository Size ============================================================================= Installing: dummy-debuginfo x86_64 1-0.fc8 dummy-1-debuginfo 4.8 k dummy-debuginfo i386 1-0.fc8 dummy-1-debuginfo 5.0 k Expected results: # rpm --qf '%{name}-%{version}-%{release}.%{arch}\n' -qa 'dummy*'|sort dummy-1-0.fc8.x86_64 # debuginfo-install --disablerepo='*' --enablerepo='dummy-*' dummy Loaded plugins: priorities, refresh-updatesd dummy-2-debuginfo 100% |=========================| 951 B 00:00 dummy-1 100% |=========================| 951 B 00:00 dummy-1-debuginfo 100% |=========================| 951 B 00:00 dummy-2 100% |=========================| 951 B 00:00 ... --> Running transaction check ---> Package dummy-debuginfo.x86_64 0:1-0.fc8 set to be updated --> Finished Dependency Resolution ============================================================================= Package Arch Version Repository Size ============================================================================= Installing: dummy-debuginfo x86_64 1-0.fc8 dummy-1-debuginfo 4.8 k Additional info: -- Additional comment from skvidal.edu on 2008-03-13 16:41 EST -- Jan, your patch makes sense to me - including it in yum-utils.
closing this one upstream, too. We don't really need two bugs for this, do we?
(In reply to comment #1) > closing this one upstream, too. We don't really need two bugs for this, do we? This Bug was cloned for F-8 as the backport would be IMO easy for F-8 as the GDB debuginfo suggestion feature was also backported for F-8. Still it is not much of a concern WONTFIXing the F-8 backport, people who know how to use GDB usually know how to download debuginfos by hand.
most of the time we release the same version of yum-utils for f7, f8 and rawhide when it comes out. That's why I closed it 'upstream'
OK.