#177 thermald is x86_64 only
Merged 3 years ago by walters. Opened 3 years ago by adamwill.
adamwill/workstation-ostree-config thermald-x86_64  into  master

@@ -113,6 +113,7 @@ 

      # x86 specific packages. Added back by fedora-common-ostree.yaml

      - mcelog

      - microcode_ctl

+     - thermald

    networkmanager-submodules:

      # Let's use the builtin one by default

      - dhcp-client

@@ -197,7 +197,6 @@ 

    - systemd-udev

    - tar

    - thai-scalable-waree-fonts

-   - thermald

    - time

    - tree

    - unzip

@@ -73,6 +73,7 @@ 

    - shim

    - microcode_ctl

    - mcelog

+   - thermald

    - hyperv-daemons

    - open-vm-tools-desktop

    - virtualbox-guest-additions

As with mcelog and microcode_ctl, add it to the blocklist and
list it manually in packages-x86_64 in fedora-common-ostree.yaml
instead. This should fix non-x86_64 arches which are failing
because they can't find it.

Signed-off-by: Adam Williamson awilliam@redhat.com

See here for an example of a failed task.

Pull-Request has been merged by walters

3 years ago