Disable building on i686
Related: RHEL-62176
This commit is contained in:
parent
7d70d84e46
commit
34117017f6
@ -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 <mkoncek@redhat.com> - 1.13.1-12
|
||||
- Disable building on i686
|
||||
|
||||
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 1.13.1-11
|
||||
- Rebuild with regenerated Requires on Java
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user