[jetty] Revert the dependency on jetty-parent - we don't need the whole maven stack when installing jetty.

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Jan 26 13:54:09 UTC 2012


commit ad631cef1df34dac7e7e6179cacf88d862854753
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Thu Jan 26 15:53:59 2012 +0200

    Revert the dependency on jetty-parent - we don't need the whole maven
    stack when installing jetty.
    
    - Make the javadoc package not depend on the main one.

 jetty.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/jetty.spec b/jetty.spec
index e6a9565..f9c52b8 100644
--- a/jetty.spec
+++ b/jetty.spec
@@ -42,7 +42,7 @@
 
 Name:           jetty
 Version:        8.1.0
-Release:        0.2.rc5%{?dist}
+Release:        0.3.rc5%{?dist}
 Summary:        Java Webserver and Servlet Container
 
 Group:          Applications/Internet
@@ -93,7 +93,6 @@ BuildRequires:  jetty-artifact-remote-resources
 
 BuildArch:      noarch
 
-Requires:       jetty-parent
 Requires:       chkconfig
 Requires:       jpackage-utils >= 0:1.6
 Requires:       tomcat-servlet-3.0-api
@@ -133,7 +132,6 @@ platforms.
 %package        javadoc
 Summary:        Javadoc for %{name}
 Group:          Documentation
-Requires:       %{name} = %{version}
 
 %description    javadoc
 %{summary}.
@@ -370,6 +368,10 @@ fi
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Thu Jan 26 2012 Alexander Kurtakov <akurtako at redhat.com> 8.1.0-0.3.rc5
+- Revert the dependency on jetty-parent - we don't need the whole maven stack when installing jetty.
+- Make the javadoc package not depend on the main one.
+
 * Thu Jan 26 2012 Stanislav Ochotnicky <sochotnicky at redhat.com> - 8.1.0-0.2.rc5
 - Add jetty-parent to Requires
 


More information about the scm-commits mailing list