fix FTBFS
This commit is contained in:
parent
069cf2d850
commit
a07b63efa6
1 changed files with 5 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: apache-commons-jcs
|
||||
Version: 2.0
|
||||
Release: 0.3.beta.1%{?dist}
|
||||
Release: 0.4.beta.1%{?dist}
|
||||
Summary: Apache Commons Java Caching System
|
||||
License: ASL 2.0
|
||||
URL: http://commons.apache.org/proper/commons-jcs/
|
||||
|
|
@ -37,6 +37,7 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
|||
BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
|
||||
BuildRequires: mvn(org.apache.openjpa:openjpa-kernel)
|
||||
BuildRequires: mvn(org.apache.openwebbeans:openwebbeans-impl) >= 1.2.6
|
||||
BuildRequires: mvn(org.apache.rat:apache-rat-plugin)
|
||||
BuildRequires: mvn(org.apache.velocity:velocity-tools)
|
||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
BuildRequires: mvn(org.codehaus.mojo:buildnumber-maven-plugin)
|
||||
|
|
@ -147,6 +148,9 @@ find -name "*.jar" -print -delete
|
|||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Tue Feb 07 2017 gil cattaneo <puntogil@libero.it> 2.0-0.4.beta.1
|
||||
- fix FTBFS
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-0.3.beta.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Reference in a new issue