From 662a3d2a51e1ada20894c7c9c85081e36c0f4f06 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 8 Aug 2017 12:26:47 -0400 Subject: [PATCH] BuildRequires: python-markdown to fix 'make check' --- xorg-x11-xauth.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xorg-x11-xauth.spec b/xorg-x11-xauth.spec index 9da0e53..212de83 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: 8%{?dist} +Release: 9%{?dist} # NOTE: Remove Epoch line if package gets renamed Epoch: 1 License: MIT @@ -18,6 +18,7 @@ BuildRequires: libXau-devel BuildRequires: libXext-devel BuildRequires: libXmu-devel BuildRequires: cmdtest +BuildRequires: python-markdown Provides: xauth @@ -45,6 +46,9 @@ make check %{_mandir}/man1/xauth.1* %changelog +* Tue Aug 08 2017 Adam Jackson - 1.0.9-9 +- BuildRequires: python-markdown to fix 'make check' + * Thu Aug 03 2017 Fedora Release Engineering - 1:1.0.9-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild