From 5befe754bc3ed8569f50d96d6982c70dd420f7c4 Mon Sep 17 00:00:00 2001 From: zhu-yuncheng Date: Sun, 21 Apr 2024 21:23:51 +0800 Subject: [PATCH] update requirement name from docker-runc to runc --- k3s.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/k3s.spec b/k3s.spec index 5d969c4..a1f1aec 100644 --- a/k3s.spec +++ b/k3s.spec @@ -3,7 +3,7 @@ Name: k3s Version: 1.24.2+rc1+k3s2 -Release: 3 +Release: 4 Summary: Installer for k3s optimised for openSUSE MicroOS License: Apache-2.0 Group: System/Management @@ -17,7 +17,7 @@ BuildRequires: libseccomp-devel BuildRequires: btrfs-progs-devel BuildRequires: k3s-plugins BuildRequires: k3s-containerd -BuildRequires: docker-runc +BuildRequires: runc BuildRequires: systemd systemd-devel Requires: container-selinux Requires: k3s-selinux @@ -93,6 +93,9 @@ cp install.sh %{buildroot}%{_sbindir}/k3s-install.sh %{_sbindir}/k3s-install.sh %changelog +* Sun Apr 21 2024 Yuncheng Zhu - 1.24.2+rc1+k3s2-4 +- change requirement docker-runc to runc + * Feb Nov 01 2022 Ge Wang - 1.24.2+rc1+k3s2-3 - add flannel plugin to project to fix sandbox creating failure