From 276bbbdeeeb139e815e6584fe7115366942e51a1 Mon Sep 17 00:00:00 2001 From: Jiri Date: Fri, 10 Jul 2020 12:34:37 +0200 Subject: [PATCH] Disabled javadoc, as it fails in jdk11, and ant should not be an FTBFS to soon --- ant.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ant.spec b/ant.spec index 4176d26..adac6c1 100644 --- a/ant.spec +++ b/ant.spec @@ -29,7 +29,7 @@ # %bcond_without tests -%bcond_without javadoc +%bcond_with javadoc %bcond_without junit5 %global ant_home %{_datadir}/ant @@ -658,6 +658,7 @@ LC_ALL=C.UTF-8 %{ant} test %changelog * Fri Jul 10 2020 Jiri Vanek - 0:1.10.8-2 - Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 +- disabled javadoc, as it fails in jdk11, and ant should not be an FTBFS to soon * Sat May 16 2020 Fabio Valentini - 0:1.10.8-1 - Update to version 1.10.8.