- Always add the core comps group.

This commit is contained in:
Jesse Keating 2007-12-17 15:12:25 -05:00 committed by Jesse Keating
parent 49eb1f853e
commit 1402ef4414
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,6 @@
* Mon Dec 17 Jesse Keating <jkeating@redhat.com>
- Always add the core comps group.
* Mon Dec 10 Jesse Keating <jkeating@redhat.com>
- Use a repoview cache.
- Change path to isomd5sum

View File

@ -13,7 +13,6 @@ repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirror
# (@base is added by default unless you add --nobase to %packages)
%packages
# core
@core
tcsh
@base-x
kernel*

View File

@ -250,6 +250,9 @@ class Gather(pypungi.PungiBase):
# First remove the excludes
self.ayum.conf.exclude.extend(self.ksparser.handler.packages.excludedList)
self.ayum.excludePackages()
# Always add the core groiup
self.ksparser.handler.packages.add(['@core'])
# Check to see if we need the base group
if self.ksparser.handler.packages.addBase: