This commit is contained in:
parent
f909f8646b
commit
f5a7ecf879
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 22 19:01:52 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Do not build against the log4j12 packages, use the new reload4j
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 26 08:32:25 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
Mon Jul 26 08:32:25 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mysql-connector-java
|
# spec file for package mysql-connector-java
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -37,12 +37,12 @@ BuildRequires: java-devel >= 1.8
|
|||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: javassist >= 3.23.1
|
BuildRequires: javassist >= 3.23.1
|
||||||
BuildRequires: junit
|
BuildRequires: junit
|
||||||
BuildRequires: log4j12-mini
|
|
||||||
BuildRequires: protobuf-java >= 3.9.2
|
BuildRequires: protobuf-java >= 3.9.2
|
||||||
|
BuildRequires: reload4j
|
||||||
BuildRequires: slf4j
|
BuildRequires: slf4j
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Requires: jta >= 1.0
|
Requires: jta >= 1.0
|
||||||
Requires: log4j12
|
Requires: reload4j
|
||||||
Requires: slf4j
|
Requires: slf4j
|
||||||
Provides: mm.mysql = %{version}
|
Provides: mm.mysql = %{version}
|
||||||
Obsoletes: mm.mysql < %{version}
|
Obsoletes: mm.mysql < %{version}
|
||||||
@ -81,7 +81,7 @@ export CLASSPATH=$(build-classpath \
|
|||||||
jdbc-stdext\
|
jdbc-stdext\
|
||||||
jta \
|
jta \
|
||||||
junit \
|
junit \
|
||||||
log4j12/log4j-12 \
|
reload4j \
|
||||||
protobuf)
|
protobuf)
|
||||||
%{ant} \
|
%{ant} \
|
||||||
-Dsnapshot.version= \
|
-Dsnapshot.version= \
|
||||||
|
Loading…
Reference in New Issue
Block a user