Updated to 7.0.26

Bug 790334: Change ownership of logdir for logrotate
This commit is contained in:
Ivan Afonichev 2012-02-22 21:16:21 +04:00
parent d114e3c41b
commit 5d4b042f0c
2 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
12ebfd86a071184baac453eaf7c2a760 apache-tomcat-7.0.25-src.tar.gz
eb8e7192b02b6031be6fc23afea2431f apache-tomcat-7.0.26-src.tar.gz

View File

@ -31,7 +31,7 @@
%global jspspec 2.2
%global major_version 7
%global minor_version 0
%global micro_version 25
%global micro_version 26
%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: 4%{?dist}
Release: 1%{?dist}
Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
Group: System Environment/Daemons
@ -648,6 +648,10 @@ fi
%attr(0644,root,root) %{_unitdir}/%{name}-jsvc.service
%changelog
* Wed Feb 22 2012 Ivan Afonichev <ivan.afonichev@gmail.com> 0:7.0.26-1
- Updated to 7.0.26
- Bug 790334: Change ownership of logdir for logrotate
* Thu Feb 16 2012 Krzysztof Daniel <kdaniel@redhat.com> 0:7.0.25-4
- Bug 790694: Priorities of jsp, servlet and el packages updated.