-
Notifications
You must be signed in to change notification settings - Fork 200
Closed
Labels
Description
It would be nice to be able to build rpms on systems which don't have rpmbuild installed (e.g. a debian-based build machine). At the very least, supporting rpmbuild
as a label would be nice, so one could download it or build it from source. But for many simple cases, rpmpack
could be used instead (their readme includes instructions for doing this with tar2rpm
, but that is arguably inefficient compared to a more direct approach, and it would be nice to have a more unified API for building .deb
and .rpm
together, including for example having support for version_file
).