diff --git a/libdb.spec b/libdb.spec index 3c5616f4c42f43e1d8690305d423ad4e1055b8a0..35b8b05835210ab68cf817596b869e6bd6c99309 100644 --- a/libdb.spec +++ b/libdb.spec @@ -1,6 +1,6 @@ Name: libdb Version: 5.3.28 -Release: 39 +Release: 40 Summary: The Berkeley DB database library for C License: BSD and LGPLv2 and Sleepycat URL: https://www.oracle.com/database/berkeley-db/ @@ -40,7 +40,7 @@ Patch40: libdb-cbd-race.patch Patch41: add-check-for-device-number-in-__check_lock_fn.patch Patch42: fix-a-potential-infinite-loop.patch -BuildRequires: gcc gcc-c++ perl-interpreter libtool tcl-devel >= 8.5.2-3 +BuildRequires: gcc gcc-c++ perl-interpreter libtool tcl-devel >= 8.5.2-3 BuildRequires: java-devel >= 1:1.6.0 chrpath zlib-devel Conflicts: filesystem < 3 @@ -212,6 +212,9 @@ mv man/* %{buildroot}%{_mandir}/man1/ %{_mandir}/man1 %changelog +* Mon Oct 17 2022 konglidong - 5.3.28-40 +- Change the Buildrequire from java-devel to java-1.8.0-openjdk-devel + * Tue Jul 12 2022 Kou Wenqi - 5.3.28-39 - Fix a potential infinite loop