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 21:02:13 +00:00
parent 60d40351dd
commit 9dd87cc4e8
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: jakarta-activation
Version: 1.2.2
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Jakarta Activation Specification and Implementation
License: BSD
URL: https://eclipse-ee4j.github.io/jaf/
@ -61,6 +61,10 @@ sed -i "s/\${activation.osgiversion}/%{version}/g" activation/pom.xml
%license LICENSE.md NOTICE.md
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.2-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Mon Jun 28 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.2-4
- Temporarily disable javadoc generation
- Resolves: rhbz#1976997