Remove unnecessary package requirement 19/169019/2 accepted/tizen/4.0/unified/20180206.165247 submit/tizen_4.0/20180205.083039
authorSunmin Lee <sunm.lee@samsung.com>
Thu, 1 Feb 2018 07:53:15 +0000 (16:53 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Mon, 5 Feb 2018 06:33:45 +0000 (15:33 +0900)
For now, no code of tota-ua requires libsmack.

Change-Id: I7cd40d610df67f445225f74e84c70a108fddc571
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
CMakeLists.txt
packaging/tota-ua.spec

index 7897c27..34507ad 100755 (executable)
@@ -49,7 +49,6 @@ MESSAGE("Build type: ${CMAKE_BUILD_TYPE}")
 
 INCLUDE(FindPkgConfig)
 pkg_check_modules(pkgs REQUIRED
-       libsmack
        tota
        openssl
 )
index 4c63499..9b44d1c 100755 (executable)
@@ -1,7 +1,7 @@
 Name:          tota-ua
 Summary:       fota update agent
 ExclusiveArch:         %{arm}
-Version:       1.2.0
+Version:       1.2.1
 Release:       0
 Group:         System
 License:       Apache-2.0
@@ -10,7 +10,6 @@ Source0:      %{name}-%{version}.tar.gz
 BuildRequires: cmake
 BuildRequires:  pkgconfig(libtbm)
 BuildRequires:  pkgconfig(libtdm)
-BuildRequires:  pkgconfig(libsmack)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(libssl)
 BuildRequires:  pkgconfig(tota)