From 00998f72283e1137dd66316f768ef14349aec06c Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Mon, 15 Jul 2013 17:06:05 +0100 Subject: [PATCH] Add missing BRs --- apache-commons-exec.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apache-commons-exec.spec b/apache-commons-exec.spec index 437944e..ca394ff 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -3,7 +3,7 @@ Name: apache-commons-exec Version: 1.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Java library to reliably execute external processes from within the JVM Group: Development/Libraries @@ -15,6 +15,8 @@ BuildRequires: iputils BuildRequires: java-devel >= 1:1.6.0 BuildRequires: jpackage-utils BuildRequires: maven-local +BuildRequires: maven-install-plugin +BuildRequires: maven-invoker-plugin Requires: java >= 1:1.6.0 Requires: jpackage-utils BuildArch: noarch @@ -71,6 +73,9 @@ cp -p pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{name}.pom %changelog +* Mon Jul 15 2013 Mat Booth - 1.1-10 +- Add missing BRs + * Mon Jul 15 2013 Mikolaj Izdebski - 1.1-9 - Install NOTICE file with javadoc package - Resolves: rhbz#984417