diff --git a/runc-openeuler.spec b/runc.spec similarity index 94% rename from runc-openeuler.spec rename to runc.spec index cb5311acd1a3fe1b80ec3cac23734b67974cdba0..942224231435a826afa136d71c6bae99b4e6deeb 100644 --- a/runc-openeuler.spec +++ b/runc.spec @@ -2,7 +2,7 @@ Name: docker-runc Version: 1.0.0.rc3 -Release: 202 +Release: 203 Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. License: ASL 2.0 @@ -40,6 +40,9 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc %{_bindir}/runc %changelog +* Tue Jan 25 2022 weidong - 1.0.0.rc3-203 +- change the spec file name to be the same as the repo name + * Mon Aug 09 2021 xiadanni - 1.0.0.rc3-202 - Type:bugfix - ID:NA