Add missing BRs

This commit is contained in:
Mat Booth 2013-07-15 17:06:05 +01:00
parent afb50becb6
commit 00998f7228

View File

@ -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 <fedora@matbooth.co.uk> - 1.1-10
- Add missing BRs
* Mon Jul 15 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1-9
- Install NOTICE file with javadoc package
- Resolves: rhbz#984417