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