From 40ea1f12dcf9364c40354375fdc6935e3dbbae45 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mar 09 2018 06:07:46 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-fmn-consumer.spec b/python-fmn-consumer.spec index d22731e..3d5e92b 100644 --- a/python-fmn-consumer.spec +++ b/python-fmn-consumer.spec @@ -8,7 +8,7 @@ Name: python-fmn-consumer Version: 1.0.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Backend worker daemon for Fedora Notifications Group: Development/Libraries @@ -21,15 +21,15 @@ BuildArch: noarch BuildRequires: systemd BuildRequires: systemd-devel BuildRequires: python2-devel -BuildRequires: python-setuptools -BuildRequires: python-nose +BuildRequires: python2-setuptools +BuildRequires: python2-nose BuildRequires: fedmsg -#BuildRequires: python-twisted-words -BuildRequires: python-fmn-lib -BuildRequires: python-requests -BuildRequires: python-arrow -BuildRequires: python-bleach +#BuildRequires: python2-twisted +BuildRequires: python2-fmn +BuildRequires: python2-requests +BuildRequires: python2-arrow +BuildRequires: python2-bleach Requires(post): systemd Requires(preun): systemd @@ -46,13 +46,13 @@ This module contains the backend worker daemon for Fedora Notifications. %package -n python2-fmn-consumer Summary: %summary Requires: fedmsg -Requires: python-twisted-words -Requires: python-fmn-lib -Requires: python-requests -Requires: python-arrow -Requires: python-bleach -Requires: python-pika -Requires: python-redis +Requires: python2-twisted +Requires: python2-fmn +Requires: python2-requests +Requires: python2-arrow +Requires: python2-bleach +Requires: python2-pika +Requires: python2-redis %{?python_provide:%python_provide python2-fmn-consumer} %description -n python2-fmn-consumer %_description @@ -88,6 +88,10 @@ install -m 644 systemd/fmn-worker@.service \ %{_unitdir}/fmn-backend@.service %changelog +* Fri Mar 09 2018 Iryna Shcherbina - 1.0.3-6 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.0.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild