From 9feed5d046ed0229fbc649ec82520bd7cd2241d1 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Apr 28 2020 13:19:56 +0000 Subject: fixed the build-requires --- diff --git a/subversion.spec b/subversion.spec index b9e4059..2d141c4 100644 --- a/subversion.spec +++ b/subversion.spec @@ -45,7 +45,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.12.2 -Release: 7%{?dist} +Release: 8%{?dist} License: ASL 2.0 URL: https://subversion.apache.org/ @@ -185,7 +185,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-latest-openjdk-devel +BuildRequires: java-openjdk-devel # JAR repacking requires both zip and unzip in the buildroot BuildRequires: zip, unzip # For the tests @@ -544,6 +544,9 @@ make check-javahl %endif %changelog +* Tue Apr 28 2020 Jitka Plesnikova - 1.12.2-8 +- fixed the build-requires + * Wed Feb 12 2020 Joe Orton - 1.12.2-7 - fix FTBFS on 32-bit arches (#1800120)