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
*** This bug has been marked as a duplicate of 160209 ***