This commit is contained in:
parent
4e9ec22797
commit
e853282334
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 1 12:29:16 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Build against compatibility log4j12 package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 25 12:18:29 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
Wed Sep 25 12:18:29 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@ BuildRequires: java-devel >= 1.8.0
|
|||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: javapackages-tools
|
BuildRequires: javapackages-tools
|
||||||
BuildRequires: junit
|
BuildRequires: junit
|
||||||
BuildRequires: log4j
|
BuildRequires: log4j12
|
||||||
BuildRequires: sed
|
BuildRequires: sed
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
@ -120,7 +120,7 @@ Requires: apache-commons-dbcp
|
|||||||
Requires: apache-commons-logging
|
Requires: apache-commons-logging
|
||||||
Requires: apache-commons-pool2
|
Requires: apache-commons-pool2
|
||||||
Requires: java >= 1.8
|
Requires: java >= 1.8
|
||||||
Requires: log4j
|
Requires: log4j12
|
||||||
Requires(post): %fillup_prereq
|
Requires(post): %fillup_prereq
|
||||||
Requires(pre): %{_sbindir}/groupadd
|
Requires(pre): %{_sbindir}/groupadd
|
||||||
Requires(pre): %{_sbindir}/useradd
|
Requires(pre): %{_sbindir}/useradd
|
||||||
@ -444,7 +444,7 @@ pushd %{buildroot}%{libdir}
|
|||||||
rm -f commons-dbcp.jar
|
rm -f commons-dbcp.jar
|
||||||
ln -s $(build-classpath commons-dbcp2) commons-dbcp2.jar
|
ln -s $(build-classpath commons-dbcp2) commons-dbcp2.jar
|
||||||
ln -s $(build-classpath commons-pool2) commons-pool2.jar
|
ln -s $(build-classpath commons-pool2) commons-pool2.jar
|
||||||
ln -s $(build-classpath log4j) log4j.jar
|
ln -s $(build-classpath log4j12/log4j-12) log4j.jar
|
||||||
ln -s $(build-classpath ecj/ecj) jasper-jdt.jar
|
ln -s $(build-classpath ecj/ecj) jasper-jdt.jar
|
||||||
|
|
||||||
# Temporary copy the juli jar here from %%{_datadir}/java/tomcat (for maven depmap)
|
# Temporary copy the juli jar here from %%{_datadir}/java/tomcat (for maven depmap)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user