Paul Michael Reilly wrote:
Given a package foo, how does one access the source rpm for that package in order to prepare a patch for it?
yum install yum-utils yumdownloader --source foo yum-buildep foo Rahul
Paul Michael Reilly wrote:
Given a package foo, how does one access the source rpm for that package in order to prepare a patch for it?
yum install yum-utils yumdownloader --source foo yum-buildep foo Rahul