From cc89cdd66deea55b74bf1ed8129ae6a82a03c51c Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 12 May 2022 22:33:24 +0200 Subject: [PATCH] Add ExclusiveArch: %{java_arches} noarch See: https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs --- velocity.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/velocity.spec b/velocity.spec index 77b6ac4..cded6e1 100644 --- a/velocity.spec +++ b/velocity.spec @@ -7,6 +7,7 @@ Summary: Java-based template engine License: ASL 2.0 URL: http://velocity.apache.org/ BuildArch: noarch +ExclusiveArch: %{java_arches} noarch # ./generate-tarball.sh Source0: %{name}-%{version}.tar.gz