[tomcat/f17] Resolves: rhbz 883806 refix logdir ownership

Ivan Afonichev van at fedoraproject.org
Thu Dec 6 22:01:48 UTC 2012


commit 13fd9163468813dcf80cf50c4817e9c35f6bc3ab
Author: Ivan Afonichev <ivan.afonichev at gmail.com>
Date:   Fri Dec 7 01:56:04 2012 +0400

    Resolves: rhbz 883806 refix logdir ownership

 tomcat.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/tomcat.spec b/tomcat.spec
index 6e147d6..dbaa7fe 100644
--- a/tomcat.spec
+++ b/tomcat.spec
@@ -54,7 +54,7 @@
 Name:          tomcat
 Epoch:         0
 Version:       %{major_version}.%{minor_version}.%{micro_version}
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
 
 Group:         System Environment/Daemons
@@ -565,8 +565,9 @@ fi
 %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
 %attr(0755,root,tomcat) %dir %{basedir}
 %attr(0755,root,tomcat) %dir %{confdir}
+%defattr(0664,tomcat,root,0770)
+%attr(0770,tomcat,root) %dir %{logdir}
 %defattr(0664,root,tomcat,0770)
-%attr(0770,root,tomcat) %dir %{logdir}
 %attr(0660,tomcat,tomcat) %{logdir}/catalina.out
 %attr(0770,root,tomcat) %dir %{cachedir}
 %attr(0770,root,tomcat) %dir %{tempdir}
@@ -666,6 +667,9 @@ fi
 %attr(0644,root,root) %{_unitdir}/%{name}-jsvc.service
 
 %changelog
+* Fri Dec 7 2012 Ivan Afonichev <ivan.afonichev at gmail.com> 0:7.0.33-2
+- Resolves: rhbz 883806 refix logdir ownership 
+
 * Sun Dec 2 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


More information about the scm-commits mailing list