[tomcat6/f15] resolves rhbz 748015 - basedir permissions changed to 0775 from 0765

Dave Knox dknox at fedoraproject.org
Tue Oct 25 15:52:18 UTC 2011


commit a79a270d957680d71fa6f2c32a1e3f5d807bbcd1
Author: David Knox <dknox at dknox-laptop.(none)>
Date:   Tue Oct 25 09:52:50 2011 -0600

    resolves rhbz 748015 - basedir permissions changed to 0775 from 0765

 tomcat6.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/tomcat6.spec b/tomcat6.spec
index 10029ea..ed641ce 100644
--- a/tomcat6.spec
+++ b/tomcat6.spec
@@ -53,7 +53,7 @@
 Name:          tomcat6
 Epoch:         0
 Version:       %{major_version}.%{minor_version}.%{micro_version}
-Release:       9%{?dist}
+Release:       10%{?dist}
 Summary:       Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
 
 Group:         Networking/Daemons
@@ -510,7 +510,7 @@ fi
 %attr(0755,root,root) %{_initrddir}/%{name}
 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
 %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
-%attr(0765,root,tomcat) %dir %{basedir}
+%attr(0775,root,tomcat) %dir %{basedir}
 %attr(0775,root,tomcat) %dir %{bindir}
 %attr(0775,root,tomcat) %dir %{appdir}
 %attr(0775,root,tomcat) %dir %{confdir}
@@ -588,6 +588,10 @@ fi
 %{appdir}/sample
 
 %changelog
+* Mon Oct 24 2011 David Knox <dknox at redhat.com> 0:6.0.32-10
+- Resolves: rhbz 748015 - DocBase does not exist: changed permissions
+- on basedir to 775.
+
 * Wed Oct 19 2011 David Knox <dknox at redhat.com> 0:6.0.32-9
 - Resolves: CVE-2011-1184 rhbz 741407
 


More information about the scm-commits mailing list