Opened 5 years ago

Last modified 4 years ago

#213 new defect

versionlock.conf should have /@unixroot prepended to locklist filename

Reported by: Lewis Rosenthal Owned by:
Priority: major Milestone:
Component: *none Version:
Severity: highest Keywords:
Cc:

Description

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).

Change History (2)

comment:1 Changed 4 years ago by Silvan Scherrer

is this plugin used/needed by ArcaOS or such? I just want to find out who important/urgent the fix is.

comment:2 Changed 4 years ago by Lewis Rosenthal

No, this is low priority.

We have a ticket open to support versionlock in ANPM, but we will not be getting around to that for a while, yet. Thanks for asking!

Note: See TracTickets for help on using tickets.