diff --git a/python-stuf.spec b/python-stuf.spec index d68215e..2c2c0fe 100644 --- a/python-stuf.spec +++ b/python-stuf.spec @@ -14,7 +14,7 @@ Name: python-stuf Version: 0.9.16 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Fancy python dictionary types Group: Development/Libraries @@ -46,7 +46,6 @@ writing Python software. Summary: Fancy python dictionary types %{?python_provide:%python_provide python2-%{modname}} -Requires: python-six Requires: python-parse %description -n python2-%{modname} @@ -60,7 +59,6 @@ writing Python software. Summary: Fancy python dictionary types %{?python_provide:%python_provide python3-%{modname}} -Requires: python3-six Requires: python3-parse %description -n python3-%{modname} @@ -86,14 +84,10 @@ rm -rf *.egg* %py2_install # https://bitbucket.org/lcrees/stuf/issues/9/find_packages-should-exclude-tests rm -rf %{buildroot}%{python2_sitelib}/tests/ -rm -rf %{buildroot}%{python2_sitelib}/stuf/six.py* -ln -s ../six.py %{buildroot}/%{python2_sitelib}/stuf/six.py %if 0%{?with_python3} %py3_install rm -rf %{buildroot}%{python3_sitelib}/tests/ -rm -rf %{buildroot}%{python3_sitelib}/stuf/six.py* -ln -s ../six.py %{buildroot}/%{python3_sitelib}/stuf/six.py %endif %files -n python2-%{modname} @@ -111,6 +105,9 @@ ln -s ../six.py %{buildroot}/%{python3_sitelib}/stuf/six.py %endif %changelog +* Tue Jun 28 2016 Ralph Bean - 0.9.16-7 +- Rebundle six, since it is highly customized, #1335144. + * Thu Feb 04 2016 Fedora Release Engineering - 0.9.16-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild