From 9007daae80f7f223541c7df0284968c6cd5727a3 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 25 Aug 2023 09:16:03 +0300 Subject: [PATCH] Update packages Add container related tools (podman, toolbox, buildah, skopeo, crun). These were tested and works. Container images are here: http://fedora.riscv.rocks:3000/davidlt/-/packages/container/fedora/38 http://fedora.riscv.rocks:3000/davidlt/-/packages/container/fedora-toolbox/38 Add missing package for Fedora kernel tests to compile. Signed-off-by: David Abdurachmanov --- fedora-riscv64-developer-f38.ks | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/fedora-riscv64-developer-f38.ks b/fedora-riscv64-developer-f38.ks index 79552cb..c4b38d5 100644 --- a/fedora-riscv64-developer-f38.ks +++ b/fedora-riscv64-developer-f38.ks @@ -376,6 +376,16 @@ rust cargo vmtouch + +podman +podman-plugins +podmansh +buildah +skopeo +toolbox +crun + +libtirpc-devel %end %post