Add noarch to ExclusiveArch

Related: RHEL-62176
This commit is contained in:
Marián Konček 2024-11-23 22:57:21 +01:00
parent 0689f0707d
commit b7be65ce45

View File

@ -2,12 +2,12 @@
Name: google-guice Name: google-guice
Version: 4.2.3 Version: 4.2.3
Release: 11%{?dist} Release: 12%{?dist}
Summary: Lightweight dependency injection framework for Java 5 and above Summary: Lightweight dependency injection framework for Java 5 and above
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/google/guice URL: https://github.com/google/guice
BuildArch: noarch BuildArch: noarch
ExclusiveArch: aarch64 ppc64le s390x x86_64 ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
# ./create-tarball.sh %%{version} # ./create-tarball.sh %%{version}
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
@ -210,6 +210,9 @@ and above. This package provides Bill of Materials module for Guice.
%files -n guice-bom -f .mfiles-guice-bom %files -n guice-bom -f .mfiles-guice-bom
%changelog %changelog
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 4.2.3-12
- Add noarch to ExclusiveArch
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 4.2.3-11 * Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 4.2.3-11
- Disable building on i686 - Disable building on i686