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-10 00:01:13 +00:00
parent e86c1b7172
commit efaf9be911

View File

@ -2,7 +2,7 @@
Name: postgres-decoderbufs
Version: 1.4.0
Release: 3%{?pre:.%pre}%{?dist}
Release: 4%{?pre:.%pre}%{?dist}
Summary: PostgreSQL Protocol Buffers logical decoder plugin
License: MIT
@ -60,6 +60,10 @@ Just-in-time compilation support for %{name}.
%changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.0-4.Final
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu Apr 22 2021 Honza Horak <hhorak@redhat.com> - 1.4.0-3.Final
- Build jit based on what postgresql server does
Related: #1933048