Bug 229842

Summary: globbing broken
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: yumAssignee: Jeremy Katz <katzj>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
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: 2007-02-24 08:07:22 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:
Bug Depends On:    
Bug Blocks: 150226    

Description Bill Nottingham 2007-02-23 19:13:13 UTC
Description of problem:

The glob fails:

[root@nostromo ~]# yum install scim-tables\*
Loading "installonlyn" plugin
Loading "skip-broken" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: scim-tables*
Nothing to do

But:

[root@nostromo ~]# yum install scim-tables-additional
Loading "installonlyn" plugin
Loading "skip-broken" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
Checking deps for scim-tables-additional.i386 0-0.5.7-1.fc7 - u
--> Processing Dependency: scim-tables = 0.5.7 for package: scim-tables-additional
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
Checking deps for scim-tables.i386 0-0.5.7-1.fc7 - u
--> Processing Dependency: libscim-1.0.so.8 for package: scim-tables
--> Processing Dependency: scim for package: scim-tables
...

Version-Release number of selected component (if applicable):

yum-3.1.2-1.fc7

Comment 1 Seth Vidal 2007-02-24 08:06:41 UTC
fixed, broken regex. thanks.


Comment 2 Seth Vidal 2007-02-24 08:07:22 UTC
fixed, broken regex. thanks.