diff --git a/runc.spec b/runc.spec index 1ce547550d541b3ee15db50e2ab269e68c5a4af8..dd8299f1bc22fc3405a0efe62b9f29cfe715301f 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"