diff --git a/jabberpy.spec b/jabberpy.spec index 1860cf3..e6423fa 100644 --- a/jabberpy.spec +++ b/jabberpy.spec @@ -8,7 +8,7 @@ Name: %{srcname} Version: 0.5 # Used like this because upstream releases like 0.5-0 -Release: 0.37%{?dist} +Release: 0.38%{?dist} Summary: Python xmlstream and jabber IM protocol libs License: LGPLv2+ @@ -30,8 +30,8 @@ based applications with Python. %package -n python2-%{srcname} Summary: Python xmlstream and jabber IM protocol libs -BuildRequires: python-devel -Requires: python +BuildRequires: python2-devel +Requires: python2 Provides: jabberpy = %{version}-%{release} Obsoletes: jabberpy < 0.5-0.31 @@ -87,6 +87,10 @@ chmod -x examples/*.py %endif %changelog +* Wed Feb 07 2018 Iryna Shcherbina - 0.5-0.38 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Feb 07 2018 Fedora Release Engineering - 0.5-0.37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild