!15 更新spec中依赖名:docker-runc -> runc

From: @zhu-yuncheng 
Reviewed-by: @duyiwei7w 
Signed-off-by: @duyiwei7w
This commit is contained in:
openeuler-ci-bot 2024-04-22 01:05:14 +00:00 committed by Gitee
commit 54e8d152e2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <zhuyuncheng@huawei.com> - 1.24.2+rc1+k3s2-4
- change requirement docker-runc to runc
* Feb Nov 01 2022 Ge Wang <wangge20@h-partners.com> - 1.24.2+rc1+k3s2-3
- add flannel plugin to project to fix sandbox creating failure