From 14bc31d2a7886fba4fc21e5a2ecd5079576f9396 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 12 2018 02:27:22 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-junitxml.spec b/python-junitxml.spec index b6102c6..2297b23 100644 --- a/python-junitxml.spec +++ b/python-junitxml.spec @@ -13,7 +13,7 @@ Name: python-%{pypi_name} Version: 0.7 -Release: 13%{?dist} +Release: 14%{?dist} Summary: PyJUnitXML, a pyunit extension to output JUnit compatible XML License: LGPLv3 @@ -21,7 +21,7 @@ URL: https://launchpad.net/pyjunitxml Source0: https://pypi.python.org/packages/source/j/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch -BuildRequires: python-devel +BuildRequires: python2-devel %global _description\ @@ -97,6 +97,10 @@ ln -s ./pyjunitxml-2 %{buildroot}%{_bindir}/pyjunitxml %endif %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 0.7-14 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.7-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild