First 3 patches fix several bugs in the get_rpms_for_srpms function which causes it to only find about 10 percent of the packages actually belonging to the bootstrap module.
Last patch exposes this function on the cli as rpms-from-srpm. which returns all RPMs that are generated from the passed SRPM name. This is useful when packaging new modules.
For example, I see glusterfs needs to bundle pyxattr since no other module currently provides it. It's handy to have a simple place to see how many sub-RPMs pyxattr builds to get an idea of what might need to be filtered.
First 3 patches fix several bugs in the get_rpms_for_srpms function which causes it to only find about 10 percent of the packages actually belonging to the bootstrap module.
Last patch exposes this function on the cli as rpms-from-srpm. which returns all RPMs that are generated from the passed SRPM name. This is useful when packaging new modules.
For example, I see glusterfs needs to bundle pyxattr since no other module currently provides it. It's handy to have a simple place to see how many sub-RPMs pyxattr builds to get an idea of what might need to be filtered.