Bug 813432

Summary: Yum ignores virtual provides when glob pattern is used
Product: [Fedora] Fedora Reporter: Deepak Bhole <dbhole>
Component: yumAssignee: Fedora Packaging Toolset Team <packaging-team>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: ffesti, james.antill, maxamillion, packaging-team, pmatilai, tim.lauridsen, zpavlas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-18 12:18:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Deepak Bhole 2012-04-17 18:43:40 UTC
icedtea-web on Fedora 16 provides java-1.6.0-openjdk-plugin.

On a system with no icedtea-web, 'yum install java-1.6.0-openjdk-plugin' pulls in icedtea-web, as expected.

On the same system however, 'yum install java-1.6.0-openjdk*' does not pull icedtea-web.

Comment 1 Zdeněk Pavlas 2012-04-18 12:18:00 UTC
It's already fixed upstream, but probably not in F16.

commit 7aa4114b18d50addf06a0dfa4a3a5f37985d631f
Author: Zdeněk Pavlas <zpavlas>
Date:   Mon Jan 2 16:32:44 2012 +0100

    do globs on provides in 'yum install'. BZ 770137.
    
    - use searchProvides() as it support globs
    - remove some dead code, reduce branching
    - drop the last user of searchAll()

*** This bug has been marked as a duplicate of bug 770137 ***