Alexander Dalloz wrote:
Dave schrieb:
Hello, I've got the rpmforge repo configured as a 3rd party repo. There's an rpm that i'd like to get the coresponding src.rpm, install it, and recompile it. How would i do this with yum? Thanks. Dave.
yum install yum-utils (from extras) yum-downloader <package>
That only works if the SourceRPM is in the metadata for the repo in question.
I do not know if RPMForge includes their SRPMS in the metadata ... CentOS does include our SRPMS in our metadata.
Thanks, Johnny Hughes