From abbce6192e39ebed035e2b7944ac025df6025175 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 09 2018 10:02:35 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-XStatic-mdi.spec b/python-XStatic-mdi.spec index 06189a1..2b935e8 100644 --- a/python-XStatic-mdi.spec +++ b/python-XStatic-mdi.spec @@ -8,7 +8,7 @@ Name: python-%{pypi_name} Version: 1.4.57.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: mdi (XStatic packaging standard) # mdi is licensed under SIL 1.1. @@ -32,9 +32,9 @@ Summary: mdi (XStatic packaging standard) Provides: python-%{pypi_name} = %{version}-%{release} BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools -Requires: python-XStatic +Requires: python2-XStatic Requires: mdi-common = %{version}-%{release} Requires: mdi-fonts = %{version}-%{release} @@ -143,6 +143,10 @@ rm -rf %{buildroot}/%{python3_sitelib}/xstatic/pkg/mdi/data/scss %endif %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 1.4.57.0-6 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.4.57.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild