Fix BR on commons-parent
This commit is contained in:
parent
22cc2ea661
commit
af2e0cbf97
1 changed files with 5 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Name: apache-%{short_name}
|
||||
Version: 1.10
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Commons Configuration Package
|
||||
|
||||
License: ASL 2.0
|
||||
|
|
@ -22,7 +22,7 @@ BuildRequires: mvn(commons-logging:commons-logging)
|
|||
BuildRequires: mvn(javax.servlet:servlet-api)
|
||||
BuildRequires: mvn(log4j:log4j)
|
||||
BuildRequires: mvn(org.apache.commons:commons-jexl)
|
||||
BuildRequires: mvn(org.apache.commons:commons-parent)
|
||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||
BuildRequires: mvn(org.apache.commons:commons-vfs2)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||
|
|
@ -77,6 +77,9 @@ Obsoletes: jakarta-%{short_name}-javadoc < 0:%{version}-%{release}
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 12 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10-3
|
||||
- Fix BR on commons-parent
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Reference in a new issue