diff --git a/subversion.spec b/subversion.spec index 9b5eb7a..287641a 100644 --- a/subversion.spec +++ b/subversion.spec @@ -1,9 +1,14 @@ # set to zero to avoid running test suite %bcond_without kwallet -%bcond_without bdb %bcond_without tests +%if 0%{?fedora} > 32 || 0%{?rhel} > 8 +%bcond_with bdb +%else +%bcond_without bdb +%endif + # Python 2 for F<32, Python 3 for F>=32 %if 0%{?fedora} < 32 %bcond_without python2 @@ -45,7 +50,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.14.0~rc2 -Release: 0%{?dist} +Release: 1%{?dist} License: ASL 2.0 URL: https://subversion.apache.org/ @@ -182,7 +187,7 @@ This package includes the Perl bindings to the Subversion libraries. %package javahl Summary: JNI bindings to the Subversion libraries Requires: subversion = %{version}-%{release} -BuildRequires: java-devel-openjdk +BuildRequires: java-11-openjdk-devel # JAR repacking requires both zip and unzip in the buildroot BuildRequires: zip, unzip # For the tests @@ -536,6 +541,10 @@ make check-javahl %endif %changelog +* Thu Apr 30 2020 Joe Orton - 1.14.0~rc2-1 +- drop Berkeley DB support for Fedora > 32 +- BR java-11-openjdk-devel + * Thu Apr 23 2020 Joe Orton - 1.14.0~rc2-0 - update to 1.14.0-rc2