#4563 make templates compatible for jinja 2.10
Opened by mikem. Modified
mikem/koji jinja-compat-rhel8  into  master

Download 4563.patch

This addresses two types of errors that I found running kojiweb on rhel8 (with jinja 2.10).

  • is false and is true tests were not available in 2.10
  • unpacking args for function calls in jinja was not available in 2.10

Fixes #4562

1 new commit added

  • tweak the tests to minimize changes

@tkopecek

Metadata