Too many levels of recursion in macro expansion
error when calling Specfile.update_version()
#402
Labels
area/fedora
Related to Fedora ecosystem
complexity/single-task
Regular task, should be done within days.
gain/low
This doesn't bring that much value to users.
impact/low
This issue impacts only a few users.
kind/bug
Something isn't working.
workaround-exists
There is an existing workaround that can be used in the meantime of implementing the issue.
Trivial reproducer:
This raises
specfile.exceptions.RPMException: Too many levels of recursion in macro expansion. It is likely caused by recursive macro declaration.
.A workaround is to define the macro (even to an empty value):
The text was updated successfully, but these errors were encountered: