Ticket #6: packages.diff

File packages.diff, 431 bytes (added by mschwendt, 3 years ago)

patch for yum packages.py

  • packages.py

    old new  
    928928            return "" 
    929929        msg = "\n" 
    930930        clog_count = 0 
    931         for (ts, author, content) in reversed(sorted(self.changelog))
     931        for (ts, author, content) in self.changelog
    932932            if clog_limit and clog_count >= clog_limit: 
    933933                break 
    934934            clog_count += 1