From 3b99d68a2c01a58eaddfecdc45713d3c7ca975de Mon Sep 17 00:00:00 2001 From: weidong Date: Tue, 25 Jan 2022 13:33:58 +0800 Subject: [PATCH] Change the spec file name to be the same as the repo name Signed-off-by: weidong --- runc-openeuler.spec => runc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename runc-openeuler.spec => runc.spec (94%) diff --git a/runc-openeuler.spec b/runc.spec similarity index 94% rename from runc-openeuler.spec rename to runc.spec index cb5311a..9422242 100644 --- a/runc-openeuler.spec +++ b/runc.spec @@ -2,7 +2,7 @@ Name: docker-runc Version: 1.0.0.rc3 -Release: 202 +Release: 203 Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. License: ASL 2.0 @@ -40,6 +40,9 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc %{_bindir}/runc %changelog +* Tue Jan 25 2022 weidong - 1.0.0.rc3-203 +- change the spec file name to be the same as the repo name + * Mon Aug 09 2021 xiadanni - 1.0.0.rc3-202 - Type:bugfix - ID:NA -- Gitee