From 9a9ca4a0a9ee51cd7b9ada4c50ae37ea42551840 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Wed, 18 Aug 2021 19:38:32 +0000 Subject: [PATCH] import toolbox-0.0.99.3-0.1.module+el8.5.0+12209+fe58a295 --- .gitignore | 2 +- .toolbox.metadata | 2 +- SPECS/toolbox.spec | 12 ++++++++++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 017fef7..d744aa9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/toolbox-0.0.99.2^1.git660b6970e998-vendored.tar.xz +SOURCES/toolbox-0.0.99.3-vendored.tar.xz diff --git a/.toolbox.metadata b/.toolbox.metadata index 2cac5d1..44b3e7d 100644 --- a/.toolbox.metadata +++ b/.toolbox.metadata @@ -1 +1 @@ -53c96750cb48c825a54dea680922e46dc4b123ca SOURCES/toolbox-0.0.99.2^1.git660b6970e998-vendored.tar.xz +925877d2e970cfbf315174de4ceaa921581abed6 SOURCES/toolbox-0.0.99.3-vendored.tar.xz diff --git a/SPECS/toolbox.spec b/SPECS/toolbox.spec index ad24875..44b3df0 100644 --- a/SPECS/toolbox.spec +++ b/SPECS/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%{?dist} Summary: Unprivileged development environment License: ASL 2.0 @@ -106,6 +106,14 @@ ln -s src/vendor vendor %changelog +* Wed Aug 11 2021 Jindrich Novy - 0.0.99.3-0.1 +- change release to 0.x so it is obvious it is devel version +- Related: #1934415 + +* Thu Aug 05 2021 Jindrich Novy - 0.0.99.3-1 +- Fix the build on CentOS Stream +- Related: #1934415 + * Wed Jul 28 2021 Jindrich Novy - 0.0.99.2^1.git660b6970e998-1 - Add support for configuration files Resolves: #1940082