From f8862a9866a5e137f06186b8ef62ced260ce47ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 22:36:37 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62176 --- slf4j.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/slf4j.spec b/slf4j.spec index c3fc94f..72edcd5 100644 --- a/slf4j.spec +++ b/slf4j.spec @@ -32,13 +32,13 @@ Name: slf4j Version: 1.7.30 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Simple Logging Facade for Java # the log4j-over-slf4j and jcl-over-slf4j submodules are ASL 2.0, rest is MIT License: MIT and ASL 2.0 URL: http://www.slf4j.org/ BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch Source0: https://github.com/qos-ch/slf4j/archive/v_%{version}.tar.gz Source1: https://www.apache.org/licenses/LICENSE-2.0.txt @@ -196,6 +196,9 @@ cp -pr target/site/* $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-manual %{_defaultdocdir}/%{name}-manual %changelog +* Sat Nov 23 2024 Marián Konček - 1.7.30-16 +- Add noarch to ExclusiveArch + * Sat Nov 23 2024 Marián Konček - 1.7.30-15 - Disable building on i686