Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion shared/macros/10-oval.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ Generates the :code:`<affected>` tag for OVAL check using correct product platfo
</linux:dpkginfo_object>
{{% if evr %}}
<linux:dpkginfo_state id="ste_{{{ test_id }}}" version="1">
<linux:evr datatype="evr_string" operation="{{{ evr_op }}}">{{{ evr }}}</linux:evr>
<linux:evr datatype="debian_evr_string" operation="{{{ evr_op }}}">{{{ evr }}}</linux:evr>
</linux:dpkginfo_state>
{{% endif %}}
{{% endif %}}
Expand Down
Loading