[resteasy] Added tomcat6-servlet-2.5-api as a dependency to resolve a build problem

Ade Lee vakwetu at fedoraproject.org
Tue Aug 7 15:14:45 UTC 2012


commit aebd679f3117af98ec263c72068a37c4d1d50157
Author: Ade Lee <alee at redhat.com>
Date:   Tue Aug 7 11:13:20 2012 -0400

    Added tomcat6-servlet-2.5-api as a dependency to resolve a build problem

 resteasy.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/resteasy.spec b/resteasy.spec
index de8c4bc..4f021e6 100644
--- a/resteasy.spec
+++ b/resteasy.spec
@@ -3,7 +3,7 @@
 
 Name: resteasy
 Version: 2.3.2
-Release: 8%{?dist}
+Release: 9%{?dist}
 Summary: Framework for RESTful Web services and Java applications
 Group: Development/Libraries
 License: ASL 2.0 and CDDL
@@ -73,6 +73,7 @@ BuildRequires: glassfish-fastinfoset
 #BuildRequires: sun-sjsxp
 BuildRequires: tomcat-el-2.2-api
 BuildRequires: tomcat-servlet-3.0-api
+BuildRequires: tomcat6-servlet-2.5-api
 #BuildRequires: tomcat6
 #BuildRequires: tomcat6-lib
 BuildRequires: cdi-api
@@ -153,6 +154,7 @@ Requires: snakeyaml
 #Requires: tomcat6
 #Requires: tomcat6-lib
 Requires: tomcat-el-2.2-api
+Requires: tomcat6-servlet-2.5-api
 Requires: tomcat-servlet-3.0-api
 Requires: ws-jaxme
 Requires: xerces-j2
@@ -266,6 +268,9 @@ cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 %doc License.html
 
 %changelog
+* Tue Aug 7 2012 Ade Lee <alee at redhat.com> - 2.3.2-9
+- Added tomcat6-servlet-2.5-api as a dependency
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.2-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list