From 4fc4febda80cbf84063db6d0cad2e136637d3f53 Mon Sep 17 00:00:00 2001 From: konglidong Date: Tue, 12 Apr 2022 10:57:21 +0800 Subject: [PATCH] change the spec file name to be the same as the repo name --- 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..bcb510f 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 Apr 12 2022 konglidong - 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