From 3ed1af0872c1befe161d5e25508a011e9d06a1c2 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 19:59:26 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- felix-gogo-runtime.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/felix-gogo-runtime.spec b/felix-gogo-runtime.spec index c88ce42..3375333 100644 --- a/felix-gogo-runtime.spec +++ b/felix-gogo-runtime.spec @@ -4,7 +4,7 @@ Name: felix-gogo-runtime Version: 1.1.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Apache Felix Gogo command line shell for OSGi # One file is also MIT licensed: # src/main/java/org/apache/felix/gogo/runtime/Expression.java @@ -71,6 +71,10 @@ sed -i '/(echoout/ d' src/test/java/org/apache/felix/gogo/runtime/TestParser.jav %license LICENSE NOTICE %changelog +* Mon Aug 09 2021 Mohan Boddu - 1.1.4-3 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Thu Apr 15 2021 Mohan Boddu - 1.1.4-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937