Bug 1316542 - Package python-dnf-plugins-extras-versionlock does not work on F23
Summary: Package python-dnf-plugins-extras-versionlock does not work on F23
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: dnf-plugins-extras
Version: 23
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
Assignee: Igor Gnatenko
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-10 12:44 UTC by Bruno Antunes
Modified: 2016-03-23 12:12 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-23 12:12:32 UTC
Type: Bug


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.