From 58f5b6fa650fec45dc1550c9c8f53d5be6e04891 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 11:58:48 +0100 Subject: xconsole should not try to build into a pure wayland platform. This package is designed for an X server platform. In a system released, based exclusively on Wayland platform, it should be in a excluded status. Tizen devel | Tizen release _____________|______________ succeeded | succeeded excluded | excluded broken | failed | unresolvable | blocked | locked | note: - The disabled status is only allowed for OBS administration. Change-Id: I4f6e8c5ef6e836aa28683665ac2809ca2cb06d13 Signed-off-by: Ronan Le Martret --- packaging/xconsole.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/xconsole.spec b/packaging/xconsole.spec index 41d97f9..e269b1b 100644 --- a/packaging/xconsole.spec +++ b/packaging/xconsole.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: xconsole Version: 1.0.4 Release: 0 @@ -14,6 +16,10 @@ BuildRequires: pkgconfig(xmu) BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xt) +%if !%{with x} +ExclusiveArch: +%endif + %description xconsole displays in a X11 window the messages which are usually sent to /dev/console -- cgit v1.2.3