Add noarch to ExclusiveArch

Related: RHEL-62176
This commit is contained in:
Marián Konček 2024-11-23 22:45:35 +01:00
parent 52d87ec1d7
commit b423184869

View File

@ -2,12 +2,12 @@
Name: maven-shared-utils
Version: 3.3.4
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Maven shared utility classes
License: ASL 2.0
URL: https://maven.apache.org/shared/maven-shared-utils
BuildArch: noarch
ExclusiveArch: aarch64 ppc64le s390x x86_64
ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
Source0: https://repo1.maven.org/maven2/org/apache/maven/shared/%{name}/%{version}/%{name}-%{version}-source-release.zip
# XXX temporary for maven upgrade
@ -62,6 +62,9 @@ rm src/test/java/org/apache/maven/shared/utils/CaseTest.java
%license LICENSE NOTICE
%changelog
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 3.3.4-7
- Add noarch to ExclusiveArch
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 3.3.4-6
- Disable building on i686