From a77a6050ad4c7009aea27b503025242efae1b147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 1 Feb 2017 17:00:31 +0100 Subject: [PATCH] Add BuildRequires: python to fix FTBFS (BZ#1414586) Pushing on behalf of Merlin. --- libxcb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libxcb.spec b/libxcb.spec index aa41683..ee7ee3d 100644 --- a/libxcb.spec +++ b/libxcb.spec @@ -2,7 +2,7 @@ Name: libxcb Version: 1.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A C binding to the X11 protocol License: MIT URL: http://xcb.freedesktop.org/ @@ -23,6 +23,7 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(xau) >= 0.99.2 BuildRequires: pkgconfig(xcb-proto) >= 1.12 BuildRequires: pkgconfig(xorg-macros) >= 1.18 +BuildRequires: python #BuildRequires: xorg-x11-proto-devel %description @@ -116,6 +117,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %{_pkgdocdir} %changelog +* Wed Jan 18 2017 Merlin Mathesius - 1.12-2 +- Add BuildRequires: python to fix FTBFS (BZ#1414586). + * Wed May 18 2016 Adam Jackson - 1.12-1 - libxcb 1.12