From: cheoleun moon Date: Tue, 18 Jul 2023 11:44:32 +0000 (+0900) Subject: Migrate to openssl 3.0 X-Git-Tag: accepted/tizen/unified/riscv/20231219.110021^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified_riscv;p=platform%2Fcore%2Fapi%2Fvine.git Migrate to openssl 3.0 Change-Id: I8c3248f9e9ebe994ff67b9f6f0cb61890a053a31 --- diff --git a/packaging/capi-network-vine.spec b/packaging/capi-network-vine.spec index 78f1b6b..7c95a47 100755 --- a/packaging/capi-network-vine.spec +++ b/packaging/capi-network-vine.spec @@ -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)