diff options
author | cheoleun moon <chleun.moon@samsung.com> | 2023-07-18 20:44:32 +0900 |
---|---|---|
committer | cheoleun moon <chleun.moon@samsung.com> | 2023-07-18 20:44:36 +0900 |
commit | 1e631fd8e3e3b014dacc0db7d265bdfe700a71ba (patch) | |
tree | 366332461f3cb68cd5d7cdf80c5c1a0470384541 | |
parent | 999691ef6df7f866a18cbd41f75adfc8bbe50152 (diff) | |
download | vine-accepted/tizen_unified_riscv.tar.gz vine-accepted/tizen_unified_riscv.tar.bz2 vine-accepted/tizen_unified_riscv.zip |
Migrate to openssl 3.0accepted/tizen/unified/riscv/20231219.110021accepted/tizen/unified/20231226.180021accepted/tizen/unified/20231226.154325accepted/tizen_unified_riscv
Change-Id: I8c3248f9e9ebe994ff67b9f6f0cb61890a053a31
-rwxr-xr-x | packaging/capi-network-vine.spec | 4 |
1 files changed, 2 insertions, 2 deletions
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) |