bodhi: relax regex used to catch bug ids in changelogs

Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
This commit is contained in:
Mattia Verga 2022-01-03 19:07:03 +01:00 committed by kevin
parent c7a4031d5f
commit 0de9fdade7

View file

@ -522,6 +522,9 @@ bz_products = Fedora,Fedora EPEL,Fedora Modules
# Comma separated list of Release.name values
bz_exclude_rels = ELN
# Relax default regex used to catch bug ids in RPM changelogs
bz_regex = (?:fedora|epel|rh(?:bz)?)#(\d{5,})
# A template to use for links to Bugzilla tickets. %%s will be filled in with the bug number.
# buglink = https://bugzilla.redhat.com/show_bug.cgi?id=%%s
{% if env == 'production' %}