https://bugzilla.redhat.com/show_bug.cgi?id=1140002
--- Comment #1 from Haïkel Guémar karlthered@gmail.com --- Few points: * missing requirements to python-six and python3-six for python/python3 packages. * add %check and run tests for both python & python3 %check %{__python2} setup.py nosetests %if 0%{?with_python3} pushd %{py3dir} %{__python3} setup.py nosetests popd %endif * I tried the generated packages and they both worked against a running memcached.