I just wonder about
# dnf download --source pkgname.rpm
Right now its downloading old srpms.
# dnf download --source  mesa
...
mesa-18.3.1-5.el8_0.src.rpm 
but "installed" are packages based on
# rpm -qa --qf '%{SOURCERPM}\n'|grep mesa |head -1
mesa-19.3.4-2.el8.src.rpm
Is this dnf feature broken?
--
Thanks,
Leon