diff --git a/libdb.spec b/libdb.spec index 0cd818a..c39561b 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: 45%{?dist} +Release: 46%{?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 @@ -65,6 +65,7 @@ BuildRequires: perl-interpreter libtool BuildRequires: tcl-devel >= %{__tclversion} BuildRequires: chrpath BuildRequires: zlib-devel +BuildRequires: make Conflicts: filesystem < 3 %description @@ -386,6 +387,9 @@ mv man/* ${RPM_BUILD_ROOT}%{_mandir}/man1 %{_includedir}/%{name}/dbsql.h %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 5.3.28-46 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Dec 02 2020 Matej Mužila 5.3.28-45 - Resolves: CVE-2019-2708 (#1853243)