From 185b7a847f50490cb5faa76da1ca3b7764fac1a5 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 01:07:01 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- toolbox.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/toolbox.spec b/toolbox.spec index 0dd3e9b..3ab6ad7 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.1.git660b6970e998%{?dist} +Release: 0.2.git660b6970e998%{?dist} Summary: Unprivileged development environment License: ASL 2.0 @@ -106,6 +106,10 @@ ln -s src/vendor vendor %changelog +* Tue Aug 10 2021 Mohan Boddu - 0.0.99.3-0.2.git660b6970e998 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Mon Aug 02 2021 Debarshi Ray - 0.0.99.3-0.1.git660b6970e998 - Fix the build on CentOS Stream Related: #1970747