Bug 1908253
| Summary: | RFE: do not print details of Verifying | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miroslav Suchý <msuchy> |
| Component: | dnf | Assignee: | rpm-software-management |
| Status: | CLOSED COMPLETED | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | awilliam, dmach, jkolarik, jmracek, jrohel, mblaha, mhatina, packaging-team-maint, pkratoch, pmatilai, rpm-software-management, vmukhame |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | dnf-4.18.0-1.fc40 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-10-19 08:44:53 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: | |||
|
Description
Miroslav Suchý
2020-12-16 08:38:47 UTC
Oh, indeed! +100 The verification phase is one of those stranger leftovers from yum, it's just a whole lot of non-information distracting from what really went on. If you want to preserve a progress bar then put it all in one line, similar to how rpm does the "preparing..." stage, but as dnf doesn't do that (which can actually some time), it might just as well just print that one line saying "verifying, ok/fail". I created a PR that remove the report from output - https://github.com/rpm-software-management/dnf/pull/1990. FEDORA-2023-a066057708 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-a066057708 I think this broke anaconda. Fun, huh? Confirming RN. FEDORA-2023-a066057708 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-a066057708` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-a066057708 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. I am switching the target version here to Rawhide, where it was fixed by FEDORA-2023-b2e727c6f6, see also https://bodhi.fedoraproject.org/updates/FEDORA-2023-b2e727c6f6. Anaconda in Rawhide should be working with this change (https://github.com/rhinstaller/anaconda/pull/5229). And I am going to patch the dnf in other Fedora downstreams to not include this change. |