diff --git a/python36.spec b/python36.spec index 1332977..60b4396 100644 --- a/python36.spec +++ b/python36.spec @@ -99,7 +99,7 @@ Summary: Version %{pybasever} of the Python programming language aka Python 3000 Name: python%{pyshortver} Version: %{pybasever}.0 -Release: 4%{?dist} +Release: 5%{?dist} License: Python Group: Development/Languages @@ -156,9 +156,12 @@ BuildRequires: valgrind-devel BuildRequires: xz-devel BuildRequires: zlib-devel -Requires: expat >= 2.1.0 BuildRequires: python-rpm-macros +Requires: expat >= 2.1.0 +# Python 3 built with glibc >= 2.24.90-26 needs to require it (rhbz#1410644). +Requires: glibc%{?_isa} >= 2.24.90-26 + # ======================= # Source code and patches # ======================= @@ -1015,6 +1018,9 @@ CheckPython optimized # ====================================================== %changelog +* Tue Jan 10 2017 Charalampos Stratakis - 3.6.0-5 +- Require glibc >= 2.24.90-26 for system-python-libs (rhbz#1410644) + * Mon Jan 09 2017 Charalampos Stratakis - 3.6.0-4 - Define HAVE_LONG_LONG as 1 for backwards compatibility