Skip to content

Commit 89a2b2e

Browse files
committed
Remove version requirements
1 parent 5789f00 commit 89a2b2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ set(THREADS_PREFER_PTHREAD_FLAG TRUE)
9696
find_package(Threads REQUIRED)
9797

9898
# Find OpenSSL
99-
find_package(OpenSSL 3.0.0 REQUIRED)
99+
find_package(OpenSSL REQUIRED)
100100

101101
# ------------------------------------------------------------------------------
102102
# Project components

pkg/rpm/ipfixcol2.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
1414
BuildRequires: gcc >= 4.8, gcc-c++ >= 4.8, cmake >= 2.8.8, make
1515
BuildRequires: libfds-devel, /usr/bin/rst2man, zlib-devel
1616
BuildRequires: librdkafka-devel
17-
Requires: libfds >= 0.2.0, zlib, librdkafka >= 0.9.3, libcrypto >= 3.0.0, libssl >= 3.0.0
17+
Requires: libfds >= 0.2.0, zlib, librdkafka >= 0.9.3, libcrypto, libssl
1818

1919
%description
2020
IPFIXcol is a flexible IPFIX (RFC 7011) flow data collector designed to

0 commit comments

Comments
 (0)