From 966b8bd6011d9d96d018ee831de23dde5effe2c4 Mon Sep 17 00:00:00 2001 From: zhongjiawei Date: Thu, 16 Nov 2023 19:44:54 +0800 Subject: [PATCH] runc:modify runc rpm package name from docker-runc to runc --- git-commit | 2 +- runc.spec | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/git-commit b/git-commit index e4a8031..13efc34 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -1256a9448b72c93429600f0e71b45a7c877e0d30 +2afbedcd60c2e54f5097588bad6eab9c26327893 diff --git a/runc.spec b/runc.spec index 0e96dbf..81c295f 100644 --- a/runc.spec +++ b/runc.spec @@ -1,9 +1,9 @@ %global _bindir /usr/bin %global debug_package %{nil} -Name: docker-runc +Name: runc Version: 1.1.8 -Release: 8 +Release: 9 Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. License: ASL 2.0 @@ -54,6 +54,12 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc %{_bindir}/runc %changelog +* Thu Nov 16 2023 zhongjiawei - 1.1.8-9 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:modify runc rpm package name from docker-runc to runc + * Thu Oct 26 2023 zhongjiawei - 1.1.8-8 - Type:bugfix - CVE:NA -- Gitee