From fd2f6b892436a887eca02e993fa76b4a930283d7a876150c2b817c7d5a088520 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 22 Feb 2022 18:17:14 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/logback?expand=0&rev=12 --- logback.changes | 5 +++++ logback.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/logback.changes b/logback.changes index 492c6e0..afdc6f7 100644 --- a/logback.changes +++ b/logback.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 22 18:16:52 UTC 2022 - Fridrich Strba + +- Do not build against the log4j12 packages + ------------------------------------------------------------------- Fri Dec 17 12:11:00 UTC 2021 - Fridrich Strba diff --git a/logback.spec b/logback.spec index 4b0f7a8..db2e583 100644 --- a/logback.spec +++ b/logback.spec @@ -1,7 +1,7 @@ # # spec file for package logback # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,7 @@ BuildRequires: maven-local BuildRequires: mvn(javax.mail:mail) BuildRequires: mvn(javax.servlet:javax.servlet-api) BuildRequires: mvn(junit:junit) -BuildRequires: mvn(log4j:log4j:1.2.17) +BuildRequires: mvn(log4j:log4j) BuildRequires: mvn(org.apache.ant:ant-junit) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)