From f423f915e03a44fd235cb5b0c6f4aac7485da181 Mon Sep 17 00:00:00 2001 From: fushanqing Date: Mon, 11 Apr 2022 11:28:57 +0800 Subject: [PATCH] add macro --- runc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/runc.spec b/runc.spec index 1ce5475..dd8299f 100644 --- a/runc.spec +++ b/runc.spec @@ -1,9 +1,10 @@ #needsrootforbuild +%global _bindir /usr/local/bin %global debug_package %{nil} Name: docker-runc Version: 1.0.0.rc3 -Release: 116 +Release: 117 Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. License: ASL 2.0 @@ -52,6 +53,9 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc %{_bindir}/runc %changelog +* Mon Apr 11 2022 fushanqing - 1.0.0.rc3-117 +- add macro + * Thu Feb 10 2022 fushanqing - 1.0.0.rc3-116 - remove "%global _bindir /usr/local/bin" -- Gitee