From e8554eb920b38e80a222f384824a3c429976670d Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Tue, 12 Apr 2022 13:13:42 +0200 Subject: [PATCH] explicitly use openjdk8 to avoid conflicts with other jdks --- subversion.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/subversion.spec b/subversion.spec index 8dd2e1c..a1a6764 100644 --- a/subversion.spec +++ b/subversion.spec @@ -46,6 +46,8 @@ %define pdir SVN %define pnam _Core +%define use_jdk openjdk8 + Summary: A Concurrent Versioning system similar to but better than CVS Summary(pl.UTF-8): System kontroli wersji podobny, ale lepszy, niż CVS Summary(pt_BR.UTF-8): Sistema de versionamento concorrente @@ -108,7 +110,7 @@ BuildRequires: texinfo BuildRequires: which BuildRequires: zlib-devel >= 1.2 %if %{with java} -BuildRequires: jdk >= 1.8 +BuildRequires: openjdk8-jdk-base BuildRequires: libstdc++-devel >= 6:4.7 %endif %if %{with perl} -- 2.44.0