rpm: add gbp.rpm.changelog module
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 4 Feb 2014 15:49:28 +0000 (17:49 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 5 Jun 2014 11:20:07 +0000 (14:20 +0300)
commit06e95f08ee08f96faaecf977a31d1d73f3e2135e
tree023a25365ce0c877f59cd6cd468b06d59374cf9b
parent1174d908ee88d8ef2c5b00167234ba256879102d
rpm: add gbp.rpm.changelog module

This new module contains basic containers and functionality for parsing
and updating rpm changelogs. It is coupled with the rpm packaging policy
class which now has definitions for rpm changelog formatting.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gbp/rpm/changelog.py [new file with mode: 0644]
gbp/rpm/policy.py
tests/test_rpm_changelog.py [new file with mode: 0644]