Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: I'm using my Fedora 17 x86_64 install DVD as a yum repository and when I'm installing a package from that repository, it gets copied to /var/cache/yum/*/*/media/packages. Version-Release number of selected component (if applicable): yum-3.4.3-28.fc17.noarch How reproducible: Everytime Steps to Reproduce: 1. Add media repository: cat > /etc/yum.repos.d/media.repo < "EOF" [media] name=Fedora $releasever - $basearch media baseurl=file:///mnt/misc/Fedora-DVDs/$releasever/$basearch/ enabled=1 gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch metadata_expire=-1 cost=500 EOF 2. Install something from the media repository, e.g. yum install bc Actual results: The bc RPM will be copied to /var/cache/yum/.../media/packages Expected results: The bc should not be copied. Additional info: yum -C install bc fails with: Error Downloading Packages: bc-1.06.95-6.fc17.x86_64: Caching enabled but no local cache of /var/cache/yum/x86_64/17/media/packages/bc-1.06.95-6.fc17.x86_64.rpm from media
ACK, This is a bug in the new downloader.. Setting 'async=0' for the repo work this around until I find out a better solution.
The suggested workaround fixed the issue. Thank you!
python-urlgrabber-3.9.1-14.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/python-urlgrabber-3.9.1-14.fc17
Package python-urlgrabber-3.9.1-14.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-urlgrabber-3.9.1-14.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-10943/python-urlgrabber-3.9.1-14.fc17 then log in and leave karma (feedback).
python-urlgrabber-3.9.1-14.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.