From 7f9be76e1b92779df16768e6df57f6eb65f0103c Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 07 2018 09:34:21 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/bugyou_plugins.spec b/bugyou_plugins.spec index 5284eb6..96fd04b 100644 --- a/bugyou_plugins.spec +++ b/bugyou_plugins.spec @@ -2,7 +2,7 @@ Name: bugyou_plugins Version: 0.1.6 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Plugins for Bugyou Group: Applications/Internet License: GPLv3 @@ -12,11 +12,11 @@ Source0: https://pagure.io/releases/bugyou_plugins/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools BuildRequires: systemd -Requires: python-retask -Requires: python-libpagure +Requires: python2-retask +Requires: python2-libpagure %description Collection of Bugyou Plugins and Services @@ -54,6 +54,10 @@ install -m 644 config/bugyou_services.cfg %{buildroot}%{_sysconfdir}/%{name}/bug %{_bindir}/bugyou-cntrl %changelog +* Wed Feb 07 2018 Iryna Shcherbina - 0.1.6-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Feb 07 2018 Fedora Release Engineering - 0.1.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild