diff --git a/python-moksha-hub.spec b/python-moksha-hub.spec index 083f7d4..20a9a07 100644 --- a/python-moksha-hub.spec +++ b/python-moksha-hub.spec @@ -6,7 +6,7 @@ Name: python-moksha-hub Version: 1.5.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Hub components for Moksha License: ASL 2.0 @@ -21,16 +21,16 @@ BuildRequires: python2-setuptools BuildRequires: python2-nose BuildRequires: python2-mock -BuildRequires: python-moksha-common >= 1.0.6 +BuildRequires: python2-moksha-common >= 1.0.6 BuildRequires: python2-twisted BuildRequires: python2-stomper -BuildRequires: python-txzmq -BuildRequires: python-txws -BuildRequires: python-daemon -BuildRequires: python-six +BuildRequires: python2-txzmq +BuildRequires: python2-txws +BuildRequires: python2-daemon +BuildRequires: python2-six %if 0%{?fedora} -BuildRequires: python-websocket-client +BuildRequires: python2-websocket-client %endif %if 0%{?with_python3} @@ -51,8 +51,8 @@ BuildRequires: python3-websocket-client %endif # When installed, these enable new plugins for the moksha.hub -#BuildRequires: python-qpid -#Requires: python-qpid +#BuildRequires: python2-qpid +#Requires: python2-qpid # Its a whole different package now. @@ -64,13 +64,13 @@ Hub components for Moksha.\ %package -n python2-moksha-hub Summary: %summary -Requires: python-moksha-common >= 1.0.6 +Requires: python2-moksha-common >= 1.0.6 Requires: python2-twisted Requires: python2-stomper -Requires: python-txzmq -Requires: python-txws -Requires: python-daemon -Requires: python-six +Requires: python2-txzmq +Requires: python2-txws +Requires: python2-daemon +Requires: python2-six Conflicts: moksha < 1.0.0 %{?python_provide:%python_provide python2-moksha-hub} @@ -159,6 +159,10 @@ ln -s ./moksha-hub-2 %{buildroot}%{_bindir}/moksha-hub %endif %changelog +* Fri Mar 09 2018 Iryna Shcherbina - 1.5.4-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Mar 07 2018 Ralph Bean - 1.5.4-1 - new version