revert logic for modularity patch and enable gdbm for modularity

This commit is contained in:
Karsten Hopp 2017-05-18 14:15:22 +02:00
parent 1554ebbaa5
commit 0268e32375
1 changed files with 5 additions and 3 deletions

View File

@ -54,7 +54,6 @@
%global run_selftest_suite 1 %global run_selftest_suite 1
%if 0%{?_module_build} %if 0%{?_module_build}
%global with_gdbm 0
%global with_valgrind 0 %global with_valgrind 0
%global with_systemtap 0 %global with_systemtap 0
%global run_selftest_suite 0 %global run_selftest_suite 0
@ -110,7 +109,7 @@ Summary: An interpreted, interactive, object-oriented programming language
Name: %{python} Name: %{python}
# Remember to also rebase python-docs when changing this: # Remember to also rebase python-docs when changing this:
Version: 2.7.13 Version: 2.7.13
Release: 8%{?dist} Release: 9%{?dist}
License: Python License: Python
Group: Development/Languages Group: Development/Languages
Requires: %{python}-libs%{?_isa} = %{version}-%{release} Requires: %{python}-libs%{?_isa} = %{version}-%{release}
@ -1079,7 +1078,7 @@ mv Modules/cryptmodule.c Modules/_cryptmodule.c
%patch252 -p1 %patch252 -p1
%patch269 -p1 %patch269 -p1
%if ! 0%{?_module_build} %if 0%{?_module_build}
%patch4000 -p1 %patch4000 -p1
%endif %endif
@ -1952,6 +1951,9 @@ rm -fr %{buildroot}
# ====================================================== # ======================================================
%changelog %changelog
* Thu May 18 2017 Karsten Hopp <karsten@redhat.com> - 2.7.13-9
- revert logic for modularity patch and enable gdbm for modularity
* Wed May 10 2017 Charalampos Stratakis <cstratak@redhat.com> - 2.7.13-8 * Wed May 10 2017 Charalampos Stratakis <cstratak@redhat.com> - 2.7.13-8
- Enable profile guided optimizations for x86_64 and i686 architectures - Enable profile guided optimizations for x86_64 and i686 architectures
- Update description to reflect that Python 2 is not the default Python - Update description to reflect that Python 2 is not the default Python