Add ExclusiveArch: %{java_arches} noarch

See: https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs
This commit is contained in:
Mikolaj Izdebski 2022-05-12 22:33:24 +02:00
parent c57d96a5a1
commit 0141a759f1

View File

@ -37,6 +37,7 @@ Release: 9%{?dist}
License: ASL 2.0
URL: http://objenesis.org/
BuildArch: noarch
ExclusiveArch: %{java_arches} noarch
Source0: https://github.com/easymock/%{name}/archive/%{version}.tar.gz
@ -75,7 +76,6 @@ when this is useful:
%package javadoc
Summary: Javadoc for %{name}
BuildArch: noarch
%description javadoc
This package contains the API documentation for %{name}.