diff --git a/python36.spec b/python36.spec index db41272..9421caa 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: 7%{?dist} +Release: 8%{?dist} License: Python Group: Development/Languages @@ -159,8 +159,6 @@ BuildRequires: zlib-devel 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 @@ -1032,6 +1030,9 @@ CheckPython optimized # ====================================================== %changelog +* Tue Jan 31 2017 Miro HronĨok - 3.6.0-8 +- Do not require glibc >= 2.24.90-26, this is not rawhide + * Mon Jan 16 2017 Charalampos Stratakis - 3.6.0-7 - Fix error check, so that Random.seed actually uses OS randomness (rhbz#1412275) - Skip test_aead_aes_gcm during rpmbuild