Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tomcat for openSUSE:Factory checked in at 2022-02-23 19:06:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tomcat (Old) and /work/SRC/openSUSE:Factory/.tomcat.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tomcat" Wed Feb 23 19:06:49 2022 rev:82 rq:957023 version:9.0.43 Changes: -------- --- /work/SRC/openSUSE:Factory/tomcat/tomcat.changes 2022-02-22 21:19:03.918295867 +0100 +++ /work/SRC/openSUSE:Factory/.tomcat.new.1958/tomcat.changes 2022-02-23 19:06:50.507288502 +0100 @@ -1,0 +2,10 @@ +Wed Feb 23 11:57:30 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Remove dependency on log4j/reload4j completely (bsc#1196137) + +------------------------------------------------------------------- +Tue Feb 22 19:00:25 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Do not build against the log4j12 packages, use the new reload4j + +------------------------------------------------------------------- Old: ---- tomcat-9.0-log4j.properties ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tomcat.spec ++++++ --- /var/tmp/diff_new_pack.AjXLW5/_old 2022-02-23 19:06:51.563288573 +0100 +++ /var/tmp/diff_new_pack.AjXLW5/_new 2022-02-23 19:06:51.567288573 +0100 @@ -57,7 +57,6 @@ Source5: %{name}-%{major_version}.%{minor_version}.logrotate Source6: %{name}-%{major_version}.%{minor_version}-digest.script Source7: %{name}-%{major_version}.%{minor_version}-tool-wrapper.script -Source10: %{name}-%{major_version}.%{minor_version}-log4j.properties Source11: %{name}-%{major_version}.%{minor_version}.service Source20: %{name}-%{major_version}.%{minor_version}-jsvc.service Source21: tomcat-functions @@ -108,7 +107,6 @@ BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local BuildRequires: junit -BuildRequires: log4j12 BuildRequires: pkgconfig BuildRequires: sed BuildRequires: systemd-rpm-macros @@ -122,7 +120,6 @@ Requires: apache-commons-logging Requires: apache-commons-pool2 Requires: java >= 1.8 -Requires: log4j12 Requires(post): %fillup_prereq Requires(pre): %{_sbindir}/groupadd Requires(pre): %{_sbindir}/useradd @@ -366,7 +363,6 @@ # First copy supporting libs to tomcat lib pushd output/build cp -a bin/*.{jar,xml} %{buildroot}%{bindir} - cp %{SOURCE10} conf/log4j.properties cp -a conf/*.{policy,properties,xml} %{buildroot}%{confdir} cp -a lib/*.jar %{buildroot}%{libdir} cp -a webapps/* %{buildroot}%{tomcatappdir} @@ -445,7 +441,6 @@ rm -f commons-dbcp.jar ln -s $(build-classpath commons-dbcp2) commons-dbcp2.jar ln -s $(build-classpath commons-pool2) commons-pool2.jar - ln -s $(build-classpath log4j12/log4j-12) log4j.jar ln -s $(build-classpath ecj/ecj) jasper-jdt.jar # Temporary copy the juli jar here from %%{_datadir}/java/tomcat (for maven depmap)