diff --git a/toolbox.spec b/toolbox.spec index 53f6c1fbb9268d68836737953dcfaa7b6d4406ff..1d9e9a375949526f589d2fe50b2d8534482162c6 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,10 +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 %license COPYING @@ -107,6 +103,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