Can not get the default version of source rpm

Latest response

I am using RHEL7.4, and want to download gnome-shell source code, I found the system has gnome-shell with version 3.22.3:
[root@rhel74sc ~]# rpm -qa | grep gnome-shell
gnome-shell-3.22.3-17.el7.x86_64

However when I use "yumdownloader --source gnome-shell" to download the source rpm, I got "gnome-shell-3.28.3-6.el7.src.rpm", but what I expect is gnome-shell-3.22.3.

Why can't I download the default version of gnome-shell, is there a way to download the default version of source rpm and all its dependencies?

Responses