PTREL-128: Make osp-installer requirement configurable 04/11204/1
authorRusty Lynch <rusty.lynch@intel.com>
Fri, 18 Oct 2013 21:19:46 +0000 (14:19 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Tue, 22 Oct 2013 20:09:59 +0000 (13:09 -0700)
Change-Id: Ib536f6ec5e382b8477b85effbb82f7f0b1c55b81
Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
packaging/wrt-installer.spec

index 014c21f..83326b4 100644 (file)
@@ -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