Re: [git-buildpackage] [ANNOUNCE] git-buildpackage 0.9.23

2021-06-21 Thread Quanah Gibson-Mount
--On Monday, June 21, 2021 12:05 PM -0700 Quanah Gibson-Mount wrote: --On Saturday, June 12, 2021 1:49 PM +0200 Guido Günther wrote: Hi, I'm happy to announce the release of git-buildpackage 0.9.23: https://git.sigxcpu.org/cgit/git-buildpackage/tag/?id=debian/0.9.23 Just FYI

Re: [git-buildpackage] [ANNOUNCE] git-buildpackage 0.9.23

2021-06-21 Thread Quanah Gibson-Mount
-- Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: <http://www.symas.com> ___ git-buildpackage mailing list git-buildpackage@lists.sigxcpu.org http://lists.sigxcpu.org/m

[git-buildpackage] New release?

2021-06-08 Thread Quanah Gibson-Mount
With the recent fixes for buildpackage-rpm to work with current mock 2.x and the fixes for building the package on CentOS, would it be possible to get a new official release? Thanks! Regards, Quanah -- Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified

[git-buildpackage] Strategy for doing nightlies?

2021-05-13 Thread Quanah Gibson-Mount
not a release tarball. I.e., I'm building off of the tip of the branch I'm interested in. Thanks, Quanah -- Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: <http://www.symas.

[git-buildpackage] Fix buildpackage-rpm to honor mock build options

2021-05-14 Thread Quanah Gibson-Mount
to mock. Regards, Quanah -- Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: <http://www.symas.com> 0001-Fix-gbp-builder-mock-to-honor-configured-options-for.patch.gz Description: GNU Zip compresse

[git-buildpackage] Fixes to allow package to build on centos7 and centos8

2021-05-26 Thread Quanah Gibson-Mount
I've opened a pull request on github with the changes that allowed me to build an RPM for both centos7 and centos8 without any errors: <https://github.com/agx/git-buildpackage/pull/81> Regards, Quanah -- Quanah Gibson-Mount Product Architect Symas Corporation Packaged, cer

Re: [git-buildpackage] Bad command paths when installing through pip

2021-04-29 Thread Quanah Gibson-Mount
he RPM themselves (although given what the tool is for, that may not be worth the effort). Thanks again! I'll go the RPM route moving forward. Regards, Quanah -- Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP:

[git-buildpackage] Using git-buildpackage for RPMs

2021-04-27 Thread Quanah Gibson-Mount
2] No such file or directory: 'dpkg-parsechangelog': 'dpkg-parsechangelog' Is there a guide on how to install on dnf based systems? Thanks! Regards, Quanah -- Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and support

Re: [git-buildpackage] Using git-buildpackage for RPMs

2021-04-27 Thread Quanah Gibson-Mount
--On Tuesday, April 27, 2021 1:38 PM -0700 Quanah Gibson-Mount 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

Re: [git-buildpackage] Bad command paths when installing through pip

2021-04-29 Thread Quanah Gibson-Mount
o I made the following modification: +%if 0%{?suse_version} BuildRequires: libxslt-tools +%endif This resulted in three generated RPMs: git-buildpackage-0.9.22-0.noarch.rpm git-buildpackage-common-0.9.22-0.noarch.rpm git-buildpackage-rpm-0.9.22-0.noarch.rpm Next up, to test using them. ;) Rega

[git-buildpackage] native RPM issues for git-buildpackage

2021-04-29 Thread Quanah Gibson-Mount
and dpkg-dev are not going to exist in RHEL. python needs to be python3 Not sure what "rpm-python" is supposed to be? Thanks, Quanah -- Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: <http://

Re: [git-buildpackage] native RPM issues for git-buildpackage

2021-04-29 Thread Quanah Gibson-Mount
--On Thursday, April 29, 2021 2:27 PM -0700 Quanah Gibson-Mount wrote: Not sure what "rpm-python" is supposed to be? This would be python3-rpm. --Quanah -- Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered b

[git-buildpackage] Bad command paths when installing through pip

2021-04-28 Thread Quanah Gibson-Mount
e-rpm is not present. :/ Regards, 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 git-buildpack

[git-buildpackage] Fix for using current mock

2021-05-03 Thread Quanah Gibson-Mount
I fixed up gbp-builder-mock to work with current mock releases. Patch attached. Regards, Quanah -- Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: <http://www.symas.com> 0001-Update-gbp-builder-mock-t

Re: [git-buildpackage] Using git-buildpackage for RPMs

2021-04-28 Thread Quanah Gibson-Mount
! Thanks very much! --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 git-buildpackage@lists.sigxcpu.or

Re: [git-buildpackage] buildpackage-rpm fails to expand macros in setup

2021-09-29 Thread Quanah Gibson-Mount
--On Wednesday, September 29, 2021 10:49 AM +0200 Guido Günther wrote: Hi Quanah, On Fri, Jul 16, 2021 at 03:58:20PM -0700, Quanah Gibson-Mount wrote: I'm building a package that has a subpackage (for an SELinux policy module), so I have to play around with the version since the submodule

Re: [git-buildpackage] buildpackage-rpm fails to expand macros in setup

2021-09-29 Thread Quanah Gibson-Mount
--On Wednesday, September 29, 2021 9:17 AM -0700 Quanah Gibson-Mount wrote: --On Wednesday, September 29, 2021 10:49 AM +0200 Guido Günther wrote: Hi Quanah, On Fri, Jul 16, 2021 at 03:58:20PM -0700, Quanah Gibson-Mount wrote: I'm building a package that has a subpackage

Re: [git-buildpackage] Invalid dependencies for git-buildpackage on RPM systems

2021-11-10 Thread Quanah Gibson-Mount
--On Wednesday, November 10, 2021 12:42 PM -0800 Quanah Gibson-Mount wrote: --On Wednesday, November 10, 2021 12:36 PM -0800 Quanah Gibson-Mount wrote: When building git-buildpackage (0.9.25 or prior) on an RPM system with git-buildpackage-rpm, the resulting RPM has invalid

Re: [git-buildpackage] Invalid dependencies for git-buildpackage on RPM systems

2021-11-10 Thread Quanah Gibson-Mount
--On Wednesday, November 10, 2021 12:47 PM -0800 Quanah Gibson-Mount wrote: Right, I remember I ran into this before. There's no such package for Centos8/RHEL8 and later, but it did exist for Centos7 and prior, and exists on Fedora. I added this patch: diff --git a/packaging/git

[git-buildpackage] Invalid dependencies for git-buildpackage on RPM systems

2021-11-10 Thread Quanah Gibson-Mount
When building git-buildpackage (0.9.25 or prior) on an RPM system with git-buildpackage-rpm, the resulting RPM has invalid dependencies: devscripts This does not exist on RPM based systems, which then causes failure to install the RPM. --Quanah -- Quanah Gibson-Mount Product Architect

[git-buildpackage] Different mirrors with pbuilder and dist?

2021-12-07 Thread Quanah Gibson-Mount
! --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 git-buildpackage@lists.sigxcpu.org http://lists.sigxc

Re: [git-buildpackage] Different mirrors with pbuilder and dist?

2021-12-08 Thread Quanah Gibson-Mount
--On Wednesday, December 8, 2021 10:05 AM -0800 Quanah Gibson-Mount wrote: --On Wednesday, December 8, 2021 9:10 AM -0800 Quanah Gibson-Mount wrote: The following packages have unmet dependencies: pbuilder-satisfydepends-dummy : Depends: symas-buildtools which is a virtual package

Re: [git-buildpackage] Different mirrors with pbuilder and dist?

2021-12-08 Thread Quanah Gibson-Mount
--On Wednesday, December 8, 2021 11:03 AM -0800 Quanah Gibson-Mount wrote: That got me farther, but then I ran into a known bug that OTHERMIRROR is broken. <https://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg5978783.htm l> So override config has an annoying behavior of res

Re: [git-buildpackage] Different mirrors with pbuilder and dist?

2021-12-08 Thread Quanah Gibson-Mount
--On Wednesday, December 8, 2021 9:10 AM -0800 Quanah Gibson-Mount wrote: The following packages have unmet dependencies: pbuilder-satisfydepends-dummy : Depends: symas-buildtools which is a virtual package and is not provided by any available package Ah, I just saw this in the output

Re: [git-buildpackage] Different mirrors with pbuilder and dist?

2021-12-08 Thread Quanah Gibson-Mount
--On Wednesday, December 8, 2021 9:06 AM -0800 Quanah Gibson-Mount wrote: So it appears that while the option is passed in, it doesn't actually do anything in regards to it. :/ Since "othermirror" is also a valid option, I tried that in gbp.conf, but again it's not actually ho

Re: [git-buildpackage] Different mirrors with pbuilder and dist?

2021-12-08 Thread Quanah Gibson-Mount
ly do anything in regards to it. :/ --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 git-bui

Re: [git-buildpackage] Different mirrors with pbuilder and dist?

2021-12-08 Thread Quanah Gibson-Mount
--On Wednesday, December 8, 2021 10:27 AM +0100 Guido Günther wrote: Hi Quanah, On Tue, Dec 07, 2021 at 03:43:31PM -0800, Quanah Gibson-Mount wrote: I have two versions of a piece of software I build for each distribution I build on. Currently I do this by having two different VMs

Re: [git-buildpackage] Different mirrors with pbuilder and dist?

2021-12-08 Thread Quanah Gibson-Mount
--On Wednesday, December 8, 2021 12:15 PM -0800 Quanah Gibson-Mount wrote: --On Wednesday, December 8, 2021 11:03 AM -0800 Quanah Gibson-Mount wrote: That got me farther, but then I ran into a known bug that OTHERMIRROR is broken. <https://www.mail-archive.com/ubuntu-b

[git-buildpackage] buildpackage-rpm fails to expand macros in setup

2021-07-16 Thread Quanah Gibson-Mount
"fallback" % err) prefix = orig['filename_base'] + '/' So it seems that the macro expansion isn't working right. --Quanah -- Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by O