Bug 161273

Summary: Error in processing package exclude lists from a kickstart file
Product: [Fedora] Fedora Reporter: Antti Andreimann <antti.andreimann>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 4   
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: 2005-06-22 03:22:14 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 Antti Andreimann 2005-06-21 22:31:44 UTC
Description of problem:
Exception on line 1559 of /usr/lib/anaconda/kickstart.py when trying to exclude
packages from a kickstart file by using the following in %packages section
-package-name
The alternate syntax works:
-package-name.arch

Reason:
Line 1559 in /usr/lib/anaconda/kickstart.py refers to a variable "name" which is
uninitialized in this scope.

Fix:
replace [name] with [n] on line 1559 at /usr/lib/anaconda/kickstart.py

Comment 1 Jeremy Katz 2005-06-22 03:22:14 UTC

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