From 91c23340d2fc0b5584ad53d0fe6058e2c3f1abe8 Mon Sep 17 00:00:00 2001 From: m2 Date: Mon, 16 Oct 2023 07:45:32 -0400 Subject: [PATCH] Update to Fedora 39. No more qemu/kvm --- Containerfile | 2 +- recipe.yml | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Containerfile b/Containerfile index 9e45bfb4dc..48b02ac13c 100644 --- a/Containerfile +++ b/Containerfile @@ -5,7 +5,7 @@ # in the cloud. The ARGs have default values, but changing those # does nothing if the image is built in the cloud. -ARG FEDORA_MAJOR_VERSION=38 +ARG FEDORA_MAJOR_VERSION=39 # Warning: changing this might not do anything for you. Read comment above. ARG BASE_IMAGE_URL=ghcr.io/ublue-os/silverblue-main diff --git a/recipe.yml b/recipe.yml index e469df391a..4a5477b314 100644 --- a/recipe.yml +++ b/recipe.yml @@ -68,20 +68,20 @@ rpm: - libgda - libgda-sqlite # Virtualization - - qemu - - qemu-user-static - - qemu-user-binfmt - - virt-manager - - libvirt - - edk2-ovmf - - swtpm - - genisoimage - - qemu-img - - qemu-system-x86-core - - qemu-char-spice - - qemu-device-usb-redirect - - qemu-device-display-virtio-vga - - qemu-device-display-virtio-gpu + #- qemu + #- qemu-user-static + #- qemu-user-binfmt + #- virt-manager + #- libvirt + #- edk2-ovmf + #- swtpm + #- genisoimage + #- qemu-img + #- qemu-system-x86-core + #- qemu-char-spice + #- qemu-device-usb-redirect + #- qemu-device-display-virtio-vga + #- qemu-device-display-virtio-gpu # Podman - podman-plugins - podman-tui