Hide Forgot
Description of problem: The "--setopt" have a problem with repositories with dots in id. The option parser uses first dot as a delimiter. Repository id may contain dots but option name can't. -> So, the last dot is delimiter and not the first one. Example: "--setopt=re.po.option=value " is parsed as repo id "re" and option "po.option". Correct result is repo id "re.po" and option "option".
I made fix in upstream PR https://github.com/rpm-software-management/dnf/pull/1466 .
The bug was catch during testing config-repo plugin https://bugzilla.redhat.com/show_bug.cgi?id=1702678 .
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:3583