From 8c1703e56434738ec4e36b8c3f07aa71d391be3f Mon Sep 17 00:00:00 2001 From: zhongjiawei Date: Wed, 28 Sep 2022 16:48:40 +0800 Subject: [PATCH] runc: move install path to /usr/bin (cherry picked from commit effbd4c487ee4675b4483ab6a73e419c48083790) --- runc-openeuler.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/runc-openeuler.spec b/runc-openeuler.spec index 384e79f..3fe043c 100644 --- a/runc-openeuler.spec +++ b/runc-openeuler.spec @@ -1,8 +1,8 @@ -%global _bindir /usr/local/bin +%global _bindir /usr/bin Name: docker-runc Version: 1.0.0.rc3 -Release: 206 +Release: 207 Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. License: ASL 2.0 @@ -41,6 +41,12 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc %{_bindir}/runc %changelog +* Wed Sep 28 2022 zhongjiawei - 1.0.0.rc3-207 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:move install path to /usr/bin + * Wed Sep 21 2022 zhongjiawei - 1.0.0.rc3-206 - Type:bugfix - ID:NA