summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheoleun moon <chleun.moon@samsung.com>2023-07-18 20:44:32 +0900
committercheoleun moon <chleun.moon@samsung.com>2023-07-18 20:44:36 +0900
commit1e631fd8e3e3b014dacc0db7d265bdfe700a71ba (patch)
tree366332461f3cb68cd5d7cdf80c5c1a0470384541
parent999691ef6df7f866a18cbd41f75adfc8bbe50152 (diff)
downloadvine-accepted/tizen_unified_riscv.tar.gz
vine-accepted/tizen_unified_riscv.tar.bz2
vine-accepted/tizen_unified_riscv.zip
Change-Id: I8c3248f9e9ebe994ff67b9f6f0cb61890a053a31
-rwxr-xr-xpackaging/capi-network-vine.spec4
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)