Skip to content

Commit

Permalink
Merge pull request #1369 from cfengine/ENT-11166-v2
Browse files Browse the repository at this point in the history
ENT-11166: All redhat build hosts should not have libtool-ltdl
  • Loading branch information
craigcomstock authored Jan 25, 2024
2 parents 1a21482 + 9499a2c commit a152864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cfengine-build-host-setup.cf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ bundle agent cfengine_build_host_setup
"expat-devel";
"gcc-c++";
"gettext";
"libtool-ltdl" package_policy => "delete";
"ncurses";
"perl-Digest-MD5";
"perl-Module-Load-Conditional";
Expand Down Expand Up @@ -109,7 +110,6 @@ bundle agent cfengine_build_host_setup
"pkgconf" comment => "pkgconfig renamed to pkgconf in rhel8";
"selinux-policy-devel" comment => "maybe add to _7 and _6?";
"openssl-devel";
"libtool-ltdl" package_policy => "delete", comment => "maybe redhat/centos 7 as well?";

redhat_9::
"python3-psycopg2";
Expand Down

0 comments on commit a152864

Please sign in to comment.