Bug 455057

Summary: yum not excluding installed from available
Product: [Fedora] Fedora Reporter: John Ellson <john.ellson>
Component: yumAssignee: Seth Vidal <skvidal>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: ffesti, james.antill, katzj, pmatilai, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-11 18:26:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description John Ellson 2008-07-11 18:13:27 UTC
Description of problem:
I'm sure it used to exclude installed packages from available, but now "yum list
gcc" lists it as both installed and available.

Version-Release number of selected component (if applicable):
yum-3.2.17-2.fc10.noarch

How reproducible:
100%

Steps to Reproduce:
1. yum list gcc
2.
3.
  
Actual results:
Installed Packages
gcc.x86_64                               4.3.1-4                installed       
Available Packages
gcc.x86_64                               4.3.1-4                rawhide       

Expected results:
If its installed, exclude from available.

Additional info:

Comment 1 John Ellson 2008-07-11 18:17:37 UTC
Just confrming that yum-3.2.16-2.fc9.noarch from fedora-9 did exclude installed
from available.


Comment 2 James Antill 2008-07-11 18:25:26 UTC
 Yeh, it's a minor bug ... and has actually been there a while (but older
releases didn't show it as often). It'll be fixed in 3.2.18, AFAIK the only
problem is in the output of list.


Comment 3 Seth Vidal 2008-07-11 18:26:10 UTC
it's been fixed in upstream. It'll be out in 3.2.18 at some point.

Comment 4 James Antill 2008-07-11 18:30:14 UTC
 upstream commit is, c2fff316f82ec96781c40f2a98a6575669b62bf1 if you want it ...
which is the one after the 3.2.17-2 release, so it def. applies.

 Also yum list install gcc && yum list available gcc, should work ... although
it's probably slower.