From 4f7913aa752a86e91af977b2dd0ec537b395ffe3 Mon Sep 17 00:00:00 2001 From: mprahl Date: Nov 01 2017 21:40:37 +0000 Subject: Force x86_64 so that RHEL extra packages are available --- diff --git a/module-build-service.spec b/module-build-service.spec index 491f689..d168ccb 100644 --- a/module-build-service.spec +++ b/module-build-service.spec @@ -12,12 +12,9 @@ Patch0: mbs-cache-buildroot-groups.patch BuildArch: noarch -# Ralph -- I couldn't get the stuff below to work for me. :( -#%if 0%{?rhel} && 0%{?rhel} <= 7 -## In EL7 we need flask which needs python-itsdangerous which comes from -## rhel7-extras which is only available on x86_64 for now. -#ExclusiveArch: %{ix86} x86_64 -#%endif +%if 0%{?rhel} && 0%{?rhel} <= 7 +ExclusiveArch: %{ix86} x86_64 noarch +%endif BuildRequires: python2-devel