From 60479af1733edfd990cd36ca9d04f7fe70abd5fe Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Thu, 12 Jan 2012 15:38:29 +0200 Subject: Introduce gbp-pq-rpm Initial version of gbp-pq-rpm - a tool for managing patch queues for rpm packages. The functionality more or less corresponds to that of the (Debian) gbp-pq. The only major difference probably being (in addition to the obvious of working with .spec files instead of debian/) is that patches are always imported on top of the upstream version, not on top of the packaging branch (which might not even contain any source code). Signed-off-by: Markus Lehtonen Signed-off-by: Olev Kartau --- debian/git-buildpackage-rpm.install | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/git-buildpackage-rpm.install b/debian/git-buildpackage-rpm.install index 67c0309..2568b4c 100644 --- a/debian/git-buildpackage-rpm.install +++ b/debian/git-buildpackage-rpm.install @@ -1,2 +1,3 @@ usr/lib/python2.?/dist-packages/gbp/rpm/ usr/lib/python2.7/dist-packages/gbp/scripts/import_srpm.py +usr/lib/python2.7/dist-packages/gbp/scripts/pq_rpm.py -- cgit v1.2.3