class documentation

class Changelog(object):

View In Hierarchy

An RPM changelog

Method __init__ Undocumented
Method __str__ Undocumented
Method add_section Add new empty section
Method create_entry Create and return new entry object
Instance Variable sections Undocumented
Instance Variable _pkgpolicy Undocumented
def __init__(self, pkgpolicy):

Undocumented

def __str__(self):

Undocumented

def add_section(self, *args, **kwargs):

Add new empty section

def create_entry(self, *args, **kwargs):

Create and return new entry object

sections: list =

Undocumented

_pkgpolicy =

Undocumented