Bug 878768
| Summary: | Yum reports greater downloaded packages than those actually need to be installed | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Panos Kavalagios <Panos.Kavalagios> | ||||
| Component: | yum | Assignee: | Fedora Packaging Toolset Team <packaging-team> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 17 | CC: | admiller, ffesti, packaging-team, tim.lauridsen, zpavlas | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | python-urlgrabber-3.9.1-18.fc17 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-06-01 02:25:32 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
python-urlgrabber-3.9.1-17.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/python-urlgrabber-3.9.1-17.fc17 Package python-urlgrabber-3.9.1-17.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-17.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-18759/python-urlgrabber-3.9.1-17.fc17 then log in and leave karma (feedback). python-urlgrabber-3.9.1-18.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/python-urlgrabber-3.9.1-18.fc17 python-urlgrabber-3.9.1-18.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 649108 [details] Yum update output text Description of problem: When yum faces download issues from specific repositories, it counts those download attempts as download packages, causing confusion in the progress number of the packages to be downloaded. Version-Release number of selected component (if applicable): yum-3.4.3-30.fc17.noarch How reproducible: Issue yum update on a restrictive network that many mirrors are forbidden. Steps to Reproduce: 1. Run yum update 2. 3. Actual results: The download list report 59/22 packages downloaded: (59/22): fftw-libs-double-3.3.1-3.fc17.i686.rpm | 463 kB 00:00 Expected results: The download list for the last package should be 22/22: (22/22): fftw-libs-double-3.3.1-3.fc17.i686.rpm | 463 kB 00:00 Additional info: The problem does not seem to cause any issues in the normal functionality of yum. The update is performed successfully. It only hurts the quality of the software. Given that yum is such a critical program in the distribution, it makes you worry about the result of the installation process.