class documentation
class _ChangelogEntry(object):
An entry (one 'change') in an RPM changelog
Method | __init__ |
No summary |
Method | __str__ |
Undocumented |
Instance Variable | author |
Undocumented |
Instance Variable | _pkgpolicy |
Undocumented |
Instance Variable | _text |
Undocumented |
def __init__(self, pkgpolicy, author, text):
Parameters | |
pkgpolicy:RpmPkgPolicy | RPM packaging policy |
author:str | author of the change |
text:str or list of str | message of the changelog entry |