Rahul wrote:
Paul Michael Reilly wrote:You need to enable the source repository as a command line argument or in the repository configuration file.I did have a problem that you might have some insight into. The tool I want to patch is rt3 from the Extras repository. But yumdownloader finds no source in Extras: [root@pareve ~]# yumdownloader --source rt3 yumdownloader --source rt3
So in this case you'd want: $ yumdownloader --source --enablerepo=extras-source rt3 Paul.