Depend on openssl-devel-engine since we still use this deprecated feature (rhbz#2295335)

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
This commit is contained in:
Michel Lind
2024-07-27 21:40:43 -05:00
parent 3bf66dd5e8
commit 78d3aed4af

View File

@@ -16,7 +16,7 @@
Name: strongswan Name: strongswan
Version: 5.9.14 Version: 5.9.14
Release: 4%{?dist} Release: 5%{?dist}
Summary: An OpenSource IPsec-based VPN and TNC solution Summary: An OpenSource IPsec-based VPN and TNC solution
# Automatically converted from old format: GPLv2+ - review is highly recommended. # Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later License: GPL-2.0-or-later
@@ -42,6 +42,10 @@ BuildRequires: gmp-devel
BuildRequires: libcurl-devel BuildRequires: libcurl-devel
BuildRequires: openldap-devel BuildRequires: openldap-devel
BuildRequires: openssl-devel BuildRequires: openssl-devel
%if 0%{?fedora} >= 41
# https://fedoraproject.org/wiki/Changes/OpensslDeprecateEngine
BuildRequires: openssl-devel-engine
%endif
BuildRequires: sqlite-devel BuildRequires: sqlite-devel
BuildRequires: gettext-devel BuildRequires: gettext-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
@@ -417,6 +421,9 @@ install -D -m 0644 %{SOURCE3} %{buildroot}/%{_tmpfilesdir}/strongswan-starter.co
%endif %endif
%changelog %changelog
* Sat Jul 27 2024 Michel Lind <salimma@fedoraproject.org> - 5.9.14-5
- Depend on openssl-devel-engine since we still use this deprecated feature (rhbz#2295335)
* Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 5.9.14-4 * Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 5.9.14-4
- convert license to SPDX - convert license to SPDX