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
ci: Added public host keys for build-artifacts-cache
Ticket: ENT-13763
Changelog: none
Adjusted build host policy to succeed on centos-7 with fail2ban package
Package methods add -*.* to the end of package promisers and on centos-7 there are conflicting sub-packages named: fail2ban-shorewall and fail2ban-shorewall-lite.
Ticket: ENT-13763
Changelog: none
# note that shellcheck, fakeroot and ccache require epel-release to be installed
129
129
(redhat|centos).(yum_dnf_conf_ok)::
130
130
"epel-release";
131
+
!(redhat_7|centos_7).(yum_dnf_conf_ok)::
131
132
"fail2ban"
132
133
comment => "Ban IPs with repeated failed SSH auth attempts";
133
134
(redhat_7|centos_7).(yum_dnf_conf_ok)::
135
+
"fail2ban.noarch"
136
+
comment => "Ban IPs with repeated failed SSH auth attempts. On centos-7 .noarch must be specified as there are conflicting sub-packages attempted with legacy packages promise as fail2ban-*.*.";
0 commit comments