diff --git a/runc-openeuler.spec b/runc.spec similarity index 94% rename from runc-openeuler.spec rename to runc.spec index 959955b0598cea69231d5f1124666255eacd0ff5..bcb510f2087aae3a16f8036615e61c3a4d103436 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