From 5f59274df832ad5554c29889160a6f0b419b375a Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 10:38:56 +0100 Subject: [PATCH] xrdb 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: I5324528ea0ad22eae912a095dccff8aa0080e74d Signed-off-by: Ronan Le Martret --- packaging/xrdb.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packaging/xrdb.spec b/packaging/xrdb.spec index d07e7fa..e014ead 100644 --- a/packaging/xrdb.spec +++ b/packaging/xrdb.spec @@ -14,6 +14,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%bcond_with x Name: xrdb Version: 1.0.9 @@ -33,6 +34,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 +%if !%{with x} +ExclusiveArch: +%endif + %description Xrdb is used to get or set the contents of the RESOURCE_MANAGER property on the root window of screen 0, or the SCREEN_RESOURCES property on the -- 2.7.4