diff --git a/apache-commons-cli.spec b/apache-commons-cli.spec index 72b6279..a068a4f 100644 --- a/apache-commons-cli.spec +++ b/apache-commons-cli.spec @@ -2,7 +2,7 @@ Name: apache-%{short_name} Version: 1.3.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Command Line Interface Library for Java License: ASL 2.0 URL: http://commons.apache.org/cli/ @@ -17,7 +17,6 @@ BuildRequires: maven-local BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.apache.commons:commons-parent:pom:) BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin) -BuildRequires: mvn(org.jacoco:jacoco-maven-plugin) %description The CLI library provides a simple and easy to use API for working with the @@ -51,6 +50,9 @@ This package contains the API documentation for %{name}. %doc LICENSE.txt NOTICE.txt %changelog +* Wed Feb 01 2017 Michael Simacek - 1.3.1-5 +- Remove BR on jacoco + * Wed Jun 15 2016 Mikolaj Izdebski - 1.3.1-4 - Regenerate build-requires