diff --git a/apache-commons-logging.spec b/apache-commons-logging.spec index 3ddf184..7a3ca70 100644 --- a/apache-commons-logging.spec +++ b/apache-commons-logging.spec @@ -4,7 +4,7 @@ Name: apache-%{short_name} Version: 1.1.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Apache Commons Logging License: ASL 2.0 URL: http://commons.apache.org/%{base_name} @@ -20,6 +20,8 @@ BuildRequires: mvn(log4j:log4j) BuildRequires: mvn(logkit:logkit) BuildRequires: mvn(org.apache.commons:commons-parent) BuildRequires: mvn(org.apache.maven.plugins:maven-failsafe-plugin) +BuildRequires: mvn(org.apache.maven.plugins:maven-dependency-plugin) +BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) %description @@ -92,6 +94,9 @@ install -pm 644 %{SOURCE2} %{buildroot}/%{_mavenpomdir}/JPP-%{short_name}-api.po # ----------------------------------------------------------------------------- %changelog +* Mon Aug 05 2013 Michal Srb - 1.1.3-5 +- Add missing BR: maven-dependency-plugin, build-helper-maven-plugin + * Mon Aug 05 2013 Michal Srb - 1.1.3-4 - Add missing BR: maven-failsafe-plugin