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 use rpm -q --provides to determine the highest API present in OpenSSL and then use that as a Requires.
OPENSSL_VERSION is determined in build-scripts/package script.
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
libre
(cherry picked from commit 38ab4d5)
# We build against systems with the latest available dependencies such as OpenSSL.
37
+
# We use rpm -q --provides to determine the highest API present in OpenSSL and then use that as a Requires.
38
+
# OPENSSL_VERSION is determined in build-scripts/package script.
39
+
# This should ensure that when packages are installed with yum/dnf any required OpenSSL package upgrades will be performed or the installation will fail.
# We build against systems with the latest available dependencies such as OpenSSL.
33
+
# We use rpm -q --provides to determine the highest API present in OpenSSL and then use that as a Requires.
34
+
# OPENSSL_VERSION is determined in build-scripts/package script.
35
+
# This should ensure that when packages are installed with yum/dnf any required OpenSSL package upgrades will be performed or the installation will fail.
0 commit comments