Remove BuildRequires on maven-surefire-provider-junit4
This commit is contained in:
parent
fb8e8f66a7
commit
fcd37d9bb8
1 changed files with 4 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Name: apache-%{short_name}
|
||||
Version: 0.5
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
Epoch: 2
|
||||
Summary: Apache Commons Discovery
|
||||
License: ASL 2.0
|
||||
|
|
@ -15,7 +15,6 @@ BuildArch: noarch
|
|||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: java-devel >= 1:1.6.0
|
||||
BuildRequires: maven-surefire-provider-junit4
|
||||
BuildRequires: apache-commons-logging >= 1.1.1
|
||||
|
||||
Provides: jakarta-%{short_name} = %{epoch}:%{version}-%{release}
|
||||
|
|
@ -58,6 +57,9 @@ Obsoletes: jakarta-%{short_name}-javadoc <= 1:0.4
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon May 26 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2:0.5-11
|
||||
- Remove BuildRequires on maven-surefire-provider-junit4
|
||||
|
||||
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2:0.5-10
|
||||
- Use Requires: java-headless rebuild (#1067528)
|
||||
|
||||
|
|
|
|||
Reference in a new issue