From 32febd6043a24b0f8d98d13220792d23c2bb8b48 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: May 18 2017 12:19:19 +0000 Subject: revert logic for modularity patch and enable gdbm for modularity --- diff --git a/python2.spec b/python2.spec index 83e962e..3d2ba03 100644 --- a/python2.spec +++ b/python2.spec @@ -54,7 +54,6 @@ %global run_selftest_suite 1 %if 0%{?_module_build} -%global with_gdbm 0 %global with_valgrind 0 %global with_systemtap 0 %global run_selftest_suite 0 @@ -110,7 +109,7 @@ Summary: An interpreted, interactive, object-oriented programming language Name: %{python} # Remember to also rebase python-docs when changing this: Version: 2.7.13 -Release: 9%{?dist} +Release: 10%{?dist} License: Python Group: Development/Languages Requires: %{python}-libs%{?_isa} = %{version}-%{release} @@ -1080,7 +1079,7 @@ mv Modules/cryptmodule.c Modules/_cryptmodule.c %patch252 -p1 %patch269 -p1 -%if ! 0%{?_module_build} +%if 0%{?_module_build} %patch4000 -p1 %endif @@ -1953,6 +1952,9 @@ rm -fr %{buildroot} # ====================================================== %changelog +* Thu May 18 2017 Karsten Hopp - 2.7.13-10 +- revert logic for modularity patch and enable gdbm for modularity + * Tue May 16 2017 Tomas Orsava - 2.7.13-9 - Added a dependency to the devel subpackage on python3-rpm-generators which have been excised out of rpm-build