Bug 1642375

Summary: dnf outputs additional ugly lines during installation
Product: [Fedora] Fedora Reporter: Zbigniew JÄ™drzejewski-Szmek <zbyszek>
Component: dnfAssignee: rpm-software-management
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 29CC: dmach, mblaha, mhatina, packaging-team-maint, rpm-software-management, vmukhame
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-10-24 10:20:06 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 Zbigniew Jędrzejewski-Szmek 2018-10-24 09:54:51 UTC
Description of problem:
$ sudo dnf -y --releasever=28 --installroot=/tmp/test1 --disablerepo='*' --enablerepo=fedora --enablerepo=updates install fedora-release
...

Running transaction
  Preparing        :                                         1/1 
Installed: fedora-gpg-keys-28-5.noarch
  Installing       : fedora-gpg-keys-28-5.noarch             1/3 
Installed: fedora-gpg-keys-28-5.noarch
Installed: fedora-release-28-3.noarch
  Installing       : fedora-release-28-3.noarch              2/3 
  Running scriptlet: fedora-release-28-3.noarch              2/3 
Installed: fedora-release-28-3.noarch
Installed: fedora-repos-28-5.noarch
  Installing       : fedora-repos-28-5.noarch                3/3 
Installed: fedora-repos-28-5.noarch
  Running scriptlet: fedora-release-28-3.noarch              3/3 
  Verifying        : fedora-gpg-keys-28-5.noarch             1/3 
  Verifying        : fedora-release-28-3.noarch              2/3 
  Verifying        : fedora-repos-28-5.noarch                3/3 

This makes the output much harder to read and wastes a lot of screen real estate.

Version-Release number of selected component (if applicable):
dnf-4.0.4-1.fc29.noarch
rpm-4.14.2-1.fc29.x86_64

How reproducible:
deterministic

Steps to Reproduce:
1. Run any dnf install command?

Additional info:
In F27 (F28 was similar):
Running transaction
  Preparing        :                                         1/1 
  Installing       : fedora-gpg-keys-28-5.noarch             1/3 
  Installing       : fedora-repos-28-5.noarch                2/3 
  Installing       : fedora-release-28-3.noarch              3/3 
  Running scriptlet: fedora-release-28-3.noarch              3/3 
  Verifying        : fedora-release-28-3.noarch              1/3 
  Verifying        : fedora-repos-28-5.noarch                2/3 
  Verifying        : fedora-gpg-keys-28-5.noarch             3/3

Comment 1 Marek Blaha 2018-10-24 10:20:06 UTC

*** This bug has been marked as a duplicate of bug 1639998 ***