Hi,
I was fixing a FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=2291622 in the package python-astroquery
The reason of the failure were two files, installed but unpackaged, both in python3_sitelib named:
astroquery/ipac/irsa/tests/data/.#.MOST_full_with_tarballs.html.tmp astroquery/ipac/irsa/tests/data/.#.MOST_regular.html.tmp
These two files are not in the tarball and I have checked that they appear after %install and before %check
The package has files named MOST_full_with_tarballs.html and MOST_regular.html in the same folder as well as other files that seem unaffected.
The same package builds in fedora 40 without problems.
Any idea of what is happening?
Regards, Sergio