From 1bc72ffa270fc2eddfbf62f99f360825c17ed7cb Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 27 2018 21:53:32 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-nose_fixes.spec b/python-nose_fixes.spec index 32792f2..66cb305 100644 --- a/python-nose_fixes.spec +++ b/python-nose_fixes.spec @@ -11,7 +11,7 @@ Name: python-%{pypi_name} Version: 1.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: %{global_sum} License: MIT @@ -35,12 +35,12 @@ This package contains the documentation-files for %{name}. Summary: %{global_sum} BuildRequires: python2-devel -BuildRequires: python-nose -BuildRequires: python-pkginfo -BuildRequires: python-setuptools -BuildRequires: python-sphinx +BuildRequires: python2-nose +BuildRequires: python2-pkginfo +BuildRequires: python2-setuptools +BuildRequires: python2-sphinx -Requires: python-nose +Requires: python2-nose %{?python_provide:%python_provide python2-%{pypi_name}} @@ -118,6 +118,10 @@ Requires: python3-nose %changelog +* Tue Feb 27 2018 Iryna Shcherbina - 1.3-4 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild