diff --git a/runc.spec b/runc.spec index fd26481aee87dc749c2717d7b1f044ac6a62a1e3..1ce547550d541b3ee15db50e2ab269e68c5a4af8 100644 --- a/runc.spec +++ b/runc.spec @@ -1,10 +1,9 @@ #needsrootforbuild -%global _bindir /usr/local/bin %global debug_package %{nil} Name: docker-runc Version: 1.0.0.rc3 -Release: 115 +Release: 116 Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. License: ASL 2.0 @@ -53,6 +52,9 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc %{_bindir}/runc %changelog +* Thu Feb 10 2022 fushanqing - 1.0.0.rc3-116 +- remove "%global _bindir /usr/local/bin" + * Tue Jan 26 2022 songyanting - 1.0.0.rc3-115 - Type:bugfix - CVE:NA