Fridrich Strba 2019-10-01 09:03:41 +00:00 committed by Git OBS Bridge
parent c40611b57e
commit 43afed0ec8
4 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 1 09:01:32 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Build against the compatibility log4j12-mini package
- Depend on mvn(log4j:log4j:1.2.17) provided by the compatibility
packages
-------------------------------------------------------------------
Tue Mar 19 05:31:47 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -35,7 +35,7 @@ BuildRequires: xmvn-install
BuildRequires: xmvn-resolve
BuildArch: noarch
Requires: mvn(commons-logging:commons-logging)
Requires: mvn(log4j:log4j)
Requires: mvn(log4j:log4j:1.2.17)
Requires: mvn(org.slf4j:slf4j-api) = %{version}
%description

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 1 09:01:32 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Build against the compatibility log4j12-mini package
- Depend on mvn(log4j:log4j:1.2.17) provided by the compatibility
packages
-------------------------------------------------------------------
Tue Mar 19 05:31:47 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -41,7 +41,7 @@ BuildRequires: javapackages-local
BuildRequires: javapackages-tools
BuildRequires: javassist >= 3.4
BuildRequires: junit >= 3.8.2
BuildRequires: log4j-mini
BuildRequires: log4j112-mini
Requires: cal10n
Requires: java
# this is ugly hack, which creates package which requires the same,
@ -164,7 +164,7 @@ done
sed -i "/Import-Package/s/.$/;resolution:=optional&/" slf4j-api/src/main/resources/META-INF/MANIFEST.MF
%build
export CLASSPATH=$(build-classpath log4j \
export CLASSPATH=$(build-classpath log4j12/log4j-12 \
commons-logging \
commons-lang3 \
javassist-3.14.0 \