diff --git a/toolbox.spec b/toolbox.spec index 7a954cf..0dd3e9b 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -4,12 +4,12 @@ %global _find_debuginfo_dwz_opts %{nil} Name: toolbox -Version: 0.0.99.2^1.git660b6970e998 +Version: 0.0.99.3 %global goipath github.com/containers/%{name} %gometa -Release: 1%{?dist} +Release: 0.1.git660b6970e998%{?dist} Summary: Unprivileged development environment License: ASL 2.0 @@ -106,6 +106,10 @@ ln -s src/vendor vendor %changelog +* Mon Aug 02 2021 Debarshi Ray - 0.0.99.3-0.1.git660b6970e998 +- Fix the build on CentOS Stream +Related: #1970747 + * Wed Jul 28 2021 Jindrich Novy - 0.0.99.2^1.git660b6970e998-1 - Add support for configuration files - Related: #1970747