Bug 1569234

Summary: Somme command do not produce any outputs.
Product: [Fedora] Fedora Reporter: ricky.tigg
Component: dnfAssignee: rpm-software-management
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 28CC: dmach, jmracek, mhatina, packaging-team-maint, rpm-software-management, vmukhame
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-09-25 07:49:25 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 ricky.tigg 2018-04-18 20:44:06 UTC
Description of problem: Somme commands do not produce any outputs.

Version-Release number of component: dnf.noarch 2.7.5-11.fc28 @updates-testing

Steps to Reproduce in terminal:
1. 'dnf updateinfo --info --advisory=FEDORA-2018-2ac43f79d8'
2. 'dnf updateinfo --info enhancement spectre-meltdown-checker'
3. 'dnf updateinfo --info security'

Actual results: None of these commands produce any values.
Expected results: Outouts to be produced like 'yum' and 'yum-deprecated' do.

Additional info: Assumed as needed advisory associated to spectre-meltdown-checker component. Since it seems that 'dnf' is not intended to get the advisory –which is 'FEDORA-2018-2ac43f79d8'–, value had to be extracted on Centos and Fedora as output resulting from the respective commands:

'yum updateinfo info all package spectre-meltdown-checker'
'yum-deprecated updateinfo info all package spectre-meltdown-checker'

Output on Fedora:
...
  spectre-meltdown-checker-0.36-1.fc28
===============================================================================
  Update ID : FEDORA-2018-2ac43f79d8
  ...
  Type : enhancement
  ...

Comment 1 Jaroslav Mracek 2018-09-25 07:49:25 UTC
The problem cannot be reproduced with dnf-3.5.1 that is available for Fedora29+. The implementation of command is completely new and much faster.