Add noarch to ExclusiveArch
Related: RHEL-62179
This commit is contained in:
parent
c1ec153945
commit
4530ecbc61
@ -2,12 +2,12 @@
|
||||
|
||||
Name: xz-java
|
||||
Version: 1.8
|
||||
Release: 19%{?dist}
|
||||
Release: 20%{?dist}
|
||||
Summary: Java implementation of XZ data compression
|
||||
License: Public Domain
|
||||
URL: http://tukaani.org/xz/java.html
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
||||
ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
|
||||
|
||||
Source0: http://tukaani.org/xz/xz-java-%{version}.zip
|
||||
|
||||
@ -57,6 +57,9 @@ mkdir -p extdoc && touch extdoc/package-list
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1.8-20
|
||||
- Add noarch to ExclusiveArch
|
||||
|
||||
* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 1.8-19
|
||||
- Disable building on i686
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user