diff --git a/python35.spec b/python35.spec index d6d2bf7..0b00297 100644 --- a/python35.spec +++ b/python35.spec @@ -98,7 +98,7 @@ Summary: Version 3.5 of the Python programming language Name: python%{pyshortver} Version: %{pybasever}.2 -Release: 6%{?dist} +Release: 7%{?dist} License: Python Group: Development/Languages @@ -157,6 +157,10 @@ BuildRequires: xz-devel 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 + BuildRequires: python-rpm-macros # ======================= @@ -1040,6 +1044,9 @@ CheckPython optimized # ====================================================== %changelog +* Tue Jan 10 2017 Charalampos Stratakis - 3.5.2-7 +- Require glibc >= 2.24.90-26 (rhbz#1410644) + * Thu Jan 05 2017 Miro HronĨok - 3.5.2-6 - Don't blow up on EL7 kernel (random generator) (rhbz#1410175, rhbz#1410187)