Add patch from Robert Buchholz: Sort glsa list output.
authorfuzzyray <fuzzyray@gentoo.org>
Thu, 7 May 2009 22:09:19 +0000 (22:09 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Thu, 7 May 2009 22:09:19 +0000 (22:09 -0000)
svn path=/trunk/gentoolkit/; revision=631

bin/glsa-check

index 316f34fe6a6d432e5ae042f0655cbf6a1319631e..dbb1196f14e402986d70398a96ee057e7decfade 100644 (file)
@@ -194,6 +194,7 @@ def summarylist(myglsalist, fd1=sys.stdout, fd2=sys.stderr):
        fd2.write(green("[U]")+" means the system is not affected and\n")
        fd2.write(red("[N]")+" indicates that the system might be affected.\n\n")
 
+       myglsalist.sort()
        for myid in myglsalist:
                try:
                        myglsa = Glsa(myid, glsaconfig)