Bump major version 19/314919/1 accepted/tizen/7.0/unified/20240730.133900 accepted/tizen/8.0/unified/20240730.132304 accepted/tizen/unified/20240726.010954 accepted/tizen/unified/dev/20240729.000830 accepted/tizen/unified/toolchain/20240812.131559 accepted/tizen/unified/x/20240801.044118 accepted/tizen/unified/x/asan/20240813.225835
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Tue, 23 Jul 2024 07:57:11 +0000 (09:57 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Tue, 23 Jul 2024 07:58:13 +0000 (09:58 +0200)
This is due to backward incompatible changes in the HAL API.

Also require proper webauthn & webauthn-hal version.

Change-Id: I6614862a64fb0228ac5ef924aa8ef7df6323c02e

CMakeLists.txt
packaging/webauthn-ble.spec

index fd5d5f7acc8190bd93f52a1a048fba0c8623dcf6..fb9a8a8148e31245a052eba8b2b989de98366fc5 100644 (file)
@@ -16,7 +16,7 @@
 ############################# Check minimum CMake version #####################
 
 CMAKE_MINIMUM_REQUIRED(VERSION 3.18)
-PROJECT(${PROJECT_NAME})
+PROJECT(${PROJECT_NAME} VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
 
 ############################# Generate compile_commands.json ##################################
 
index 767a335731778915ecaca12db68869aeeec77413..87882b6e4b2570218ccefde136797729d126e425 100644 (file)
@@ -1,6 +1,6 @@
 %{!?build_type:%global build_type RELEASE}
 
-%global version_major   0
+%global version_major   1
 %global version_minor   0
 %global version_patch   1
 %global version_release 1
@@ -19,7 +19,7 @@ Requires(postun): /sbin/ldconfig
 BuildRequires: cmake
 BuildRequires: pkgconfig(dlog)
 BuildRequires: pkgconfig(libtzplatform-config)
-BuildRequires: pkgconfig(webauthn-hal)
+BuildRequires: pkgconfig(webauthn-hal) >= 1.0.1
 BuildRequires: pkgconfig(libwebsockets)
 BuildRequires: pkgconfig(capi-network-bluetooth)
 BuildRequires: pkgconfig(glib-2.0)
@@ -30,7 +30,7 @@ BuildRequires: pkgconfig(openssl1.1)
 BuildRequires: pkgconfig(openssl3)
 %endif
 
-Requires: webauthn
+Requires: webauthn >= 1.0.1
 
 %description
 Adaptation Layer of Web Authentication Service for BLE Authenticator