Description of problem: when there are multiple streams of a module and one of them is locked, 'dnf module info' for non-locked streams prints incorrect output Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. create two streams of a module (e.g. ModuleA:f26, f27) 2. enable and lock one of them (e.g. f26) 3. run info for non-locked one: dnf module info ModuleA:f27 Actual results: # dnf module list ModuleA <snip> Name Stream Version Profiles ModuleA f26 [e] 2 [l] client [i], default, ... ModuleA f27 1 client, default, ... # dnf module info ModuleA:f27 <snip> 'ModuleA:f27' is locked to version: 2 Error: No such module: ModuleA:f27 Expected results: info for ModuleA:f27 is printed correctly
This bug appears to have been reported against 'rawhide' during the Fedora 28 development cycle. Changing version to '28'.
Locking of modules was dropped.