The Change template uses "" as
a placeholder for various items, including the tracker bug link.
The script tries to handle when this placeholder is present and
not treat it like it's an actual tracker bug link (or issue
link or whatever).
In https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_3
for some reason a slightly different placeholder string -
"" - is used. That broke this
detection, because the detection looks for "Wrangler" with a
capital W. Let's handle this, in case anyone else does it.
The Change template uses "" as
a placeholder for various items, including the tracker bug link.
The script tries to handle when this placeholder is present and
not treat it like it's an actual tracker bug link (or issue
link or whatever).
In https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_3" - is used. That broke this
for some reason a slightly different placeholder string -
"
detection, because the detection looks for "Wrangler" with a
capital W. Let's handle this, in case anyone else does it.
Signed-off-by: Adam Williamson awilliam@redhat.com