Fridrich Strba 2019-10-01 11:35:30 +00:00 committed by Git OBS Bridge
parent e0c3c6bd64
commit 41af28895c
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 1 11:35:09 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Build against the compatibility package log4j12
-------------------------------------------------------------------
Mon Apr 8 11:39:35 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -38,7 +38,7 @@ BuildRequires: hsqldb
BuildRequires: javapackages-local
BuildRequires: jdom >= 1.0-1
BuildRequires: junit
BuildRequires: log4j >= 1.1
BuildRequires: log4j12 >= 1.1
BuildRequires: oro
BuildRequires: plexus-classworlds
BuildRequires: servletapi4
@ -48,7 +48,7 @@ Requires: commons-collections
Requires: commons-lang
Requires: java >= 1.6.0
Requires: jdom >= 1.0-1
Requires: log4j >= 1.1
Requires: log4j12 >= 1.1
Requires: oro
Requires: servletapi4
Requires: werken-xpath
@ -183,7 +183,7 @@ ln -sf $(build-classpath commons-collections)
ln -sf $(build-classpath commons-lang)
ln -sf $(build-classpath commons-logging)
ln -sf $(build-classpath jdom)
ln -sf $(build-classpath log4j)
ln -sf $(build-classpath log4j12/log4j-12)
ln -sf $(build-classpath oro)
# Use servletapi4 instead of servletapi5 in CLASSPATH
ln -sf $(build-classpath servletapi4)