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 20:03:07 +00:00
parent 1fcbdb6e3a
commit b8dd4992b8

View File

@ -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 <mboddu@redhat.com> - 0.9.18-0.13.20200928gitb44022c
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu Jun 10 2021 Mike FABIAN <mfabian@redhat.com> - 0.9.18-0.12.20200928gitb44022c
- Add patch to avoid using deprecated inet_* functions. Related: rhbz#1966963