From 4c40d0ff2e540bae4b6bd99dd4889e892fd3978e Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Sun, 18 Mar 2018 14:17:52 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- xorg-x11-xauth.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xorg-x11-xauth.spec b/xorg-x11-xauth.spec index 75eacfb..b9d518c 100644 --- a/xorg-x11-xauth.spec +++ b/xorg-x11-xauth.spec @@ -3,7 +3,7 @@ Summary: X.Org X11 X authority utilities Name: xorg-x11-%{pkgname} Version: 1.0.9 -Release: 11%{?dist} +Release: 12%{?dist} # NOTE: Remove Epoch line if package gets renamed Epoch: 1 License: MIT @@ -18,7 +18,7 @@ BuildRequires: libXau-devel BuildRequires: libXext-devel BuildRequires: libXmu-devel BuildRequires: cmdtest -BuildRequires: python-markdown +BuildRequires: python2-markdown Provides: xauth @@ -46,6 +46,10 @@ make check %{_mandir}/man1/xauth.1* %changelog +* Sun Mar 18 2018 Iryna Shcherbina - 1:1.0.9-12 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Mon Feb 19 2018 Peter Hutterer 1:1.0.9-11 - Add BR for automake and gcc