diff --git a/apache-rat.spec b/apache-rat.spec index 637eee5..c589f92 100644 --- a/apache-rat.spec +++ b/apache-rat.spec @@ -3,7 +3,7 @@ Name: apache-rat Version: 0.8 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Apache Release Audit Tool (RAT) Group: Development/Libraries @@ -33,8 +33,6 @@ BuildRequires: maven-resources-plugin BuildRequires: maven-site-plugin BuildRequires: maven-source-plugin BuildRequires: maven-surefire-maven-plugin -BuildRequires: maven-doxia -BuildRequires: maven-doxia-sitetools BuildRequires: maven-wagon BuildRequires: ant-antunit @@ -174,6 +172,9 @@ cp -rp target/site/apidocs \ %changelog +* Tue Feb 26 2013 Orion Poplawski 0.8-9 +- Drop BR on maven-doxia and maven-doxia-sitetools (bug #915606) + * Tue Feb 12 2013 Orion Poplawski 0.8-8 - Add apache-rat wrapper script to apache-rat-core (bug #907782) - Disable tests for now due to Fedora maven bug