From b8dd4992b8a8516afe02db16a2799903b22e3900 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 20:03:07 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- foma.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/foma.spec b/foma.spec index 73853ec..9d60257 100644 --- a/foma.spec +++ b/foma.spec @@ -9,7 +9,7 @@ Name: foma Version: 0.9.18 -Release: 0.12.%{snapshotdate}git%{shortcommit0}%{?dist} +Release: 0.13.%{snapshotdate}git%{shortcommit0}%{?dist} Summary: Xerox-compatible finite-state compiler License: ASL 2.0 @@ -105,6 +105,10 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';' %changelog +* Mon Aug 09 2021 Mohan Boddu - 0.9.18-0.13.20200928gitb44022c +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Thu Jun 10 2021 Mike FABIAN - 0.9.18-0.12.20200928gitb44022c - Add patch to avoid using deprecated inet_* functions. Related: rhbz#1966963