diff --git a/python-augeas.spec b/python-augeas.spec index 39a0d63..d10a166 100644 --- a/python-augeas.spec +++ b/python-augeas.spec @@ -2,7 +2,7 @@ Name: python-augeas Version: 0.5.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Python bindings to augeas Group: Development/Languages License: LGPLv2+ @@ -10,7 +10,7 @@ URL: http://augeas.net/ Source0: http://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch -BuildRequires: python-setuptools python-devel +BuildRequires: python2-setuptools python2-devel %if 0%{?with_python3} BuildRequires: python3-setuptools python3-devel %endif # with_python3 @@ -73,6 +73,10 @@ python3-augeas is a set of Python bindings around augeas. %changelog +* Wed Feb 14 2018 Iryna Shcherbina - 0.5.0-11 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.5.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild