Add dependency on openssl-devel-engine
- Add BuildRequires: openssl-devel-engine - Background info: https://fedoraproject.org/wiki/Changes/OpensslDeprecateEngine
This commit is contained in:
parent
1d2e0cf31b
commit
908de352bf
1 changed files with 5 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
Name: websocketpp
|
||||
Summary: C++ WebSocket Protocol Library
|
||||
Version: 0.8.2
|
||||
Release: 14%{?dist}
|
||||
Release: 15%{?dist}
|
||||
|
||||
License: BSD
|
||||
Url: https://www.zaphoyd.com/websocketpp
|
||||
|
|
@ -39,6 +39,7 @@ BuildRequires: cmake
|
|||
BuildRequires: gcc-c++
|
||||
# needed for tests mostly
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: openssl-devel-engine
|
||||
BuildRequires: zlib-devel
|
||||
|
||||
%description
|
||||
|
|
@ -91,6 +92,9 @@ rm -rfv %{buildroot}%{_includedir}/test_connection/
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 24 2024 Wolfgang Stöggl <c72578@yahoo.de> - 0.8.2-15
|
||||
- Add dependency on openssl-devel-engine
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue