Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-08-09 19:22:59 +00:00
parent 8148ba3057
commit aad5d00e71
1 changed files with 5 additions and 1 deletions

View File

@ -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 <mboddu@redhat.com> - 3.6-14
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Mon Jun 28 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.6-13
- Remove build-dependency on exec-maven-plugin
- Resolves: rhbz#1976995