From 3f89d0186595a93634d01dcb10436a60a09d35ac Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Jan 12 2017 10:18:20 +0000 Subject: Require arch specific glibc --- diff --git a/python33.spec b/python33.spec index 1b2ad9e..7f1ce87 100644 --- a/python33.spec +++ b/python33.spec @@ -190,7 +190,7 @@ BuildRequires: zlib-devel Requires: expat >= 2.1.0 # Python 3 built with glibc >= 2.24.90-26 needs to require it (rhbz#1410644). -Requires: glibc >= 2.24.90-26 +Requires: glibc%{?_isa} >= 2.24.90-26 # ======================= # Source code and patches