Don't overwrite the excluded group list after every %packages line (#577334).
commit0515e29ef2f728b51f612c2d2f4a0fbffb179464
authorChris Lumens <clumens@redhat.com>
Wed, 14 Apr 2010 15:16:07 +0000 (14 11:16 -0400)
committerChris Lumens <clumens@redhat.com>
Wed, 14 Apr 2010 16:03:25 +0000 (14 12:03 -0400)
treecfe9789492261aa47bd445d2125b008246e48e07
parentbe4bb18288aa8a0e9953236a5703acf24c9bb533
Don't overwrite the excluded group list after every %packages line (#577334).

Without this patch, you can only have one excluded group and it must come as
the very last line of the %packages section.  This is because after every
line of the %packages section, we're resetting the excluded group list back to
either whatever group you specified to exclude on this line, or nothing for
every other line.
pykickstart/parser.py