From 952c298b843234cf1cab17e3e2969feef53b18c6 Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Fri, 18 Oct 2013 14:19:46 -0700 Subject: [PATCH] PTREL-128: Make osp-installer requirement configurable Change-Id: Ib536f6ec5e382b8477b85effbb82f7f0b1c55b81 Signed-off-by: Rusty Lynch --- packaging/wrt-installer.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/wrt-installer.spec b/packaging/wrt-installer.spec index 014c21f..83326b4 100644 --- a/packaging/wrt-installer.spec +++ b/packaging/wrt-installer.spec @@ -1,5 +1,6 @@ %bcond_with livebox %bcond_with decrypt +%bcond_with osp Name: wrt-installer Summary: Installer for tizen Webruntime Version: 0.1.138 @@ -47,7 +48,9 @@ BuildRequires: pkgconfig(libprivilege-control) BuildRequires: pkgconfig(libsmack) BuildRequires: libss-client-devel Requires: libss-client +%if %{with osp} Requires: osp-installer +%endif Requires: xmlsec1 %description -- 2.7.4