drop Berkeley DB support for Fedora > 32

BR java-11-openjdk-devel
This commit is contained in:
Joe Orton 2020-04-30 09:51:47 +01:00
parent dba71be6b7
commit 15003a7b63
1 changed files with 12 additions and 3 deletions

View File

@ -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 <jorton@redhat.com> - 1.14.0~rc2-1
- drop Berkeley DB support for Fedora > 32
- BR java-11-openjdk-devel
* Thu Apr 23 2020 Joe Orton <jorton@redhat.com> - 1.14.0~rc2-0
- update to 1.14.0-rc2