From c1f6eaccaf0be6b7df8893726f301d5f98868352 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 22:04:52 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- lua-posix.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lua-posix.spec b/lua-posix.spec index e67fe96..2d9446e 100644 --- a/lua-posix.spec +++ b/lua-posix.spec @@ -6,7 +6,7 @@ Name: lua-posix Version: 35.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A POSIX library for Lua License: MIT URL: http://luaforge.net/projects/luaposix/ @@ -42,6 +42,10 @@ build-aux/luke install PREFIX=%{buildroot}%{_prefix} INST_LIBDIR=%{buildroot}%{l %changelog +* Mon Aug 09 2021 Mohan Boddu - 35.0-5 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 35.0-4 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937