From ef818eb786962302da698d54a64879d1ff77de2b Mon Sep 17 00:00:00 2001 From: fushanqing Date: Thu, 10 Feb 2022 15:37:43 +0800 Subject: [PATCH] remove '%global _bindir /usr/local/bin' --- runc.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/runc.spec b/runc.spec index fd26481..1ce5475 100644 --- a/runc.spec +++ b/runc.spec @@ -1,10 +1,9 @@ #needsrootforbuild -%global _bindir /usr/local/bin %global debug_package %{nil} Name: docker-runc Version: 1.0.0.rc3 -Release: 115 +Release: 116 Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. License: ASL 2.0 @@ -53,6 +52,9 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc %{_bindir}/runc %changelog +* 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 - Type:bugfix - CVE:NA -- Gitee