commit 36a85986571025468bbd04338a799dca14f25de6
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Tue Nov 16 19:03:03 2021 +0100
Build with openssl 1.1 on Fedora 36+.
tg_owt.spec | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
---
diff --git a/tg_owt.spec b/tg_owt.spec
index 4d5cf47..9d8db08 100644
--- a/tg_owt.spec
+++ b/tg_owt.spec
@@ -15,7 +15,7 @@
Name: tg_owt
Version: 0
-Release: 13.%{date}git%{shortcommit0}%{?dist}
+Release: 14.%{date}git%{shortcommit0}%{?dist}
# Main project - BSD
# abseil-cpp - ASL 2.0
@@ -54,6 +54,10 @@ BuildRequires: pkgconfig(xrandr)
BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(xtst)
+%if 0%{?fedora} && 0%{?fedora} > 35
+BuildRequires: openssl1.1-devel
+%endif
+
BuildRequires: cmake
BuildRequires: gcc
BuildRequires: gcc-c++
@@ -105,6 +109,9 @@ Requires: pkgconfig(xfixes)
Requires: pkgconfig(xrandr)
Requires: pkgconfig(xrender)
Requires: pkgconfig(xtst)
+%if 0%{?fedora} && 0%{?fedora} > 35
+Requires: openssl1.1-devel
+%endif
%description devel
%{summary}.
@@ -175,6 +182,9 @@ cp -f -p src/rtc_base/third_party/sigslot/README.chromium
legal/README.sigslot
%{_libdir}/lib%{name}.a
%changelog
+* Tue Nov 16 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-14.20211021gitd578c76
+- Build with openssl 1.1 on Fedora 36+.
+
* Mon Nov 15 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-13.20211021gitd578c76
- Updated to latest Git snapshot.