From e14162ca3b375ee79f796ebf665116e9ca36a8ff Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 21:07:55 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- jna.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jna.spec b/jna.spec index c008e40..4af3935 100644 --- a/jna.spec +++ b/jna.spec @@ -1,6 +1,6 @@ Name: jna Version: 5.6.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Pure Java access to native libraries # Most of code is dual-licensed under either LGPL 2.1+ only or Apache # License 2.0. WeakIdentityHashMap.java was taken from Apache CXF, @@ -135,6 +135,10 @@ install -m 755 build/native*/libjnidispatch*.so %{buildroot}%{_libdir}/%{name}/ %changelog +* Mon Aug 09 2021 Mohan Boddu - 5.6.0-5 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Thu Apr 29 2021 Ondrej Dubaj - 5.6.0-4 - Build without reflections optional dependency (#1954987)