From ae0e9fd8d2f14a1ac50cc0147068f8368cb8becf Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Jan 12 2017 10:15:34 +0000 Subject: Require arch specific glibc --- diff --git a/python3.spec b/python3.spec index 4ee6eb3..ae9ea34 100644 --- a/python3.spec +++ b/python3.spec @@ -492,7 +492,7 @@ Group: Development/Libraries 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 %description -n system-python-libs This package contains files used to embed System Python into applications.