From c643ed577908283a3522309103818d4440ab6585 Mon Sep 17 00:00:00 2001 From: "sangwan.kwon" Date: Thu, 20 Jul 2017 16:06:29 +0900 Subject: [PATCH] Upgrade version to 2.0.0 [MAJOR] - [API Changed] Refine launch, uninstall API - [API Changed] Unify API sets(global, usr) [MINOR] - Add testcase about Uninstall API - Fix logger usage according to KLAY API changed - Include error-header to API header explicitly Change-Id: Id012103f98927ab7452d4f1d86ea7fccb236a184 Signed-off-by: sangwan.kwon --- packaging/trust-anchor.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/trust-anchor.spec b/packaging/trust-anchor.spec index bf01a7c..590e308 100644 --- a/packaging/trust-anchor.spec +++ b/packaging/trust-anchor.spec @@ -1,5 +1,5 @@ Name: trust-anchor -Version: 1.0.0 +Version: 2.0.0 Release: 0 License: Apache-2.0 Source0: file://%{name}-%{version}.tar.gz @@ -36,7 +36,7 @@ SSL root certificates for its HTTPS communication. %files %manifest %{name}.manifest %license LICENSE -%{_libdir}/lib%{lib_name}.so.1 +%{_libdir}/lib%{lib_name}.so.2 %{_libdir}/lib%{lib_name}.so.%{version} %dir %attr(-, %{user_name}, %{group_name}) %{tanchor_base} %dir %attr(-, %{user_name}, %{group_name}) %{tanchor_pkg} -- 2.34.1