diff --git a/NEWS b/NEWS index db0cbd42..0441c131 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +0.152 + - support buildtime source services + - add support searching for groups via "group:" prefix + 0.151 - fixed shell command injection via crafted _service files (CVE-2015-0778) - fix times when data comes from OBS backend diff --git a/osc/commandline.py b/osc/commandline.py index 4ee1963a..67e8bc0d 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -6746,7 +6746,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. # role filter role_filter = '' if opts.bugowner or opts.maintainer or opts.involved: - tmp = search_term.split('/') + tmp = search_term.split(':') if len(tmp) > 1: search_type, search_term = [tmp[0], tmp[1]] else: