resolves: rhbz#640837

This commit is contained in:
david knox 2010-10-07 12:25:50 -06:00
parent 1bb926e7cc
commit 5fa3921fdc
2 changed files with 6 additions and 3 deletions

View File

@ -38,9 +38,9 @@ fi
# For SELinux we need to use 'runuser' not 'su'
if [ -x "/sbin/runuser" ]; then
SU="/sbin/runuser"
SU="/sbin/runuser -s /bin/sh"
else
SU="/bin/su"
SU="/bin/su -s /bin/sh"
fi
# Get the tomcat config (use this for environment specific settings)

View File

@ -55,7 +55,7 @@
Name: tomcat6
Epoch: 0
Version: %{major_version}.%{minor_version}.%{micro_version}
Release: 10%{?dist}
Release: 11%{?dist}
Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
Group: Networking/Daemons
@ -599,6 +599,9 @@ fi
%{appdir}/sample
%changelog
* Thu Oct 07 2010 David Knox <dknox@redhat.com> 0L6.0.26-11
- resolves rhbz#640837 - tomcat user requires login shell
* Mon Oct 04 2010 David Knox <dknox@redhat.com> 0:6.0.26-10
- ant-nodeps is breaking the build. Put ant-nodeps on the
- OPT_JAR_LIST