pkgs / dnf automatic: exclude mod_auth_openidc-2.3.7-11.module+el8.6.0+14082+b6f23e95

This update seems to cause segfaults in https pushes.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-05-27 17:30:10 -07:00
parent 8db4eb6564
commit 0ec6623ba6

View file

@ -60,3 +60,8 @@ exclude = httpd*
# https://pagure.io/koji/issue/3351
exclude = git*
{% endif %}
{% if inventory_hostname.startswith('pkgs') %}
# exclude mod_auth_openidc-2.3.7-11.module+el8.6.0+14082+b6f23e95
# as it's causing segfaults in https pushes
exclude = mod_auth_openidc-2.3.7-11.module+el8.6.0+14082+b6f23e95
{% endif %}