Created attachment 1561126 [details] Full log from Copr distgen 1.3-2.fc31 FTBFS on Python 3.8 with: AttributeError: <module 'platform' from '/usr/lib64/python3.8/platform.py'> does not have the attribute 'dist' Full log attached. platform.dist has been deprecated since Python 3.5 and was removed from Python 3.8. https://docs.python.org/3.7/library/platform.html#platform.dist
Fixed by 8a77972f9398afff6011c497529d923e6b6c4a6c
Thanks for the swift fix.