From 6aec3db8d97bb336b652df2d0f8809dc169263d8 Mon Sep 17 00:00:00 2001 From: zhongjiawei Date: Fri, 17 Nov 2023 10:42:49 +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 e1d35a7..e437cb3 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -6a36602a91e2bf0275f28cb7710838922daa7b0f +ceb8017289180891d9f0cdec28f9c1737c04579a diff --git a/runc.spec b/runc.spec index df0ed2d..542d651 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.3 -Release: 19 +Release: 20 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.3-20 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:modify runc rpm package name from docker-runc to runc + * Thu Oct 26 2023 zhongjiawei - 1.1.3-19 - Type:bugfix - CVE:NA