From 8fa7004164f64a1b1f04b19ec44118aa35380f7d Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Tue, 22 Aug 2023 12:56:50 +0200 Subject: [PATCH] Do not install zip files --- log4j.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/log4j.spec b/log4j.spec index 34148d6..753a913 100644 --- a/log4j.spec +++ b/log4j.spec @@ -3,7 +3,7 @@ Name: log4j Version: 2.20.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Java logging package BuildArch: noarch ExclusiveArch: %{java_arches} noarch @@ -264,6 +264,8 @@ rm -r log4j-1.2-api/src/main/java/org/apache/log4j/or/jms %mvn_package :log4j-core-its __noinstall +%mvn_package ::zip: __noinstall + %pom_remove_dep com.sun.mail:javax.mail log4j-core %pom_remove_dep javax.mail:javax.mail-api log4j-core %pom_remove_dep javax.activation:javax.activation-api log4j-core @@ -307,6 +309,9 @@ rm log4j-core/src/main/java/org/apache/logging/log4j/core/filter/MutableThreadCo %doc LICENSE.txt NOTICE.txt %changelog +* Tue Aug 22 2023 Marian Koncek - 2.20.0-2 +- Do not install zip files + * Mon Aug 21 2023 Marian Koncek - 2.20.0-1 - Update to upstream version 2.20.0