From f6db4e73b4aa3de445f66bbae7974747173ebf49 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Feb 15 2018 14:09:31 +0000 Subject: exclude the currently supported Fedora 32 bit arches https://bugzilla.redhat.com/show_bug.cgi?id=1544386 upstream has dropped supporting 32 bit arches Signed-off-by: Dennis Gilmore --- diff --git a/389-ds-base.spec b/389-ds-base.spec index f7cff9b..eafd2d7 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -3,10 +3,7 @@ %global srcname 389-ds-base # Exclude 32 bit arches -ExcludeArch: i386 -ExcludeArch: i686 -ExcludeArch: s390 -ExcludeArch: ppc +ExcludeArch: %{ix86} %{arm} # for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release # also remove the space between % and global - this space is needed because