diff --git a/python2.spec b/python2.spec index 6a9d0ed..474da3b 100644 --- a/python2.spec +++ b/python2.spec @@ -112,7 +112,7 @@ Summary: An interpreted, interactive, object-oriented programming language Name: %{python} # Remember to also rebase python-docs when changing this: Version: 2.7.14 -Release: 11%{?dist} +Release: 12%{?dist} License: Python Group: Development/Languages Requires: %{python}-libs%{?_isa} = %{version}-%{release} @@ -1976,6 +1976,9 @@ CheckPython \ # ====================================================== %changelog +* Sat Feb 24 2018 Florian Weimer - 2.7.14-12 +- Rebuild with new LDFLAGS from redhat-rpm-config + * Thu Feb 15 2018 Miro HronĨok - 2.7.14-11 - Move test.support and test.script_helper to python2-libs Resolves: rhbz#1528899