Only pull in dracut package not all it's subpackages.

Partly revert commit e25f2baaa1
instead of pulling in dracut* (dracut and all it's subpackages), just
pull in the main one. This should hopefully fix
https://bugzilla.redhat.com/show_bug.cgi?id=1734179

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-09-10 12:06:18 -07:00
parent af34003f97
commit 77929ac87d

View File

@ -127,7 +127,7 @@ additional_packages = [
('^(Server|Everything)$', {
'*': [
'kernel*',
'dracut*',
'dracut.*',
'autocorr-*',
'eclipse-nls',
'eclipse-nls-*',