diff --git a/runc.spec b/runc.spec index 6cd683a06d4ec1e74056ce4f3eb561e9003f6f3b..d882ef6095c16adda160d0fdd75f53a43617d3d0 100644 --- a/runc.spec +++ b/runc.spec @@ -1,9 +1,9 @@ -%global _bindir /usr/bin +%global _bindir /usr/local/bin %global debug_package %{nil} Name: runc Version: 1.1.8 -Release: 21 +Release: 22 Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. License: ASL 2.0 @@ -57,6 +57,12 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc %{_bindir}/runc %changelog +* Wed Sep 18 2024 zhongjiawei - 1.1.8-22 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:move install path to /usr/local/bin + * Tue Sep 10 2024 Song Zhang - 1.1.8-21 - Type:CVE - CVE:CVE-2024-45310