From 1c213b9b7e7a27ff453f6334fe8f2ce1ec85cd6a Mon Sep 17 00:00:00 2001 From: weidong Date: Tue, 18 Jan 2022 13:45:23 +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 959955b..97d663b 100644 --- a/runc-openeuler.spec +++ b/runc.spec @@ -2,7 +2,7 @@ Name: docker-runc Version: 1.0.0.rc3 -Release: 203 +Release: 204 Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. License: ASL 2.0 @@ -41,6 +41,9 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc %{_bindir}/runc %changelog +* Tue Jan 18 2022 waeidong - 1.0.0.rc3-204 +- change the spec file name to be the same as the repo name + * Fri Aug 20 2021 wangqing - 1.0.0.rc3-203 - Type:bugfix - ID:NA -- Gitee