diff --git a/libdb.spec b/libdb.spec index 8db8ea1..6489fca 100644 --- a/libdb.spec +++ b/libdb.spec @@ -5,7 +5,7 @@ Summary: The Berkeley DB database library for C Name: libdb Version: 5.3.28 -Release: 50%{?dist} +Release: 51%{?dist} Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz # For mt19937db.c @@ -390,6 +390,10 @@ mv man/* ${RPM_BUILD_ROOT}%{_mandir}/man1 %{_includedir}/%{name}/dbsql.h %changelog +* Mon Aug 09 2021 Mohan Boddu - 5.3.28-51 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Thu Aug 05 2021 Filip Januš - 5.3.28-50 - fix static analyzer issues CWE-686-398 - Resolves: #1938760