--On Tuesday, April 27, 2021 1:38 PM -0700 Quanah Gibson-Mount <[email protected]> wrote:
Hi, I've been using git-buildpackage to build packages for debian and Ubuntu. I'd like to continue using it for building RPMs. However, trying to install on a CentOS 8 box currently leads to failure as it tries to execute the debian specific command dpkg-changelog: Is there a guide on how to install on dnf based systems?
Ok, I hacked around this for the moment by creating a local shell script that just returned what it was looking for output wise. For non-debian systems though, it seems it shouldn't hard depend on dpkg-changelog. ;)
--Quanah -- Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: <http://www.symas.com> _______________________________________________ git-buildpackage mailing list [email protected] http://lists.sigxcpu.org/mailman/listinfo/git-buildpackage
