From 288c6e853a3abb8af36bfcbcffda8ee33f779813 Mon Sep 17 00:00:00 2001 From: zhongjiawei Date: Tue, 9 Aug 2022 14:46:19 +0800 Subject: [PATCH] runc: bump version to 303 --- git-commit | 2 +- runc.spec | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/git-commit b/git-commit index ed10351..34f61ed 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -115f07e6a16508a63b98f4f375e285607822b8a8 +b49101bf7dc504614d65a73bc3a5d8d6033962ff diff --git a/runc.spec b/runc.spec index b3c3605..2ed9c1c 100644 --- a/runc.spec +++ b/runc.spec @@ -4,7 +4,7 @@ Name: docker-runc Version: 1.0.0.rc3 -Release: 118 +Release: 303 Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. License: ASL 2.0 @@ -53,6 +53,12 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc %{_bindir}/runc %changelog +* Tue Aug 9 2022 zhongjiawei - 1.0.0.rc3-303 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:bump version to 303 + * Fri Jul 8 2022 cenhuilin - 1.0.0.rc3-118 - Type:bugfix - ID:NA -- Gitee