From 628f8d3ee38864dd451f30a1499616a0b4e78e86 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 13 May 2025 14:42:27 +0000 Subject: [PATCH] import UBI guava-30.1-10.el9 --- SPECS/guava.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/SPECS/guava.spec b/SPECS/guava.spec index 38f21b6..6de0485 100644 --- a/SPECS/guava.spec +++ b/SPECS/guava.spec @@ -2,13 +2,14 @@ Name: guava Version: 30.1 -Release: 8%{?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 noarch Source0: https://github.com/google/guava/archive/v%{version}.tar.gz @@ -112,6 +113,12 @@ 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 + * Thu Nov 21 2024 Marián Konček - 30.1-8 - Fix patch usage