From 5d682aa9e1abcec962dfb851bae942b59dbcfa86 Mon Sep 17 00:00:00 2001 From: Coty Sutherland Date: Aug 08 2016 19:32:57 +0000 Subject: Resolves: rhbz#1347864 The systemd service unit does not allow tomcat to shut down gracefully --- diff --git a/tomcat-8.0.service b/tomcat-8.0.service index 103d464..2b20aa0 100644 --- a/tomcat-8.0.service +++ b/tomcat-8.0.service @@ -13,7 +13,6 @@ EnvironmentFile=/etc/tomcat/tomcat.conf Environment="NAME=" EnvironmentFile=-/etc/sysconfig/tomcat ExecStart=/usr/libexec/tomcat/server start -ExecStop=/usr/libexec/tomcat/server stop SuccessExitStatus=143 User=tomcat Group=tomcat diff --git a/tomcat.spec b/tomcat.spec index be5d53b..e017fa1 100644 --- a/tomcat.spec +++ b/tomcat.spec @@ -686,6 +686,7 @@ fi - Resolves: rhbz#1349463 CVE-2016-3092 tomcat: Usage of vulnerable FileUpload package can result in denial of service (updates to 8.0.36) - Resolves: rhbz#1364056 The command tomcat-digest doesn't work - Resolves: rhbz#1363884 The tomcat-tool-wrapper script is broken +- Resolves: rhbz#1347864 The systemd service unit does not allow tomcat to shut down gracefully * Wed Mar 2 2016 Ivan Afonichev - 1:8.0.32-4 - Revert sysconfig migration changes, resolves: rhbz#1311771, rhbz#1311905