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
|
# x86 specific packages. Added back by fedora-common-ostree.yaml
|
||||||
- mcelog
|
- mcelog
|
||||||
- microcode_ctl
|
- microcode_ctl
|
||||||
|
- thermald
|
||||||
networkmanager-submodules:
|
networkmanager-submodules:
|
||||||
# Let's use the builtin one by default
|
# Let's use the builtin one by default
|
||||||
- dhcp-client
|
- dhcp-client
|
||||||
|
|
|
@ -197,7 +197,6 @@ packages:
|
||||||
- systemd-udev
|
- systemd-udev
|
||||||
- tar
|
- tar
|
||||||
- thai-scalable-waree-fonts
|
- thai-scalable-waree-fonts
|
||||||
- thermald
|
|
||||||
- time
|
- time
|
||||||
- tree
|
- tree
|
||||||
- unzip
|
- unzip
|
||||||
|
|
|
@ -73,6 +73,7 @@ packages-x86_64:
|
||||||
- shim
|
- shim
|
||||||
- microcode_ctl
|
- microcode_ctl
|
||||||
- mcelog
|
- mcelog
|
||||||
|
- thermald
|
||||||
- hyperv-daemons
|
- hyperv-daemons
|
||||||
- open-vm-tools-desktop
|
- open-vm-tools-desktop
|
||||||
- virtualbox-guest-additions
|
- virtualbox-guest-additions
|
||||||
|
|
Loading…
Reference in a new issue