Running fedpkg lint triggers the following error: incorrect-fsf-address.
fedpkg lint
incorrect-fsf-address
This is due to an outdated Free Software Foundation (FSF) address in the COPYING file:
COPYING
๐ Outdated FSF address (lines 4โ7)
The FSF no longer uses a physical mailing address and instead operates primarily online.
๐ Reference: rpmlint issue #1286
I assume the outdated FSF address should ideally be updated to the following:
https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
Commit 586ac4ca fixes this issue