diff --git a/runc-openeuler.spec b/runc.spec similarity index 92% rename from runc-openeuler.spec rename to runc.spec index 4241e437bc2527af25ec7fc54df534c47b52995c..333f4285644a898b92af30409279010878904f96 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