From fcacaff8defe7f250678ab22ff06831d646abed5 Mon Sep 17 00:00:00 2001 From: Oliver Gutierrez Date: Tue, 14 Sep 2021 10:46:27 +0100 Subject: [PATCH] Version bump for rebuild Related: rhbz#2000051 --- toolbox.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/toolbox.spec b/toolbox.spec index 605e3ad..58424e4 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -9,7 +9,7 @@ Version: 0.0.99.3 %global goipath github.com/containers/%{name} %gometa -Release: 0.7.git660b6970e998%{?dist} +Release: 0.8.git660b6970e998%{?dist} Summary: Unprivileged development environment License: ASL 2.0 @@ -115,6 +115,10 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf %changelog +* Tue Sep 14 2021 Oliver GutiƩrrez - 0.0.99.3-0.8.git660b6970e998 +- Added default container image configuration for tests + Related: #2000051 + * Fri Sep 03 2021 Oliver GutiƩrrez - 0.0.99.3-0.7.git660b6970e998 - Added missing gating tests files and patch for tests Related: #2000051