diff --git a/python.spec b/python.spec index ad54f4f..a252c7d 100644 --- a/python.spec +++ b/python.spec @@ -108,7 +108,7 @@ Summary: An interpreted, interactive, object-oriented programming language Name: %{python} # Remember to also rebase python-docs when changing this: Version: 2.7.10 -Release: 8%{?dist} +Release: 9%{?dist} License: Python Group: Development/Languages Requires: %{python}-libs%{?_isa} = %{version}-%{release} @@ -1902,12 +1902,9 @@ rm -fr %{buildroot} %{pylibdir}/email/mime %{pylibdir}/encodings %{pylibdir}/hotshot -%{pylibdir}/idlelib %{pylibdir}/importlib %dir %{pylibdir}/json %{pylibdir}/json/*.py* -%{pylibdir}/lib2to3 -%exclude %{pylibdir}/lib2to3/tests %{pylibdir}/logging %{pylibdir}/multiprocessing %{pylibdir}/plat-linux2 @@ -1984,6 +1981,9 @@ rm -fr %{buildroot} %{_bindir}/pynche* %{_bindir}/pygettext*.py* %{_bindir}/msgfmt*.py* +%{pylibdir}/idlelib +%{pylibdir}/lib2to3 +%exclude %{pylibdir}/lib2to3/tests %{tools_dir} %{demo_dir} %{pylibdir}/Doc @@ -2155,6 +2155,9 @@ rm -fr %{buildroot} # ====================================================== %changelog +* Tue Sep 22 2015 Robert Kuska - 2.7.10-9 +- Move idlelib and lib2to3 modules to pythont-tools + * Thu Sep 3 2015 Orion Poplawski - 2.7.10-8 - Fix quoting in %%python_provide macro