Fix FTBFS.

This commit is contained in:
Alexander Kurtakov 2010-12-21 13:03:50 +02:00
parent 5f18baf183
commit c5f7fd7eba
2 changed files with 16 additions and 1 deletions

View File

@ -11,4 +11,16 @@
<version>3.2</version> <version>3.2</version>
</jpp> </jpp>
</dependency> </dependency>
<dependency>
<maven>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.6.5</version>
</maven>
<jpp>
<groupId>JPP</groupId>
<artifactId>ant</artifactId>
<version>1.6.5</version>
</jpp>
</dependency>
</dependencies> </dependencies>

View File

@ -35,7 +35,7 @@
Name: %{parent}-%{subname} Name: %{parent}-%{subname}
Version: 2.2.3 Version: 2.2.3
Release: 1%{?dist} Release: 2%{?dist}
Summary: Plexus Classworlds Classloader Framework Summary: Plexus Classworlds Classloader Framework
License: ASL 2.0 and Plexus License: ASL 2.0 and Plexus
Group: Development/Libraries Group: Development/Libraries
@ -171,6 +171,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_javadocdir}/* %doc %{_javadocdir}/*
%changelog %changelog
* Tue Dec 21 2010 Alexander Kurtakov <akurtako@redhat.com> 2.2.3-2
- Fix FTBFS.
* Tue Jul 13 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.2.3-1 * Tue Jul 13 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.2.3-1
- Version bump - Version bump
- Fix few small packaging guidelines violations - Fix few small packaging guidelines violations