Accepting request 146513 from home:archie172:branches:Java:packages
What these changes do: 1. Fix this tomcat warning: SEVERE: An incompatible version 1.1.23 of the APR based Apache Tomcat Native library is installed, while Tomcat requires version 1.1.24 2. Fix this tomcat warning: WARNING: Problem with JAR file [/usr/share/java/tomcat/log4j.jar], exists: [false], canRead: [false] 3. Ensure tomcat stdout/stderr output ends up in catalina.out 4. Fix several issues in the init script Thanks. OBS-URL: https://build.opensuse.org/request/show/146513 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=15
This commit is contained in:
@@ -112,7 +112,7 @@ BuildRequires: wsdl4j
|
||||
BuildRequires: systemd
|
||||
%endif
|
||||
|
||||
Recommends: libtcnative-1-0
|
||||
Recommends: libtcnative-1-0 >= 1.1.24
|
||||
Recommends: logrotate
|
||||
|
||||
Requires(pre): %{_sbindir}/groupadd
|
||||
@@ -122,6 +122,7 @@ Requires: jakarta-commons-daemon
|
||||
Requires: jakarta-commons-dbcp
|
||||
Requires: jakarta-commons-logging
|
||||
Requires: jakarta-commons-pool
|
||||
Requires: log4j
|
||||
%{?systemd_requires}
|
||||
Requires(post): /sbin/chkconfig
|
||||
Requires(preun): /sbin/chkconfig
|
||||
|
Reference in New Issue
Block a user