On 26. 08. 20 19:59, Michel Alexandre Salim wrote:
Per https://pagure.io/packaging-committee/issue/782, "Forbid %{pythonX_site(lib|arch)}/* in %files" Python packages should not blindly glob contents of the sitelib/sitearch directories.
This makes sense, in fact, I just got bit by this packaging python- sphinx-hoverxref (https://bugzilla.redhat.com/show_bug.cgi?id=1872508) -- for some reason a `tests` directory also get copied to buildroot and thus get packaged.
`rpmdev-newspec python-foo` still produces a spec with globbing though. This is just a matter of omission, I presume? I can put up a PR fixing this.
I don't really know who maintains `rpmdev-newspec python-foo` but the output (when I run this on Fedora 32) is really severely outdated beyond being any useful. I remember trying to update the template many years ago but got stuck at EPEL-compatibility issues.