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>
Fri, 14 Nov 2014 12:47:19 +0000 (14:47 +0200)
commit6328e536b0141ffc32d1fab2e31016d765e425a7
treee6971f76bb235fa35d3d505e36404889b14d4ed3
parent049108a95bb4d00d2e7fb8c1e72a1d2307ee64be
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]