diff --git a/fedmsg.spec b/fedmsg.spec index 4a590b8..ead184a 100644 --- a/fedmsg.spec +++ b/fedmsg.spec @@ -39,7 +39,7 @@ Name: fedmsg Version: 0.16.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tools for Fedora Infrastructure real-time messaging License: LGPLv2+ URL: http://github.com/fedora-infra/fedmsg @@ -297,6 +297,10 @@ pushd %{py3dir} rm -rf %{buildroot}%{python3_sitelib}/%{modname}/commands/ rm -rf %{buildroot}%{python3_sitelib}/%{modname}/consumers/ +# Nuke all the commands. Let the python2 install step re-install them. +# https://bugzilla.redhat.com/show_bug.cgi?id=1268497 +rm -rf %{buildroot}%{_bindir}/fedmsg-* + popd %endif @@ -500,6 +504,10 @@ fi %endif %changelog +* Fri Oct 02 2015 Ralph Bean - 0.16.1-4 +- Remove commands after py3 installation step. Let the python2 + install step re-install them. + * Wed Sep 23 2015 Ralph Bean - 0.16.1-3 - Knock 'daemon' out of setuptools requirements as it's only really needed on el6.