From 1a2157e1d5a2382b565db98be601bedaddd9100f Mon Sep 17 00:00:00 2001 From: zhongjiawei Date: Wed, 28 Sep 2022 17:08:17 +0800 Subject: [PATCH] runc: move install path to /usr/bin --- git-commit | 2 +- runc.spec | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/git-commit b/git-commit index 34f61ed..67d905c 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -b49101bf7dc504614d65a73bc3a5d8d6033962ff +5fcbc59e1420f8bbf94d4edc9be9fe813cccab09 diff --git a/runc.spec b/runc.spec index 2a33277..0c410b0 100644 --- a/runc.spec +++ b/runc.spec @@ -1,10 +1,10 @@ #needsrootforbuild -%global _bindir /usr/local/bin +%global _bindir /usr/bin %global debug_package %{nil} Name: docker-runc Version: 1.0.0.rc3 -Release: 305 +Release: 306 Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. License: ASL 2.0 @@ -53,6 +53,12 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc %{_bindir}/runc %changelog +* Wed Sep 28 2022 zhongjiawei - 1.0.0.rc3-306 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:move install path to /usr/bin + * Tue Aug 16 2022 zhongjiawei - 1.0.0.rc3-305 - Type:bugfix - CVE:NA @@ -83,7 +89,7 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc * 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 +* Wed Jan 26 2022 songyanting - 1.0.0.rc3-115 - Type:bugfix - CVE:NA - SUG:NA -- Gitee