From 5488f52e947f16295a01be1337314c394590aea1 Mon Sep 17 00:00:00 2001 From: Sunmin Lee Date: Thu, 1 Feb 2018 16:53:15 +0900 Subject: [PATCH] Remove unnecessary package requirement For now, no code of tota-ua requires libsmack. Change-Id: I7cd40d610df67f445225f74e84c70a108fddc571 Signed-off-by: Sunmin Lee --- CMakeLists.txt | 1 - packaging/tota-ua.spec | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7897c27..34507ad 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,6 @@ MESSAGE("Build type: ${CMAKE_BUILD_TYPE}") INCLUDE(FindPkgConfig) pkg_check_modules(pkgs REQUIRED - libsmack tota openssl ) diff --git a/packaging/tota-ua.spec b/packaging/tota-ua.spec index 4c63499..9b44d1c 100755 --- a/packaging/tota-ua.spec +++ b/packaging/tota-ua.spec @@ -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) -- 2.7.4