You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shell-style variable expressions such as {releasever_minor:+.$releasever_minor} are not handled correctly by dnf_repo_substitute. This feature was added to libdnf in #1622.
dnf_repo_substitute calls librepo's lr_url_substitute. We should either port the new expression feature to librepo (which may have benefits elsewhere?), or possibly just call libdnf's existing ConfigParser::substitute from dnf_repo_substitute.
Rework `dnf_repo_substitute` to call the C++ API's
ConfigParser::substitute instead of librepo's lr_url_substitute.
Resolvesrpm-software-management#1690
Shell-style variable expressions such as
{releasever_minor:+.$releasever_minor}
are not handled correctly bydnf_repo_substitute
. This feature was added to libdnf in #1622.dnf_repo_substitute
calls librepo'slr_url_substitute
. We should either port the new expression feature to librepo (which may have benefits elsewhere?), or possibly just call libdnf's existingConfigParser::substitute
fromdnf_repo_substitute
.Causes https://issues.redhat.com/browse/RHEL-74025.
The text was updated successfully, but these errors were encountered: