Blacklist x86_64 specific packages and make them arch specific

Signed-off-by: dftxbs3e <dftxbs3e@free.fr>
This commit is contained in:
dftxbs3e 2019-05-07 20:39:27 +02:00
parent dd28188100
commit 338ba16626
3 changed files with 18 additions and 9 deletions

View file

@ -37,6 +37,16 @@ blacklist:
# Needs to be arch specific # Needs to be arch specific
- powerpc-utils - powerpc-utils
- lsvpd - lsvpd
# Blacklist x86_64 specific packages, they will be added back by fedora-common-ostree.yaml
- hyperv-daemons
- mcelog
- microcode_ctl
- open-vm-tools-desktop
- virtualbox-guest-additions
- xorg-x11-drv-intel
- xorg-x11-drv-openchrome
- xorg-x11-drv-vesa
- xorg-x11-drv-vmware
base-x: base-x:
# These are for arm...need to handle arch-specific bits # These are for arm...need to handle arch-specific bits
- xorg-x11-drv-armsoc - xorg-x11-drv-armsoc

View file

@ -75,7 +75,6 @@ packages:
- hostname - hostname
- hplip - hplip
- hunspell - hunspell
- hyperv-daemons
- ibus-gtk2 - ibus-gtk2
- ibus-gtk3 - ibus-gtk3
- ibus-hangul - ibus-hangul
@ -133,11 +132,9 @@ packages:
- lsof - lsof
- man-db - man-db
- man-pages - man-pages
- mcelog
- mdadm - mdadm
- mesa-dri-drivers - mesa-dri-drivers
- mesa-vulkan-drivers - mesa-vulkan-drivers
- microcode_ctl
- mlocate - mlocate
- mpage - mpage
- mtr - mtr
@ -145,7 +142,6 @@ packages:
- nss-altfiles - nss-altfiles
- nss-mdns - nss-mdns
- ntfsprogs - ntfsprogs
- open-vm-tools-desktop
- openssh-clients - openssh-clients
- openssh-server - openssh-server
- paktype-naskh-basic-fonts - paktype-naskh-basic-fonts
@ -210,7 +206,6 @@ packages:
- util-linux - util-linux
- vconfig - vconfig
- vim-minimal - vim-minimal
- virtualbox-guest-additions
- wget - wget
- which - which
- wireless-tools - wireless-tools
@ -218,13 +213,9 @@ packages:
- xorg-x11-drv-ati - xorg-x11-drv-ati
- xorg-x11-drv-evdev - xorg-x11-drv-evdev
- xorg-x11-drv-fbdev - xorg-x11-drv-fbdev
- xorg-x11-drv-intel
- xorg-x11-drv-libinput - xorg-x11-drv-libinput
- xorg-x11-drv-nouveau - xorg-x11-drv-nouveau
- xorg-x11-drv-openchrome
- xorg-x11-drv-qxl - xorg-x11-drv-qxl
- xorg-x11-drv-vesa
- xorg-x11-drv-vmware
- xorg-x11-drv-wacom - xorg-x11-drv-wacom
- xorg-x11-server-Xorg - xorg-x11-server-Xorg
- xorg-x11-utils - xorg-x11-utils

View file

@ -70,3 +70,11 @@ packages-x86_64:
- efibootmgr - efibootmgr
- shim - shim
- microcode_ctl - microcode_ctl
- mcelog
- hyperv-daemons
- open-vm-tools-desktop
- virtualbox-guest-additions
- xorg-x11-drv-intel
- xorg-x11-drv-openchrome
- xorg-x11-drv-vesa
- xorg-x11-drv-vmware