[Bug 1886107] Re: centos8 rpm build with odd runtime deps

2020-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 20.3-0ubuntu1 --- cloud-init (20.3-0ubuntu1) groovy; urgency=medium * New upstream release. - Release 20.3 (#547) [James Falcon] (LP: #1892878) - tox: bump the pylint version to 2.6.0 in the default run (#544) [Paride Lego

[Bug 1886107] Re: centos8 rpm build with odd runtime deps

2020-07-24 Thread Dan Watkins
A fix for this landed in https://github.com/canonical/cloud- init/commit/456fb55744a1acc6bd2f464b7656a9c33d0b7ac5 ** Changed in: cloud-init (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 1886107] Re: centos8 rpm build with odd runtime deps

2020-07-09 Thread Ryan Harper
I think we want two flags; keep the default behavior of all deps output: and then --build-requires # print the build package requirements --requires # print the runtime package requirements Then brpm needs to be updated to call read-deps with those two flags, and adjust its build-requ

[Bug 1886107] Re: centos8 rpm build with odd runtime deps

2020-07-03 Thread Paride Legovini
Hi Ryan, This happens because `tools/read-dependencies --distro` joins the 'requires' and 'build-requires' defined in pkg-deps.json, the file that specifies the distro-specific deps. See this line specifically: https://github.com/canonical/cloud-init/blob/master/tools/read- dependencies#L227 Thi