From 92e64f56a53587addfa075ac8d4515d12c71e934 Mon Sep 17 00:00:00 2001 From: zhangsn Date: Wed, 29 Oct 2025 02:08:25 +0000 Subject: [PATCH] update toolbox.spec. Signed-off-by: zhangsn --- toolbox.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/toolbox.spec b/toolbox.spec index 53f6c1f..ce76bc6 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -5,7 +5,7 @@ Version: 0.0.99.5 %global goipath github.com/containers/%{name} -Release: 4 +Release: 5 Summary: Tool for interactive command line environments on Linux License: Apache-2.0 @@ -86,9 +86,6 @@ ln -s src/vendor vendor %install %meson_install -if [ -f %{buildroot}/usr/bin/toolbox ]; then - chrpath --delete %{buildroot}/usr/bin/toolbox -fi %files %doc CODE-OF-CONDUCT.md NEWS README.md SECURITY.md @@ -107,6 +104,9 @@ fi %{_datadir}/%{name} %changelog +* Wed Oct 29 2025 zhangshaoning - 0.0.99.5-5 +- fix toolbox init failed + * Tue Apr 23 2024 Pengda Dou - 0.0.99.5-4 - add support for loongarch64 -- Gitee