diff --git a/gilmsg.spec b/gilmsg.spec index 80ff478..c2df23d 100644 --- a/gilmsg.spec +++ b/gilmsg.spec @@ -10,7 +10,7 @@ Name: gilmsg Version: 0.1.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A reliability layer on top of fedmsg Group: Development/Libraries @@ -21,7 +21,7 @@ Source0: https://pypi.python.org/packages/source/g/%{modname}/%{modna BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools BuildRequires: fedmsg # We need the "pre_fire_hook" feature added in fedmsg-0.16.0 @@ -66,6 +66,10 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python2} setup.py build %{_bindir}/gilmsg-logger %changelog +* Wed Feb 07 2018 Iryna Shcherbina - 0.1.2-7 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Feb 07 2018 Fedora Release Engineering - 0.1.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild