From 27be86e5a3e2a6d9e452a633701c2602dcb4ec8b Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Jan 16 2018 20:37:22 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-click-threading.spec b/python-click-threading.spec index 8ccf62a..ed69741 100644 --- a/python-click-threading.spec +++ b/python-click-threading.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 0.4.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{sum} License: MIT @@ -15,7 +15,7 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python2-setuptools -BuildRequires: python-click >= 0.5 +BuildRequires: python2-click >= 0.5 %if 0%{?with_python3} BuildRequires: python3-devel @@ -29,7 +29,7 @@ Multithreaded support for python click (CLI creation kit) applications. %package -n python2-%{srcname} Summary: %{sum} %{?python_provide:%python_provide python2-%{srcname}} -Requires: python-click >= 0.5 +Requires: python2-click >= 0.5 %description -n python2-%{srcname} Multithreaded support for python click (CLI creation kit) applications. @@ -87,6 +87,10 @@ popd %endif # with_python3 %changelog +* Tue Jan 16 2018 Iryna Shcherbina - 0.4.4-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Sun Oct 01 2017 Michele Baldessari - 0.4.4-1 - New upstream