- Always add the core comps group.
This commit is contained in:
parent
49eb1f853e
commit
1402ef4414
@ -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
|
||||
|
@ -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*
|
||||
|
@ -251,6 +251,9 @@ class Gather(pypungi.PungiBase):
|
||||
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:
|
||||
self.ksparser.handler.packages.add(['@base'])
|
||||
|
Loading…
Reference in New Issue
Block a user