From 15e8fed17b48199edf2ef6c06ca9993f9a7427f8 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 12:00:43 +0100 Subject: [PATCH] xauth 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: I4757a20abfa51039cb2ea62fff70d3448ed07541 Signed-off-by: Ronan Le Martret --- packaging/xauth.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/xauth.spec b/packaging/xauth.spec index 55f4bd8..e0244fb 100644 --- a/packaging/xauth.spec +++ b/packaging/xauth.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: xauth Version: 1.0.7 Release: 1 @@ -14,6 +16,10 @@ BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xmuu) BuildRequires: pkgconfig(xorg-macros) >= 1.8 +%if !%{with x} +ExclusiveArch: +%endif + %description The xauth program is used to edit and display the authorization information used in connecting to the X server. -- 2.7.4