Created attachment 607413 [details] screenshot of yum update progress Description of problem: When running "yum update" from shell, I see the progress but no equivalent % progress is displayed. See attachment. Version-Release number of selected component (if applicable): yum version 3.4.3 How reproducible: every time Steps to Reproduce: 1. open shell 2. run yum update 3. observe updates/primary_db Actual results: update/primary_db step not showing % progress Expected results: update/primary_db showing % progress Additional info:
The '%' shows the percentage of files already finished. Here yum downloads a single file and it's not done yet so it's zero. It might be misleading, we'll probably change that.
This got changed to be % of bytes downloaded, and everyone was less confused :).