From f687568daa469e0ca0c3e59339d5cafe7adf6e83 Mon Sep 17 00:00:00 2001 From: "changjoo.lee" Date: Thu, 25 Aug 2016 17:53:25 +0900 Subject: [PATCH] Change eng feature : feature change from tizen_build_binary_release_type_eng to tizen_build_devel_mode Change-Id: I7dcabcf6317f627bdfd3d943b58ca17a3e88144e Signed-off-by: changjoo.lee --- packaging/shadow-utils.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/shadow-utils.spec b/packaging/shadow-utils.spec index 07b4bdb..0e534ec 100755 --- a/packaging/shadow-utils.spec +++ b/packaging/shadow-utils.spec @@ -7,7 +7,7 @@ License: BSD-2.0 and GPL-2.0+ Group: System/Base Source0: http://pkg-shadow.alioth.debian.org/releases/shadow-%{version}.tar.gz -%if 0%{?tizen_build_binary_release_type_eng:1} +%if 0%{?tizen_build_devel_mode:1} Source1: login-eng.defs %else Source1: login.defs @@ -147,7 +147,7 @@ done %{_sbindir}/useradd %{_sbindir}/userdel %{_sbindir}/usermod -%if 0%{?tizen_build_binary_release_type_eng} == 1 +%if 0%{?tizen_build_devel_mode} == 1 /bin/su %exclude /usr/lib/debug %exclude /bin/login -- 2.7.4