summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Le Martret <ronan@fridu.net>2014-01-29 11:30:24 +0100
committerronan(Eurogiciel) Le Martret <ronan.lemartret@open.eurogiciel.org>2014-02-06 04:33:29 -0800
commite073443cb207e4b064206802c2acd46d21e47c02 (patch)
tree996f375680722329a0fd02aef8366727675b6e2e
parent82b90607209191368807ef6445639d4bfe8af238 (diff)
downloadxhost-e073443cb207e4b064206802c2acd46d21e47c02.tar.gz
xhost-e073443cb207e4b064206802c2acd46d21e47c02.tar.bz2
xhost-e073443cb207e4b064206802c2acd46d21e47c02.zip
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: Id99d8343fe616541be468fc01b7b98bf844a7f52 Signed-off-by: Ronan Le Martret <ronan@fridu.net>
-rw-r--r--packaging/xhost.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/xhost.spec b/packaging/xhost.spec
index 0baa182..0a95604 100644
--- a/packaging/xhost.spec
+++ b/packaging/xhost.spec
@@ -1,3 +1,5 @@
+%bcond_with x
+
Name: xhost
Version: 1.0.5
Release: 0
@@ -13,6 +15,10 @@ BuildRequires: pkgconfig(xau)
BuildRequires: pkgconfig(xmuu)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
+%if !%{with x}
+ExclusiveArch:
+%endif
+
%description
xhost is used to manage the list of host names or user names
allowed to make connections to the X server.