From b083637924d66af16d3868689cb5898c193a998f Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Aug 05 2013 16:54:02 +0000 Subject: Add missing BR: maven-failsafe-plugin --- diff --git a/apache-commons-logging.spec b/apache-commons-logging.spec index 89943f9..3ddf184 100644 --- a/apache-commons-logging.spec +++ b/apache-commons-logging.spec @@ -4,7 +4,7 @@ Name: apache-%{short_name} Version: 1.1.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Apache Commons Logging License: ASL 2.0 URL: http://commons.apache.org/%{base_name} @@ -19,6 +19,7 @@ BuildRequires: mvn(junit:junit) BuildRequires: mvn(log4j:log4j) BuildRequires: mvn(logkit:logkit) BuildRequires: mvn(org.apache.commons:commons-parent) +BuildRequires: mvn(org.apache.maven.plugins:maven-failsafe-plugin) %description @@ -91,6 +92,9 @@ install -pm 644 %{SOURCE2} %{buildroot}/%{_mavenpomdir}/JPP-%{short_name}-api.po # ----------------------------------------------------------------------------- %changelog +* Mon Aug 05 2013 Michal Srb - 1.1.3-4 +- Add missing BR: maven-failsafe-plugin + * Mon Aug 05 2013 Michal Srb - 1.1.3-3 - Adapt to current guidelines