Migrate to openssl 3.0 29/296029/1 accepted/tizen_unified_riscv accepted/tizen/unified/20231226.154325 accepted/tizen/unified/20231226.180021 accepted/tizen/unified/riscv/20231219.110021
authorcheoleun moon <chleun.moon@samsung.com>
Tue, 18 Jul 2023 11:44:32 +0000 (20:44 +0900)
committercheoleun moon <chleun.moon@samsung.com>
Tue, 18 Jul 2023 11:44:36 +0000 (20:44 +0900)
Change-Id: I8c3248f9e9ebe994ff67b9f6f0cb61890a053a31

packaging/capi-network-vine.spec

index 78f1b6b..7c95a47 100755 (executable)
@@ -3,7 +3,7 @@
 %bcond_without use_glib_event_loop
 Name:    capi-network-vine
 Summary: An service discovery framework
-Version: 1.3.1
+Version: 1.3.2
 Release: 0
 Group:   Network & Connectivity/API
 License: Apache-2.0
@@ -13,7 +13,7 @@ Source1: %{name}.manifest
 BuildRequires: cmake
 BuildRequires: pkgconfig(dns_sd)
 %if %{with lws_static}
-BuildRequires: pkgconfig(openssl1.1)
+BuildRequires: pkgconfig(openssl3)
 %endif
 %if %{without lws_static}
 BuildRequires: pkgconfig(libwebsockets)