From 81c21f583b3604c0f5ff3f540bc03e98c86403f2 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 22:12:24 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- maven-verifier-plugin.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/maven-verifier-plugin.spec b/maven-verifier-plugin.spec index 03c86c9..7519243 100644 --- a/maven-verifier-plugin.spec +++ b/maven-verifier-plugin.spec @@ -1,6 +1,6 @@ Name: maven-verifier-plugin Version: 1.0 -Release: 28%{?dist} +Release: 29%{?dist} Summary: Maven Verifier Plugin License: ASL 2.0 @@ -46,6 +46,10 @@ API documentation for %{name}. %doc LICENSE NOTICE %changelog +* Mon Aug 09 2021 Mohan Boddu - 1.0-29 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Mon Jul 12 2021 Severin Gehwolf - 1.0-28 - Move to maven-parent over maven-plugins-pom. - Resolves: RHBZ#1981003