dnf5 system_cachedir option does not expand $releasever like the cachedir option does #1828
Labels
Priority: MEDIUM
Triaged
Someone on the DNF 5 team has read the issue and determined the next steps to take
Given that
$releasever
expands to 41and the following in /etc/dnf/dnf.conf,
When dnf is run though sudo, so
sudo dnf ...
it correctly uses/packages/dnf/41
for the cachedirHowever when run as the superuser, so
# dnf ...
it uses/creates
/packages/dnf/'$releasever'
for the cachedir which means that$releasever
is not expanded for thesystem_cachedir
option like it is for thecachedir
option.It is possible that more than just
$releasever
are not expanded.kind regards,
Ondrej
The text was updated successfully, but these errors were encountered: