thermald is x86_64 only
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>
This commit is contained in:
parent
e08db2a4aa
commit
6cda332fc8
3 changed files with 2 additions and 1 deletions
|
@ -113,6 +113,7 @@ blacklist:
|
|||
# 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 @@ packages:
|
|||
- systemd-udev
|
||||
- tar
|
||||
- thai-scalable-waree-fonts
|
||||
- thermald
|
||||
- time
|
||||
- tree
|
||||
- unzip
|
||||
|
|
|
@ -73,6 +73,7 @@ packages-x86_64:
|
|||
- shim
|
||||
- microcode_ctl
|
||||
- mcelog
|
||||
- thermald
|
||||
- hyperv-daemons
|
||||
- open-vm-tools-desktop
|
||||
- virtualbox-guest-additions
|
||||
|
|
Loading…
Reference in a new issue