Move arch specific package blacklist to their correct groups
Fixes: Blacklist x86_64 specific packages and make them arch specific
This commit is contained in:
parent
338ba16626
commit
4925cc1594
1 changed files with 12 additions and 9 deletions
|
@ -34,23 +34,23 @@ blacklist:
|
||||||
- grubby-deprecated
|
- grubby-deprecated
|
||||||
# Why?
|
# Why?
|
||||||
- ncurses
|
- ncurses
|
||||||
# Needs to be arch specific
|
# Architecture specific packages
|
||||||
- powerpc-utils
|
- powerpc-utils
|
||||||
- lsvpd
|
- lsvpd
|
||||||
# Blacklist x86_64 specific packages, they will be added back by fedora-common-ostree.yaml
|
base-x:
|
||||||
- hyperv-daemons
|
# x86 specific packages. Added back by fedora-common-ostree.yaml
|
||||||
- mcelog
|
|
||||||
- microcode_ctl
|
|
||||||
- open-vm-tools-desktop
|
|
||||||
- virtualbox-guest-additions
|
|
||||||
- xorg-x11-drv-intel
|
- xorg-x11-drv-intel
|
||||||
- xorg-x11-drv-openchrome
|
- xorg-x11-drv-openchrome
|
||||||
- xorg-x11-drv-vesa
|
- xorg-x11-drv-vesa
|
||||||
- xorg-x11-drv-vmware
|
- xorg-x11-drv-vmware
|
||||||
base-x:
|
# ARM specific packages
|
||||||
# These are for arm...need to handle arch-specific bits
|
|
||||||
- xorg-x11-drv-armsoc
|
- xorg-x11-drv-armsoc
|
||||||
- xorg-x11-drv-omap
|
- xorg-x11-drv-omap
|
||||||
|
guest-desktop-agents:
|
||||||
|
# x86 specific packages. Added back by fedora-common-ostree.yaml
|
||||||
|
- hyperv-daemons
|
||||||
|
- open-vm-tools-desktop
|
||||||
|
- virtualbox-guest-additions
|
||||||
workstation-product:
|
workstation-product:
|
||||||
# We use rpm-ostree for the host
|
# We use rpm-ostree for the host
|
||||||
- dnf
|
- dnf
|
||||||
|
@ -107,6 +107,9 @@ blacklist:
|
||||||
- gnome-shell-extension-background-logo
|
- gnome-shell-extension-background-logo
|
||||||
- pinentry-gnome3
|
- pinentry-gnome3
|
||||||
- qgnomeplatform
|
- qgnomeplatform
|
||||||
|
# x86 specific packages. Added back by fedora-common-ostree.yaml
|
||||||
|
- mcelog
|
||||||
|
- microcode_ctl
|
||||||
networkmanager-submodules:
|
networkmanager-submodules:
|
||||||
# Let's use the builtin one by default
|
# Let's use the builtin one by default
|
||||||
- dhcp-client
|
- dhcp-client
|
||||||
|
|
Loading…
Reference in a new issue