Skip to content

Commit

Permalink
Missed updating RPM spec to require OpenSSL 1.1+ (#528)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Flynn <tom.flynn@gmail.com>
  • Loading branch information
tomflynn authored Apr 30, 2024
1 parent ac2233c commit 81e16aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libopflex/rpm/libopflex.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ URL: https://wiki.opendaylight.org/view/OpFlex:Main
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Source: %{name}-%{version}.tar.gz
Requires: libuv >= 1.18.0
Requires: openssl >= 1.0.1
Requires: openssl >= 1.1
%if 0%{?rhel} == 8
Requires: libnsl2
%endif
Expand Down Expand Up @@ -51,7 +51,7 @@ Summary: Development libraries for libopflex
Group: Development/Libraries
Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: pkgconfig
Requires: openssl-devel >= 1.0.1
Requires: openssl-devel >= 1.1
Requires: libuv-devel >= 1.8.0
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
Expand Down

0 comments on commit 81e16aa

Please sign in to comment.