#151 Blacklist x86_64 specific packages and make them arch specific
Merged 4 years ago by walters. Opened 4 years ago by dftxbs3e.
dftxbs3e/workstation-ostree-config make-x86-pkg-arch-specific  into  master

file modified
+10
@@ -37,6 +37,16 @@ 

      # Needs to be arch specific

      - powerpc-utils

      - 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:

      # These are for arm...need to handle arch-specific bits

      - xorg-x11-drv-armsoc

@@ -75,7 +75,6 @@ 

    - hostname

    - hplip

    - hunspell

-   - hyperv-daemons

    - ibus-gtk2

    - ibus-gtk3

    - ibus-hangul
@@ -133,11 +132,9 @@ 

    - lsof

    - man-db

    - man-pages

-   - mcelog

    - mdadm

    - mesa-dri-drivers

    - mesa-vulkan-drivers

-   - microcode_ctl

    - mlocate

    - mpage

    - mtr
@@ -145,7 +142,6 @@ 

    - nss-altfiles

    - nss-mdns

    - ntfsprogs

-   - open-vm-tools-desktop

    - openssh-clients

    - openssh-server

    - paktype-naskh-basic-fonts
@@ -210,7 +206,6 @@ 

    - util-linux

    - vconfig

    - vim-minimal

-   - virtualbox-guest-additions

    - wget

    - which

    - wireless-tools
@@ -218,13 +213,9 @@ 

    - xorg-x11-drv-ati

    - xorg-x11-drv-evdev

    - xorg-x11-drv-fbdev

-   - xorg-x11-drv-intel

    - xorg-x11-drv-libinput

    - xorg-x11-drv-nouveau

-   - xorg-x11-drv-openchrome

    - xorg-x11-drv-qxl

-   - xorg-x11-drv-vesa

-   - xorg-x11-drv-vmware

    - xorg-x11-drv-wacom

    - xorg-x11-server-Xorg

    - xorg-x11-utils

@@ -70,3 +70,11 @@ 

    - efibootmgr

    - shim

    - 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

no initial comment

This looks fine, though we may want in the more medium term to teach comps-sync.py about the arch data that lives there.

(In theory we could add rpm-ostree comps support but that library is messy, better done in libdnf)

Pull-Request has been merged by walters

4 years ago