Fix FTBFS.
This commit is contained in:
parent
5f18baf183
commit
c5f7fd7eba
@ -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>
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user