Couple of directives: additional_packages, filter_packages, multilib_blacklist mention package_globs in its definition. Definition of these is slightly different per directive.
additional_packages
filter_packages
multilib_blacklist
package_globs
I'm interested in filter_packages and for my rpm foo-1.2-1.src.rpm the correct match is supposedly foo-*.src or foo.src depending on the backend. That's surprising as it isn't always shell glob of the rpm (with version).
foo-1.2-1.src.rpm
foo-*.src
foo.src
Please improve package_glob definition in the documentation.
package_glob
Commit 19a42792 fixes this issue
Metadata Update from @lsedlar: - Issue set to the milestone: 4.1.28
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/pungi/pungi/issues/1028
Please continue any further discussion there.