From aad5d00e7162b24150e61b547206c862596edcef Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 19:22:59 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- apache-commons-net.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apache-commons-net.spec b/apache-commons-net.spec index d2382ef..ac7bc1a 100644 --- a/apache-commons-net.spec +++ b/apache-commons-net.spec @@ -3,7 +3,7 @@ Name: apache-%{short_name} Version: 3.6 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Internet protocol suite Java library License: ASL 2.0 URL: http://commons.apache.org/%{base_name}/ @@ -56,6 +56,10 @@ rm src/test/java/org/apache/commons/net/tftp/TFTPServerPathTest.java %license LICENSE.txt NOTICE.txt %changelog +* Mon Aug 09 2021 Mohan Boddu - 3.6-14 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Mon Jun 28 2021 Mikolaj Izdebski - 3.6-13 - Remove build-dependency on exec-maven-plugin - Resolves: rhbz#1976995