From a3c388cd4c2b44da1e1dbb4656e13e1f49664f39 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Tue, 6 Aug 2024 02:02:39 +0200 Subject: [PATCH] Drop requires on java-devel --- log4j.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/log4j.spec b/log4j.spec index 400432f..dd7bb8c 100644 --- a/log4j.spec +++ b/log4j.spec @@ -3,7 +3,7 @@ Name: log4j Version: 2.20.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Java logging package BuildArch: noarch ExclusiveArch: %{java_arches} noarch @@ -117,7 +117,6 @@ Apache Log4j Tag Library for Web Applications. %package jmx-gui Summary: Apache Log4j JMX GUI -Requires: java-devel %description jmx-gui Swing-based client for remotely editing the log4j configuration and remotely @@ -309,6 +308,9 @@ rm log4j-core/src/main/java/org/apache/logging/log4j/core/filter/MutableThreadCo %doc LICENSE.txt NOTICE.txt %changelog +* Tue Aug 06 2024 Mikolaj Izdebski - 2.20.0-8 +- Drop requires on java-devel + * Thu Aug 01 2024 Troy Dawson - 2.20.0-7 - Bump release for Aug 2024 java mass rebuild