Drop ExclusiveArch

javapackages-tools does not build-require Java, so it is not affected
by removal of Java from i686.  javapackages-tools package is still
buildable on i686.
This commit is contained in:
Mikolaj Izdebski 2022-07-18 14:54:33 +02:00
parent 56de7ea88b
commit 3be2327542

View File

@ -14,12 +14,11 @@
Name: javapackages-tools
Version: 6.1.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Macros and scripts for Java packaging support
License: BSD
URL: https://github.com/fedora-java/javapackages
BuildArch: noarch
ExclusiveArch: %{java_arches} noarch
Source0: https://github.com/fedora-java/javapackages/archive/%{version}.tar.gz
Source3: javapackages-config.json
@ -227,6 +226,9 @@ install -p -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/java/javapackages-config
%license LICENSE
%changelog
* Mon Jul 18 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.1.0-3
- Drop ExclusiveArch
* Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 6.1.0-2
- Rebuilt for Drop i686 JDKs