From 282815884552f836d754b402a0c92c1430d7494a Mon Sep 17 00:00:00 2001 From: Jerry James Date: Nov 07 2021 20:29:34 +0000 Subject: Require JDK 1.8 instead of 1.6 to fix FTBFS. --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..98c5562 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# maven-reporting-impl + +Abstract classes to manage report generation, which can be run both: + +- as part of a site generation (as a maven-reporting-api's MavenReport), +- or as a direct standalone invocation (as a maven-plugin-api's Mojo). diff --git a/maven-reporting-impl.spec b/maven-reporting-impl.spec index 1c436e3..dc375e1 100644 --- a/maven-reporting-impl.spec +++ b/maven-reporting-impl.spec @@ -1,6 +1,6 @@ Name: maven-reporting-impl Version: 3.0.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Abstract classes to manage report generation License: ASL 2.0 URL: http://maven.apache.org/shared/%{name} @@ -39,13 +39,15 @@ Summary: Javadoc for %{name} API documentation for %{name}. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 # integration tests try to download stuff from the internet # and therefore they don't work in Koji %pom_remove_plugin :maven-invoker-plugin +# Build for JDK 8 at a minimum +sed -i 's/1\.6/1.8/g' pom.xml + %build %mvn_build @@ -59,6 +61,9 @@ API documentation for %{name}. %doc LICENSE NOTICE %changelog +* Sat Nov 6 2021 Jerry James - 3.0.0-12 +- Require JDK 1.8 instead of 1.6 to fix FTBFS + * Thu Jul 22 2021 Fedora Release Engineering - 3.0.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild