From e5c8615b32fec648ae51498b811375391114bec2 Mon Sep 17 00:00:00 2001 From: Duyoung Jang Date: Wed, 24 Apr 2013 22:49:54 +0900 Subject: [PATCH] Fix spec file Change-Id: I4818b877e202ce751ef0a3816212cf4f1600a5b8 Signed-off-by: Duyoung Jang --- inc/InstallerDefs.h | 2 +- packaging/osp-installer.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/InstallerDefs.h b/inc/InstallerDefs.h index cf9501d..1abc02d 100755 --- a/inc/InstallerDefs.h +++ b/inc/InstallerDefs.h @@ -23,7 +23,7 @@ #include "InstallerUtil.h" -#define OSP_INSTALLER_VERSION "version=[20130424.3]" +#define OSP_INSTALLER_VERSION "version=[20130424.4]" #define DIR_BIN L"/bin" #define DIR_INFO L"/info" diff --git a/packaging/osp-installer.spec b/packaging/osp-installer.spec index 95d1c39..9e71b85 100755 --- a/packaging/osp-installer.spec +++ b/packaging/osp-installer.spec @@ -27,7 +27,7 @@ BuildRequires: osp-appfw-internal-devel # runtime requires Requires: osp-appfw Requires: osp-loader -Requires: appcore-common +Requires: app-core-common %description osp application installer -- 2.7.4