aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/git-buildpackage-rpm.install
Commit message (Collapse)AuthorAge
* Switch Debian packaging to python3Guido Günther2017-08-02
| | | | | | | | For now we disable epydoc since it isn't available for python3. We also drop dh_auto_test to not run the test suite twice since pybuild would run it as well. Closes: #810854
* Actually install gbp-rpm-ch and unbreak manpage generationGuido Günther2016-06-30
|
* buildpackage-rpm: add support for mock chroot builderGuido Günther2015-11-16
| | | | | | | | | | Try: gbp buildpackage-rpm --git-mock --git-dist=epel-6 Results will be under ../rpmbuild/results/ This is very heavily based on a patch from Tzafrir Cohen.
* Add gbp buildpackage-rpmGuido Günther2015-08-19
| | | | This adds a minimal gbp buildpackage-rpm based on Markus Lehtonens work.
* Introduce gbp-pq-rpmMarkus Lehtonen2014-12-29
| | | | | | | | | | | | 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 <markus.lehtonen@linux.intel.com> Signed-off-by: Olev Kartau <olev.kartau@intel.com>
* Introduce git-buildpackage-rpmGuido Günther2014-07-24
Currently only including "gbp import-srpm"