${info}
% endif % if not warning is UNDEFINED and len(warning) > 0:Warning:
${warning}
Error:
${error}
| Repo State: | ${p["repostate"]} |
| Patch State: | ${p["patchstate"]} |
| Status: | ${p["status"]} |
| Unremovable: | ${p["unremovable"]} |
| Reboot-Required: | ${p["reboot_required"]} |
| Summary: | ${p["summary"]} |
| Description: | ${p["description"]} |
| Install Instructions: | ${p["install_instructions"]} |
| Warnings: | ${p["warnings"]} |
| Requires: |
% for req in sorted(p["requires"]):
${req} % endfor |
| Contents: |
% for pkg in sorted(contents[patch_id]):
${pkg} % endfor |