From 5d8946a459a3bb5387790abb0b1b6fa9ffd1b763 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 14 2018 16:20:32 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- 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