From 30132ee544f8ab6d301ceedf08fb323dd3bb07f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Mon, 26 Nov 2018 16:04:36 -0500 Subject: lts; do not unclaim packages matching prefix, but complete package name --- bin/review-update-needed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/review-update-needed b/bin/review-update-needed index 7bd1846b3a..b931221b71 100755 --- a/bin/review-update-needed +++ b/bin/review-update-needed @@ -167,7 +167,7 @@ if args.unclaim: else: # look for packages to unclaim in this line for pkg in unclaim_pkgs: - if line.startswith(pkg): + if line.startswith(pkg + " ("): new.write(pkg + "\n") break else: # nothing found, write untouched line -- cgit v1.2.3