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:
parent
8db4eb6564
commit
0ec6623ba6
1 changed files with 5 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue