Add noarch to ExclusiveArch
Related: RHEL-62176
This commit is contained in:
parent
8cc326ccb4
commit
918bfb386b
@ -2,12 +2,12 @@
|
||||
|
||||
Name: atinject
|
||||
Version: 1.0.3
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: Dependency injection specification for Java (JSR-330)
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/eclipse-ee4j/injection-api
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
||||
ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
|
||||
|
||||
Source0: https://github.com/eclipse-ee4j/injection-api/archive/%{version}.tar.gz
|
||||
|
||||
@ -46,6 +46,9 @@ beneficial to most nontrivial applications.
|
||||
%license LICENSE.txt NOTICE.md
|
||||
|
||||
%changelog
|
||||
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1.0.3-9
|
||||
- Add noarch to ExclusiveArch
|
||||
|
||||
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1.0.3-8
|
||||
- Disable building on i686
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user