Bug 425751

Summary: unable to exclude more that one package on the command line
Product: [Fedora] Fedora Reporter: Jerry Vonau <jvonau3>
Component: yumAssignee: Jeremy Katz <katzj>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: ffesti, james.antill, pmatilai, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-12-15 02:56:33 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 Jerry Vonau 2007-12-15 02:38:44 UTC
Description of problem:
Yum fails to exclude any packages if more that one is listed.
Works fine for single package.

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

How reproducible:
always

Steps to Reproduce:
1.yum --exclude=pack1,pack2 update
2.
3.
  
Actual results:
no excluded packages 

Expected results:
exclude packages listed

Additional info:
cranking up the debug level shows the packages not being added to the global
exclude list, while a single package gets added.

Comment 1 Jerry Vonau 2007-12-15 02:56:33 UTC
OK, make this a RFE --exclude=pkg1 --exclude=pkg2 works
Sorry for the noise