diff --git a/maven-reporting-impl.changes b/maven-reporting-impl.changes index 3b47469..16e91c4 100644 --- a/maven-reporting-impl.changes +++ b/maven-reporting-impl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 11 11:43:42 UTC 2020 - Fridrich Strba + +- Fix build against newer doxia that requires html5 module + ------------------------------------------------------------------- Fri Mar 29 13:44:55 UTC 2019 - Fridrich Strba diff --git a/maven-reporting-impl.spec b/maven-reporting-impl.spec index f43d0bf..565fd95 100644 --- a/maven-reporting-impl.spec +++ b/maven-reporting-impl.spec @@ -1,7 +1,7 @@ # # spec file for package maven-reporting-impl # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,6 +33,7 @@ BuildRequires: javapackages-local BuildRequires: maven-doxia-core BuildRequires: maven-doxia-logging-api BuildRequires: maven-doxia-module-xhtml +BuildRequires: maven-doxia-module-xhtml5 BuildRequires: maven-doxia-sink-api BuildRequires: maven-doxia-sitetools BuildRequires: maven-lib @@ -79,6 +80,7 @@ build-jar-repository -s lib \ maven-doxia/doxia-core \ maven-doxia/doxia-logging-api \ maven-doxia/doxia-module-xhtml \ + maven-doxia/doxia-module-xhtml5 \ maven-doxia/doxia-sink-api \ maven-doxia-sitetools/doxia-decoration-model \ maven-doxia-sitetools/doxia-site-renderer \