Compare commits

...

1 Commits

Author SHA1 Message Date
b0c6e0b473 Add missing openssl-devel-engine BR
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
2024-08-13 00:06:12 -04:00

View File

@ -4,7 +4,7 @@
Name: R-%{packname}
Version: %{packver}
Release: 9%{?dist}
Release: 9.0.riscv64%{?dist}
Summary: 'WebSocket' Client Library
# Automatically converted from old format: GPLv2 - review is highly recommended.
@ -32,6 +32,9 @@ BuildRequires: R-rmarkdown
BuildRequires: R-cpp11-devel
BuildRequires: R-AsioHeaders-devel
BuildRequires: pkgconfig(openssl) >= 1.0.2
%if 0%{?fedora} >= 41
BuildRequires: openssl-devel-engine
%endif
BuildRequires: pkgconfig(websocketpp) >= 0.8.2
%description
@ -85,6 +88,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
%changelog
* Tue Aug 13 2024 Jason Montleon <jmontleo@redhat.com> - 1.4.1-9.0.riscv64
- add missing openssl-devel-engine for Fedora 41+
* Mon Jul 29 2024 Miroslav Suchý <msuchy@redhat.com> - 1.4.1-9
- convert license to SPDX