From d7fbb5c11b41bb71b9173daea2f48d855bc61316 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 11:28:29 +0100 Subject: xinit 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: I90cfe3e99919e5c54de1fb86c88fcf3317bcce7d Signed-off-by: Ronan Le Martret --- packaging/xinit.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/xinit.spec b/packaging/xinit.spec index 8edec92..4f3f83b 100644 --- a/packaging/xinit.spec +++ b/packaging/xinit.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: xinit Version: 1.3.2 Release: 1 @@ -21,6 +23,10 @@ Requires: xrdb Requires: xsetroot Requires: xorg-x11-server-utils +%if !%{with x} +ExclusiveArch: +%endif + %description The xinit program is used to start the X Window System server and a first client program on systems that are not using a display manager -- cgit v1.2.3