diff --git a/conda.spec b/conda.spec index 4b4e3bb..2a85a7a 100644 --- a/conda.spec +++ b/conda.spec @@ -2,7 +2,7 @@ Name: conda Version: 4.3.24 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Cross-platform, Python-agnostic binary package manager License: BSD and ASL 2.0 and LGPLv2+ and MIT @@ -55,17 +55,17 @@ entirely in Python. %package -n python2-conda Summary: %{summary} -BuildRequires: python-devel -BuildRequires: python-setuptools +BuildRequires: python2-devel +BuildRequires: python2-setuptools BuildRequires: %py2_reqs -BuildRequires: python-requests -BuildRequires: PyYAML +BuildRequires: python2-requests +BuildRequires: python2-pyyaml # For tests BuildRequires: python2-pytest-cov Requires: %py2_reqs -Requires: python-requests -Requires: PyYAML +Requires: python2-requests +Requires: python2-pyyaml Provides: %py2_bund %{?python_provide:%python_provide python2-conda} @@ -184,6 +184,10 @@ py.test-%{python3_version} -vv -m "not integration" %changelog +* Wed Feb 07 2018 Iryna Shcherbina - 4.3.24-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Feb 07 2018 Fedora Release Engineering - 4.3.24-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild