From 08fbf981a23f23666abdc12123ba98c2c661ae4e Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Tue, 20 Aug 2019 08:45:38 +0200 Subject: [PATCH] Remove maven-javadoc-plugin configuration --- voms-clients-java.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/voms-clients-java.spec b/voms-clients-java.spec index 8288025..6d8680f 100644 --- a/voms-clients-java.spec +++ b/voms-clients-java.spec @@ -1,6 +1,6 @@ Name: voms-clients-java Version: 3.3.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Virtual Organization Membership Service Java clients License: ASL 2.0 @@ -45,6 +45,11 @@ voms-proxy-init, voms-proxy-destroy and voms-proxy-info. %patch0 -p1 %patch1 -p1 +# Remove maven-javadoc-plugin configuration +# We are not building the javadoc for this package +# And its presence causes the EPEL 8 build to fail +%pom_remove_plugin org.apache.maven.plugins:maven-javadoc-plugin + # Do not create source jars %pom_remove_plugin org.apache.maven.plugins:maven-source-plugin @@ -150,6 +155,9 @@ fi %license LICENSE %changelog +* Tue Aug 20 2019 Mattias Ellert - 3.3.0-6 +- Remove maven-javadoc-plugin configuration + * Sat Jul 27 2019 Fedora Release Engineering - 3.3.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild