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=/branches/gentoolkit-0.2.4/; revision=631

src/glsa-check/glsa-check

index a0bed1ea3f0a393d4dd25255574936ed9831fc20..0dd3affd2911eae02fa5a5fa33b5336a480b4ff3 100755 (executable)
@@ -192,6 +192,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)