diff --git a/maven-doxia-sitetools.spec b/maven-doxia-sitetools.spec index 41739b2..7b4784b 100644 --- a/maven-doxia-sitetools.spec +++ b/maven-doxia-sitetools.spec @@ -34,7 +34,7 @@ Name: %{parent}-%{subproj} Version: 1.0 -Release: 0.2.a10.1%{?dist} +Release: 0.2.a10.2%{?dist} Summary: Doxia content generation framework License: ASL 2.0 Group: Development/Tools @@ -60,6 +60,7 @@ BuildRequires: maven2-plugin-javadoc BuildRequires: maven2-plugin-resources BuildRequires: maven2-plugin-site BuildRequires: maven2-plugin-surefire +BuildRequires: maven-surefire-provider-junit BuildRequires: maven-doxia >= 1.0-0.3.a10 BuildRequires: plexus-maven-plugin >= 0:1.2-2 BuildRequires: modello-maven-plugin >= 0:1.0-0.a8.3 @@ -195,6 +196,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_javadocdir}/* %changelog +* Mon Dec 21 2009 Alexander Kurtakov 1.0-0.2.a10.2 +- BR maven-surefire-provider-junit. + * Tue Sep 01 2009 Andrew Overholt 1.0-0.2.a10.1 - Add itext, tomcat5, and tomcat5-servlet-2.4-api BRs