Add BuildRequires: python to fix FTBFS (BZ#1414586)
Pushing on behalf of Merlin.
This commit is contained in:
parent
d9236f1b25
commit
a77a6050ad
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: libxcb
|
Name: libxcb
|
||||||
Version: 1.12
|
Version: 1.12
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A C binding to the X11 protocol
|
Summary: A C binding to the X11 protocol
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://xcb.freedesktop.org/
|
URL: http://xcb.freedesktop.org/
|
||||||
@ -23,6 +23,7 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: pkgconfig(xau) >= 0.99.2
|
BuildRequires: pkgconfig(xau) >= 0.99.2
|
||||||
BuildRequires: pkgconfig(xcb-proto) >= 1.12
|
BuildRequires: pkgconfig(xcb-proto) >= 1.12
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.18
|
BuildRequires: pkgconfig(xorg-macros) >= 1.18
|
||||||
|
BuildRequires: python
|
||||||
#BuildRequires: xorg-x11-proto-devel
|
#BuildRequires: xorg-x11-proto-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -116,6 +117,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|||||||
%{_pkgdocdir}
|
%{_pkgdocdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 18 2017 Merlin Mathesius <mmathesi@redhat.com> - 1.12-2
|
||||||
|
- Add BuildRequires: python to fix FTBFS (BZ#1414586).
|
||||||
|
|
||||||
* Wed May 18 2016 Adam Jackson <ajax@redhat.com> - 1.12-1
|
* Wed May 18 2016 Adam Jackson <ajax@redhat.com> - 1.12-1
|
||||||
- libxcb 1.12
|
- libxcb 1.12
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user