diff --git a/apache-commons-exec.spec b/apache-commons-exec.spec index 0d1c0cd..7aa2d52 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -3,7 +3,7 @@ Name: apache-commons-exec Version: 1.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Java library to reliably execute external processes from within the JVM Group: Development/Libraries @@ -26,6 +26,7 @@ BuildRequires: maven-install-plugin BuildRequires: maven-jar-plugin BuildRequires: maven-javadoc-plugin BuildRequires: maven-resources-plugin +BuildRequires: iputils Requires: java >= 1:1.6.0 Requires: jpackage-utils Requires(post): jpackage-utils @@ -105,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Sep 1 2010 Alexander Kurtakov 1.0.1-4 +- BR iputils. Needed by tests. + * Wed Sep 1 2010 Alexander Kurtakov 1.0.1-3 - Change maven plugin names to the new ones.