From 4ad86f2160c1f86077ae6e2fa2e35e0674dc1bcd Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 02:00:35 +0000 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 (92%) diff --git a/runc-openeuler.spec b/runc.spec similarity index 92% rename from runc-openeuler.spec rename to runc.spec index 4241e43..333f428 100644 --- a/runc-openeuler.spec +++ b/runc.spec @@ -4,7 +4,7 @@ Name: docker-runc Version: 1.0.0.rc3 -Release: 113 +Release: 114 Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. License: ASL 2.0 @@ -52,6 +52,9 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc %{_bindir}/runc %changelog +* Tue Oct 26 2021 chenchen - 1.0.0.rc3-114 +- change the spec file name to be the same as the repo name + * Thu Mar 18 2021 xiadanni - 1.0.0.rc3-113 - Type:bugfix - CVE:NA -- Gitee