From ddcfb99a060af7533b2046ca37b09edb2d3c272a Mon Sep 17 00:00:00 2001 From: zhongjiawei Date: Wed, 18 Sep 2024 14:31:39 +0800 Subject: [PATCH] runc:move install path to /usr/bin --- runc.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/runc.spec b/runc.spec index d882ef6..123c4d5 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 -- Gitee