From 132cea05ef667830e3a5e8add1f0830c4ee09262 Mon Sep 17 00:00:00 2001 From: zhongjiawei Date: Thu, 16 Nov 2023 19:50:43 +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 9cdb79d..533d1b8 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -781dd0d54fe8ad4116c4451f197662c1b732ca2d +136282df24ea91f83c1fcc1731c9817e29b86573 diff --git a/runc.spec b/runc.spec index c12e66d..923ca05 100644 --- a/runc.spec +++ b/runc.spec @@ -2,9 +2,9 @@ %global _bindir /usr/bin %global debug_package %{nil} -Name: docker-runc +Name: runc Version: 1.0.0.rc3 -Release: 316 +Release: 317 Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. License: ASL 2.0 @@ -57,6 +57,12 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc %{_bindir}/runc %changelog +* Thu Nov 16 2023 zhongjiawei - 1.0.0.rc3-317 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:modify runc rpm package name from docker-runc to runc + * Thu Oct 26 2023 zhongjiawei - 1.0.0.rc3-316 - Type:bugfix - CVE:NA -- Gitee