Add noarch to ExclusiveArch

Related: RHEL-62176
This commit is contained in:
Marián Konček 2024-11-23 22:36:37 +01:00
parent 3b0031a99c
commit f8862a9866

View File

@ -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 <mkoncek@redhat.com> - 1.7.30-16
- Add noarch to ExclusiveArch
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1.7.30-15
- Disable building on i686