[tomcat/f16] Updated to 7.0.33

Ivan Afonichev van at fedoraproject.org
Wed Dec 5 22:31:32 UTC 2012


commit ce6bf1e7184ece6b101eb4177a611b62ebb6dbae
Author: Ivan Afonichev <ivan.afonichev at gmail.com>
Date:   Sun Dec 2 02:20:24 2012 +0400

    Updated to 7.0.33
    
    - Resolves: rhbz 873620 need chkconfig for update-alternatives
    - Resolves: rhbz 873707 fix several security issues
    - Resolves: rhbz 883806 refix logdir ownership
    - Resolves: rhbz 820119 Remove bundled apache-commons-dbcp

 sources     |    2 +-
 tomcat.spec |   24 ++++++++++++++++++++----
 2 files changed, 21 insertions(+), 5 deletions(-)
---
diff --git a/sources b/sources
index 69a44df..b76a2e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7fa41d09ccc1dc324c35fdebebd2afe  apache-tomcat-7.0.27-src.tar.gz
+1693d330f195366a6cd852bf3ce3eb95  apache-tomcat-7.0.33-src.tar.gz
diff --git a/tomcat.spec b/tomcat.spec
index f2cd182..26f1c4c 100644
--- a/tomcat.spec
+++ b/tomcat.spec
@@ -31,7 +31,7 @@
 %global jspspec 2.2
 %global major_version 7
 %global minor_version 0
-%global micro_version 27
+%global micro_version 33
 %global packdname apache-tomcat-%{version}-src
 %global servletspec 3.0
 %global elspec 2.2
@@ -54,7 +54,7 @@
 Name:          tomcat
 Epoch:         0
 Version:       %{major_version}.%{minor_version}.%{micro_version}
-Release:       2%{?dist}
+Release:       1%{?dist}
 Summary:       Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
 
 Group:         System Environment/Daemons
@@ -182,6 +182,8 @@ Summary: Apache Tomcat JSP API implementation classes
 Provides: jsp = %{jspspec}
 Provides: jsp22
 Requires: %{name}-servlet-%{servletspec}-api = %{epoch}:%{version}-%{release}
+Requires(post): chkconfig
+Requires(postun): chkconfig
 
 %description jsp-%{jspspec}-api
 Apache Tomcat JSP API implementation classes.
@@ -208,6 +210,8 @@ Summary: Apache Tomcat Servlet API implementation classes
 Provides: servlet = %{servletspec}
 Provides: servlet6
 Provides: servlet3
+Requires(post): chkconfig
+Requires(postun): chkconfig
 
 %description servlet-%{servletspec}-api
 Apache Tomcat Servlet API implementation classes.
@@ -217,6 +221,8 @@ Group: Development/Libraries
 Summary: Expression Language v1.0 API
 Provides: el_1_0_api = %{epoch}:%{version}-%{release}
 Provides: el_api = %{elspec}
+Requires(post): chkconfig
+Requires(postun): chkconfig
 
 %description el-%{elspec}-api
 Expression Language 1.0.
@@ -273,7 +279,9 @@ export OPT_JAR_LIST="xalan-j2-serializer"
 
     # remove some jars that we'll replace with symlinks later
    %{__rm} output/build/bin/commons-daemon.jar \
-           output/build/lib/ecj.jar
+           output/build/lib/ecj.jar \
+           output/build/lib/apache-commons-dbcp.jar
+
     # remove the cruft we created
    %{__rm} output/build/bin/tomcat-native.tar.gz
 pushd output/dist/src/webapps/docs/appdev/sample/src
@@ -550,8 +558,9 @@ fi
 %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
 %attr(0755,root,tomcat) %dir %{basedir}
 %attr(0755,root,tomcat) %dir %{confdir}
-%defattr(0664,root,tomcat,0770)
+%defattr(0664,tomcat,root,0770)
 %attr(0770,tomcat,root) %dir %{logdir}
+%defattr(0664,root,tomcat,0770)
 %attr(0660,tomcat,tomcat) %{logdir}/catalina.out
 %attr(0770,root,tomcat) %dir %{cachedir}
 %attr(0770,root,tomcat) %dir %{tempdir}
@@ -643,6 +652,13 @@ fi
 %attr(0644,root,root) %{_unitdir}/%{name}-jsvc.service
 
 %changelog
+* Thu Dec 6 2012 Ivan Afonichev <ivan.afonichev at gmail.com> 0:7.0.33-1
+- Updated to 7.0.33
+- Resolves: rhbz 873620 need chkconfig for update-alternatives
+- Resolves: rhbz 873707 fix several security issues
+- Resolves: rhbz 883806 refix logdir ownership
+- Resolves: rhbz 820119 Remove bundled apache-commons-dbcp
+
 * Tue Apr 10 2012 Ivan Afonichev <ivan.afonichev at gmail.com> 0:7.0.27-2
 - Fixed tomcat-native download
 


More information about the scm-commits mailing list