diff --git a/runc-openeuler.spec b/runc.spec similarity index 93% rename from runc-openeuler.spec rename to runc.spec index 9c99806bb340580f85e2e09d338a77295f76726e..75230419c317e8420f9ecec6365c0ba30df4409f 100644 --- a/runc-openeuler.spec +++ b/runc.spec @@ -4,7 +4,7 @@ Name: docker-runc Version: 1.0.0.rc3 -Release: 114 +Release: 115 Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. License: ASL 2.0 @@ -53,6 +53,9 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc %{_bindir}/runc %changelog +* Tue Jan 25 2022 weidong - 1.0.0.rc3-115 +- change the spec file name to be the same as the repo name + * Thu Dec 23 2021 xiadanni - 1.0.0.rc3-114 - Type:bugfix - CVE:NA