From 47bad2a4614c304a5dc9b2d322059e1ac686fa1d Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Wed, 15 Nov 2023 19:29:41 -0500 Subject: [PATCH] fix: switch to distro bootc for F38 and F39 --- Containerfile | 4 ---- packages.json | 8 ++++++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Containerfile b/Containerfile index 78c0df17..c2d04cdd 100644 --- a/Containerfile +++ b/Containerfile @@ -23,10 +23,6 @@ RUN wget https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-$( wget https://copr.fedorainfracloud.org/coprs/kylegospo/oversteer/repo/fedora-$(rpm -E %fedora)/kylegospo-oversteer-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_kylegospo_oversteer.repo && \ /tmp/install.sh && \ /tmp/post-install.sh && \ - ## bootc - wget https://copr.fedorainfracloud.org/coprs/rhcontainerbot/bootc/repo/fedora-"${FEDORA_MAJOR_VERSION}"/bootc-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/bootc.repo && \ - rpm-ostree install bootc && \ - rm -f /etc/yum.repos.d/bootc.repo && \ rm -f /etc/yum.repos.d/_copr_ublue-os_staging.repo && \ rm -f /etc/yum.repos.d/_copr_kylegospo_oversteer.repo && \ rm -rf /tmp/* /var/* && \ diff --git a/packages.json b/packages.json index 0b66296d..6a97075b 100644 --- a/packages.json +++ b/packages.json @@ -247,7 +247,9 @@ }, "38": { "include": { - "all": [], + "all": [ + "bootc" + ], "silverblue": [ "raw-thumbnailer" ], @@ -271,7 +273,9 @@ }, "39": { "include": { - "all": [], + "all": [ + "bootc" + ], "kinoite": [ "xwaylandvideobridge" ]