[java-sig-commits] [jetty] Do not require apache-commons-parent in order to not bring maven and friends.

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Dec 14 14:18:42 UTC 2010


commit dbb1170b8a49155f89d220ccf237e3d6c9c67ac2
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Tue Dec 14 16:17:40 2010 +0200

    Do not require apache-commons-parent in order to not bring maven and friends.

 jetty.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/jetty.spec b/jetty.spec
index 961ad2e..d6049fb 100644
--- a/jetty.spec
+++ b/jetty.spec
@@ -42,7 +42,7 @@
 
 Name:           jetty
 Version:        6.1.26
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        The Jetty Webserver and Servlet Container
 
 Group:          Applications/Internet
@@ -97,7 +97,6 @@ BuildRequires: derby
 Requires:  chkconfig
 Requires:  jpackage-utils >= 0:1.6
 Requires:  ant >= 0:1.6
-Requires:  apache-commons-parent
 Requires:  apache-commons-el
 Requires:  apache-commons-logging
 Requires:  tomcat6-lib >= 6.0.26
@@ -375,6 +374,9 @@ fi
 %doc %{_docdir}/%{name}-%{version}
 
 %changelog
+* Tue Dec 14 2010 Alexander Kurtakov <akurtako at redhat.com> 6.1.26-4
+- Do not require apache-commons-parent in order to not bring maven and friends.
+
 * Wed Dec 01 2010 Jeff Johnston <jjohnstn at redhat.com> 6.1.26-3
 - Resolves #655808
 - Fix util pom to reference javax.servlet groupid for servlet-api.


More information about the java-sig-commits mailing list