From 3cdfcf110c6293ed7324544fbb18804e872e7c33 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mar 18 2018 15:11:05 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/sdformat.spec b/sdformat.spec index f4a23f2..0a3f4c6 100644 --- a/sdformat.spec +++ b/sdformat.spec @@ -2,7 +2,7 @@ Name: sdformat Version: 5.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The Simulation Description Format License: ASL 2.0 @@ -25,7 +25,7 @@ BuildRequires: tinyxml-devel BuildRequires: urdfdom-devel #Test dependencies -BuildRequires: python +BuildRequires: python2 %description The Simulation Description Format (SDF) is an XML file format used to @@ -112,6 +112,10 @@ make -C build test ARGS="-V -E INTEGRATION_schema_test" %doc build/doxygen/html %changelog +* Sun Mar 18 2018 Iryna Shcherbina - 5.2.0-4 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 5.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild