[releng] find_unblocked_orphans: Reword label

Till Maas till at fedoraproject.org
Tue Oct 7 21:22:17 UTC 2014


commit 3c657271b37c136727eb29cbc06b83f7070ac70c
Author: Till Maas <opensource at till.name>
Date:   Tue Oct 7 23:23:18 2014 +0200

    find_unblocked_orphans: Reword label

 scripts/find_unblocked_orphans.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/find_unblocked_orphans.py b/scripts/find_unblocked_orphans.py
index 071f7fe..2760397 100755
--- a/scripts/find_unblocked_orphans.py
+++ b/scripts/find_unblocked_orphans.py
@@ -599,7 +599,7 @@ def package_info(packages, release, orphans=None, failed=None):
         breaking = breaking.union(set(deps.keys()))
 
     if breaking:
-        info += wrap_and_format("Affected packages", sorted(breaking))
+        info += wrap_and_format("Depending packages", sorted(breaking))
 
     if failed:
         info += "\nFTBFS: " + " ".join(failed)


More information about the rel-eng mailing list