From 34117017f6047df9a30ed27171e2743080e3b8f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 13:55:42 +0100 Subject: [PATCH] Disable building on i686 Related: RHEL-62176 --- jsoup.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jsoup.spec b/jsoup.spec index 10df146..fe56dc1 100644 --- a/jsoup.spec +++ b/jsoup.spec @@ -2,11 +2,12 @@ Name: jsoup Version: 1.13.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Java library for working with real-world HTML License: MIT URL: http://jsoup.org/ BuildArch: noarch +ExclusiveArch: aarch64 ppc64le s390x x86_64 # ./generate-tarball.sh Source0: %{name}-%{version}.tar.gz @@ -65,6 +66,9 @@ jsoup will create a sensible parse tree. %license LICENSE %changelog +* Sat Nov 23 2024 Marián Konček - 1.13.1-12 +- Disable building on i686 + * Wed Nov 20 2024 Marián Konček - 1.13.1-11 - Rebuild with regenerated Requires on Java