fixed the build-requires
This commit is contained in:
parent
8a826512a3
commit
9feed5d046
@ -45,7 +45,7 @@
|
|||||||
Summary: A Modern Concurrent Version Control System
|
Summary: A Modern Concurrent Version Control System
|
||||||
Name: subversion
|
Name: subversion
|
||||||
Version: 1.12.2
|
Version: 1.12.2
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://subversion.apache.org/
|
URL: https://subversion.apache.org/
|
||||||
|
|
||||||
@ -185,7 +185,7 @@ This package includes the Perl bindings to the Subversion libraries.
|
|||||||
%package javahl
|
%package javahl
|
||||||
Summary: JNI bindings to the Subversion libraries
|
Summary: JNI bindings to the Subversion libraries
|
||||||
Requires: subversion = %{version}-%{release}
|
Requires: subversion = %{version}-%{release}
|
||||||
BuildRequires: java-latest-openjdk-devel
|
BuildRequires: java-openjdk-devel
|
||||||
# JAR repacking requires both zip and unzip in the buildroot
|
# JAR repacking requires both zip and unzip in the buildroot
|
||||||
BuildRequires: zip, unzip
|
BuildRequires: zip, unzip
|
||||||
# For the tests
|
# For the tests
|
||||||
@ -544,6 +544,9 @@ make check-javahl
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 28 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.12.2-8
|
||||||
|
- fixed the build-requires
|
||||||
|
|
||||||
* Wed Feb 12 2020 Joe Orton <jorton@redhat.com> - 1.12.2-7
|
* Wed Feb 12 2020 Joe Orton <jorton@redhat.com> - 1.12.2-7
|
||||||
- fix FTBFS on 32-bit arches (#1800120)
|
- fix FTBFS on 32-bit arches (#1800120)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user