revert logic for modularity patch and enable gdbm for modularity

This commit is contained in:
Karsten Hopp 2017-05-18 14:19:19 +02:00
parent 4485b86f0d
commit 32febd6043

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: 9%{?dist} Release: 10%{?dist}
License: Python License: Python
Group: Development/Languages Group: Development/Languages
Requires: %{python}-libs%{?_isa} = %{version}-%{release} Requires: %{python}-libs%{?_isa} = %{version}-%{release}
@ -1080,7 +1079,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
@ -1953,6 +1952,9 @@ rm -fr %{buildroot}
# ====================================================== # ======================================================
%changelog %changelog
* Thu May 18 2017 Karsten Hopp <karsten@redhat.com> - 2.7.13-10
- revert logic for modularity patch and enable gdbm for modularity
* Tue May 16 2017 Tomas Orsava <torsava@redhat.com> - 2.7.13-9 * Tue May 16 2017 Tomas Orsava <torsava@redhat.com> - 2.7.13-9
- Added a dependency to the devel subpackage on python3-rpm-generators which - Added a dependency to the devel subpackage on python3-rpm-generators which
have been excised out of rpm-build have been excised out of rpm-build