explude the other productimg packages

This commit is contained in:
Dennis Gilmore 2014-11-27 23:04:35 -06:00 committed by Adam Williamson
parent b947d49831
commit fbd0a17e7c
3 changed files with 8 additions and 0 deletions

View File

@ -57,6 +57,8 @@ dracut-*
# Things needed for installation
@anaconda-tools
fedora-productimg-cloud
-fedora-productimg-server
-fedora-productimg-workstation
# Packages to enable server images to run in cloud environments
@cloud-server

View File

@ -28,6 +28,10 @@ repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirror
# @base got renamed to @standard, but @base is still included by default by pungi.
%packages --default
-fedora-productimg-cloud
fedora-productimg-server
-fedora-productimg-workstation
# pungi is an inclusive depsolver so that multiple packages are brought
# in to satisify dependencies and we don't always want that. So we use
# an exclusion list to cut out things we don't want

View File

@ -44,6 +44,8 @@ kernel*
# Things needed for installation
@anaconda-tools
-fedora-productimg-cloud
-fedora-productimg-server
fedora-productimg-workstation
%end