diff --git a/runc.spec b/runc.spec index d882ef6095c16adda160d0fdd75f53a43617d3d0..123c4d55cfea4ad73f878520119e12a47224d373 100644 --- a/runc.spec +++ b/runc.spec @@ -1,9 +1,9 @@ -%global _bindir /usr/local/bin +%global _bindir /usr/bin %global debug_package %{nil} Name: runc Version: 1.1.8 -Release: 22 +Release: 23 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-23 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:move install path to /usr/bin + * Wed Sep 18 2024 zhongjiawei - 1.1.8-22 - Type:bugfix - CVE:NA