diff --git a/cdi-api.spec b/cdi-api.spec index 13b54c3..117001e 100644 --- a/cdi-api.spec +++ b/cdi-api.spec @@ -2,12 +2,12 @@ Name: cdi-api Version: 2.0.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: CDI API License: ASL 2.0 URL: https://github.com/eclipse-ee4j/cdi BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch Source0: https://github.com/eclipse-ee4j/cdi/archive/%{version}.tar.gz @@ -51,6 +51,9 @@ rm -rf api/src/main/java/javax/enterprise/{context/,inject/spi/,inject/se/,injec %license LICENSE.txt %changelog +* Sat Nov 23 2024 Marián Konček - 2.0.2-9 +- Add noarch to ExclusiveArch + * Sat Nov 23 2024 Marián Konček - 2.0.2-8 - Disable building on i686