You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed issue where rhel >8 packages would not have correct openssl dependency version
We build against systems with the latest available dependencies such as OpenSSL.
We examine the highest "Version Definition" in the OpenSSL libraries which gives us the highest "API" and then use that as a requirement in our rpm package spec files.
This should ensure that when packages are installed with yum/dnf any required OpenSSL package upgrades will be performed or the installation will fail.
Ticket: ENT-12587
Changelog: title
# We build against systems with the latest available dependencies such as OpenSSL.
37
+
# We examine the highest "Version Definition" in the OpenSSL libraries which gives us the highest "API" and then use that as a requirement in our rpm package spec files.
38
+
# This should ensure that when packages are installed with yum/dnf any required OpenSSL package upgrades will be performed or the installation will fail.
39
+
# OPENSSL_VERSION is determined in build-scripts/package script.
# We build against systems with the latest available dependencies such as OpenSSL.
33
+
# We examine the highest "Version Definition" in the OpenSSL libraries which gives us the highest "API" and then use that as a requirement in our rpm package spec files.
34
+
# This should ensure that when packages are installed with yum/dnf any required OpenSSL package upgrades will be performed or the installation will fail.
35
+
# OPENSSL_VERSION is determined in build-scripts/package script.
0 commit comments