Eric Sandeen wrote:
Robert Moskowitz wrote:Chuck Anderson wrote:Yes. You are correct. I moved the file to a different directory then tried...On Thu, Feb 12, 2009 at 09:44:38AM -0500, Robert Moskowitz wrote:The * there is being expanded by the shell, not by yumdownloader. There must be a file named tightvnc-server-1.5.0-12.20090204svn3586.fc11.i386.rpm in the directory where you ran this command.Trying to find the source for tightvnc-server for FC11?I tried 'yumdownloader --enablerepo=rawhide -- source tightvnc-serv*' and after a whole bunch of Enabling repositories, I get:Both with and without the escape, and all that yumdownloader found was the viewer src.rpm. Not th e server src.rpm.You need to escape the * so that yumdownloader sees it: yumdownloader --enablerepo=rawhide --source tightvnc-serv\*tightvnc & tightvnc-server are both built from the tightvnc src.rpm
Which gets me back to the hunk problem, so I will work on that... thanks!