[java-sig-commits] [jetty/f17] Add geronimo-annotation to Requires

Stanislav Ochotnicky sochotni at fedoraproject.org
Fri Feb 24 10:34:34 UTC 2012


commit fe754aea3b07cacf45a158935745bd298dfb1ac6
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Fri Feb 24 10:33:21 2012 +0100

    Add geronimo-annotation to Requires

 jetty.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/jetty.spec b/jetty.spec
index 3a1ebb9..9b8e6dc 100644
--- a/jetty.spec
+++ b/jetty.spec
@@ -44,7 +44,7 @@
 
 Name:           jetty
 Version:        8.1.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Java Webserver and Servlet Container
 
 Group:          Applications/Internet
@@ -112,6 +112,7 @@ Requires:       tomcat-jsp-2.2-api
 Requires:       tomcat-servlet-3.0-api
 Requires:       tomcat-el-2.2-api
 Requires:       geronimo-jta
+Requires:       geronimo-annotation
 Requires:       jakarta-taglibs-standard
 Requires:       objectweb-asm
 %{?FE_USERADD_REQ}
@@ -402,6 +403,9 @@ fi
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Fri Feb 24 2012 Stanislav Ochotnicky <sochotnicky at redhat.com> - 8.1.0-4
+- Add geronimo-annotation to Requires
+
 * Thu Feb 23 2012 Stanislav Ochotnicky <sochotnicky at redhat.com> - 8.1.0-3
 - Fix web server running example webapp
 - Add systemd unit file and conversion scriptlets


More information about the java-sig-commits mailing list