We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e97e00d + 6b87a07 commit 7e0e359Copy full SHA for 7e0e359
packaging/cfengine-nova/cfengine-nova.spec.in
@@ -23,8 +23,8 @@ Recommends: gzip
23
Requires: selinux-policy >= @@SELINUX_POLICY_VERSION@@
24
%endif
25
26
-# we don't bundle OpenSSL on RHEL 8 (and newer in the future)
27
-%if %{?rhel}%{!?rhel:0} == 8
+# We don't bundle OpenSSL on RHEL >= 8 and SuSE >= 15
+%if 0%{?SYSTEM_SSL}
28
Requires: libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) libssl.so.1.1(OPENSSL_1_1_1)(64bit)
29
Requires: libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)
30
0 commit comments