﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
213	versionlock.conf should have /@unixroot prepended to locklist filename	Lewis Rosenthal		"By default, the yum versionlock plugin (1.1.31-3) installs a conf containing:

{{{
locklist = /etc/yum/pluginconf.d/versionlock.list
}}}

which will fail to find versionlock.list when run (and in turn, yum itself will fail).

To address this, all that's necessary is to prepend /@unixroot, as in:

{{{
locklist = /@unixroot/etc/yum/pluginconf.d/versionlock.list
}}}

My own installation of the plugin predates its availability here, so I guess I did mine by hand (I can't recall)."	defect	new	major		*none		highest			
