Bug 813432 - Yum ignores virtual provides when glob pattern is used
Summary: Yum ignores virtual provides when glob pattern is used
Keywords:
Status: CLOSED DUPLICATE of bug 770137
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: 16
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Fedora Packaging Toolset Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-17 18:43 UTC by Deepak Bhole
Modified: 2014-01-21 23:21 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-04-18 12:18:00 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.