Skip to content

Commit a34eff0

Browse files
committed
Changed suse-15 to use system openssl as redhats do
This is due to dependency trouble with libpam and libcrypto when cf-agent tries to run chpasswd for example. In that case pam-unix.so wont load. Ticket: ENT-12528 Changelog: title
1 parent 960e5ad commit a34eff0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/cfengine-build-host-setup.cf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ bundle agent cfengine_build_host_setup
129129
"platform-python-devel" -> { "cfbs shebang", "ENT-11338" }
130130
comment => "py3_shebang_fix macro needs /usr/bin/pathfix.py from platform-python-devel package";
131131

132+
suse_15::
133+
"openssl-devel" -> { "ENT-12528" }
134+
comment => "like redhat, suse 15+ needs to build with system openssl.";
135+
132136
(redhat_8|centos_8|redhat_9).(yum_dnf_conf_ok)::
133137
"java-1.8.0-openjdk-headless" package_policy => "delete",
134138
comment => "Installing Development Tools includes this jdk1.8 which we do not want.";

0 commit comments

Comments
 (0)