Introduce rpm helpers
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 12 Jan 2012 13:29:03 +0000 (15:29 +0200)
committerGuido Günther <agx@sigxcpu.org>
Thu, 24 Jul 2014 21:33:36 +0000 (23:33 +0200)
commite7251f84bc17d585e260091b9efe2dade073982c
treec83b7b8787549df8a0b4ac5ff783b8cf15331687
parent1a8e6d12cc94d2b40324fe8f99de012cf2cf5913
Introduce rpm helpers

Implements a new gbp.rpm module that contains functionality for e.g.
parsing and editing spec files, reading src.rpm files rpm-specific
packaging policy etc.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Signed-off-by: Zhang Qiang <qiang.z.zhang@intel.com>
Signed-off-by: Huang Hao <hao.h.huang@intel.com>
30 files changed:
gbp/rpm/__init__.py [new file with mode: 0644]
gbp/rpm/git.py [new file with mode: 0644]
gbp/rpm/lib_rpm.py [new file with mode: 0644]
gbp/rpm/linkedlist.py [new file with mode: 0644]
gbp/rpm/policy.py [new file with mode: 0644]
tests/20_test_rpm.py [new file with mode: 0644]
tests/data/rpm/rpmbuild/SOURCES/bar.tar.gz [new file with mode: 0644]
tests/data/rpm/rpmbuild/SOURCES/foo.txt [new file with mode: 0644]
tests/data/rpm/rpmbuild/SOURCES/gbp-test-1.0.tar.bz2 [new file with mode: 0644]
tests/data/rpm/rpmbuild/SOURCES/gbp-test-native-1.0.zip [new file with mode: 0644]
tests/data/rpm/rpmbuild/SOURCES/gbp-test2-3.0.tar.gz [new file with mode: 0644]
tests/data/rpm/rpmbuild/SOURCES/my.patch [new file with mode: 0644]
tests/data/rpm/rpmbuild/SOURCES/my2.patch [new file with mode: 0644]
tests/data/rpm/rpmbuild/SOURCES/my3.patch [new file with mode: 0644]
tests/data/rpm/rpmbuild/SPECS/gbp-test-native.spec [new file with mode: 0644]
tests/data/rpm/rpmbuild/SPECS/gbp-test-native2.spec [new file with mode: 0644]
tests/data/rpm/rpmbuild/SPECS/gbp-test.spec [new file with mode: 0644]
tests/data/rpm/rpmbuild/SPECS/gbp-test2.spec [new file with mode: 0644]
tests/data/rpm/specs/gbp-test-native.spec [new symlink]
tests/data/rpm/specs/gbp-test-native2.spec [new symlink]
tests/data/rpm/specs/gbp-test-quirks.spec [new file with mode: 0644]
tests/data/rpm/specs/gbp-test-reference.spec [new file with mode: 0644]
tests/data/rpm/specs/gbp-test-reference2.spec [new file with mode: 0644]
tests/data/rpm/specs/gbp-test-tags.spec [new file with mode: 0644]
tests/data/rpm/specs/gbp-test-updates-reference.spec [new file with mode: 0644]
tests/data/rpm/specs/gbp-test-updates.spec [new file with mode: 0644]
tests/data/rpm/specs/gbp-test.spec [new symlink]
tests/data/rpm/specs/gbp-test2-reference.spec [new file with mode: 0644]
tests/data/rpm/specs/gbp-test2-reference2.spec [new file with mode: 0644]
tests/data/rpm/specs/gbp-test2.spec [new symlink]