Add noarch to ExclusiveArch
Related: RHEL-62179
This commit is contained in:
parent
bb4714f4fd
commit
928ae8ef2b
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: byte-buddy
|
Name: byte-buddy
|
||||||
Version: 1.10.20
|
Version: 1.10.20
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Runtime code generation for the Java virtual machine
|
Summary: Runtime code generation for the Java virtual machine
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://bytebuddy.net/
|
URL: http://bytebuddy.net/
|
||||||
@ -14,7 +14,7 @@ Patch1: 0001-Avoid-bundling-asm.patch
|
|||||||
Patch2: 0002-Remove-dependency-on-jna.patch
|
Patch2: 0002-Remove-dependency-on-jna.patch
|
||||||
Patch3: 0003-Remove-Java-14-tests.patch
|
Patch3: 0003-Remove-Java-14-tests.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
@ -152,6 +152,9 @@ sed -i -e '/SuppressFBWarnings/d' $(grep -lr SuppressFBWarnings)
|
|||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1.10.20-9
|
||||||
|
- Add noarch to ExclusiveArch
|
||||||
|
|
||||||
* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 1.10.20-8
|
* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 1.10.20-8
|
||||||
- Disable building on i686
|
- Disable building on i686
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user