Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #10066: Scary message about OpenSSL on SLES when running rudder agent update #1272

Conversation

peckpeck
Copy link
Member

@peckpeck peckpeck commented Mar 1, 2017

@@ -189,7 +189,7 @@ Requires: dmidecode
### SLES 11 OSes come with OpenSSL 0.9.8h which is recent enough.
##
# Reference for suse_version : https://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto
%if 0%{?suse_version} && 0%{?suse_version} < 1100
%if 0%{?suse_version} && 0%{?suse_version} < 1140
Copy link
Member

@amousset amousset Mar 1, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the openssl version higher on SP4 ? It seems to me the actual condition is < 1200

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it seems logical, it's just that we didn't do that for the other tests

@peckpeck
Copy link
Member Author

peckpeck commented Mar 1, 2017

Commit modified

@peckpeck peckpeck force-pushed the bug_10066/scary_message_about_openssl_on_sles_when_running_rudder_agent_update branch from fb11107 to fbcab40 Compare March 1, 2017 10:41
@@ -144,12 +144,12 @@ Requires: dmidecode

## 3 - SLES: No LMDB yet
# Reference for suse_version : https://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto
%if 0%{?suse_version} && 0%{?suse_version} < 1140
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is a change in OpenSuSE 11.4

@peckpeck peckpeck force-pushed the bug_10066/scary_message_about_openssl_on_sles_when_running_rudder_agent_update branch from fbcab40 to 690d090 Compare March 1, 2017 14:54
@peckpeck
Copy link
Member Author

peckpeck commented Mar 1, 2017

Commit modified

@@ -149,7 +149,7 @@ Requires: pmtools
%define use_system_lmdb false
%endif

%if 0%{?suse_version} && 0%{?suse_version} >= 1140
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was was also OpenSuSE 11.4 specific (it is the other part of the first one)

@peckpeck
Copy link
Member Author

peckpeck commented Mar 1, 2017

Commit modified

@peckpeck peckpeck force-pushed the bug_10066/scary_message_about_openssl_on_sles_when_running_rudder_agent_update branch from 690d090 to c181a78 Compare March 1, 2017 16:49
@Normation-Quality-Assistant
Copy link
Contributor

OK, merging this PR

@Normation-Quality-Assistant Normation-Quality-Assistant merged commit c181a78 into Normation:branches/rudder/4.1 Mar 1, 2017
@Normation-Quality-Assistant
Copy link
Contributor

OK, merging this PR

@peckpeck peckpeck deleted the bug_10066/scary_message_about_openssl_on_sles_when_running_rudder_agent_update branch July 13, 2020 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants