From 9d02c8dfb52f81a19b4782bce9e5d679f3e3203a Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Nov 15 2018 13:57:54 +0000 Subject: Add 'severity=' option to 'fedpkg update' template This is now required argument for all security updates. Merges: https://pagure.io/fedpkg/pull-request/292 Signed-off-by: Pavel Raiskup --- diff --git a/fedpkg/cli.py b/fedpkg/cli.py index 44b0111..1ca93d9 100644 --- a/fedpkg/cli.py +++ b/fedpkg/cli.py @@ -52,6 +52,10 @@ request=%(request)s # Bug numbers: 1234,9876 bugs=%(bugs)s +# Severity: low, medium, high, urgent +# This is required for security updates. +# severity=unspecified + %(changelog)s # Here is where you give an explanation of your update. # Content can span multiple lines, as long as they are indented deeper than