Bug 1316542

Summary: Package python-dnf-plugins-extras-versionlock does not work on F23
Product: [Fedora] Fedora Reporter: Bruno Antunes <sardaukar.siet>
Component: dnf-plugins-extrasAssignee: Igor Gnatenko <ignatenko>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 23CC: ignatenko, jkadlcik, jsilhan, mluscon, mmraka, packaging-team-maint, pnemade, vmukhame
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-23 12:12:32 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:

Description Bruno Antunes 2016-03-10 12:44:28 UTC
Description of problem:


The versionlock plugin does not work on F23. I chatted with people on IRC, seems to work on F22. 

Version-Release number of selected component (if applicable):

0.0.12-1.fc23


How reproducible:

Always...?


Steps to Reproduce:
1. dnf install python-dnf-plugins-extras-versionlock
2. it concludes successfully
3. dnf versionlock add <package-name>

Actual results:

No such command: versionlock. Please use /usr/bin/dnf --help
It could be a DNF plugin command, try: "dnf install 'dnf-command(versionlock)'"

Expected results:

It should add the package to DNF's exclude list.

Additional info:

Comment 1 Michael Mráka 2016-03-23 12:12:32 UTC
python-dnf-plugins-extras-versionlock is a python2 version of the plugin.
On Fedora 23 default installation you need python3 version.

You can install it by either
 dnf install 'dnf-command(versionlock)'
as suggested or explicitly by
 dnf install python3-dnf-plugins-extras-versionlock