From 29a891f7e791f45882bf2baff75b883613d3a40c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 22:56:29 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62176 --- guava.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/guava.spec b/guava.spec index ab6486e..6de0485 100644 --- a/guava.spec +++ b/guava.spec @@ -2,14 +2,14 @@ Name: guava Version: 30.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Google Core Libraries for Java # Most of the code is under ASL 2.0 # Few classes are under CC0, grep for creativecommons License: ASL 2.0 and CC0 URL: https://github.com/google/guava BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch Source0: https://github.com/google/guava/archive/v%{version}.tar.gz @@ -113,6 +113,9 @@ find -name '*.java' | xargs sed -ri \ %files testlib -f .mfiles-guava-testlib %changelog +* Sat Nov 23 2024 Marián Konček - 30.1-10 +- Add noarch to ExclusiveArch + * Sat Nov 23 2024 Marián Konček - 30.1-9 - Disable building on i686