fedpkg update can be used two ways: either by using $EDITOR to fill out an update template, or by specifying values via --command-line-args.
fedpkg update
$EDITOR
--command-line-args
However, there is no support for a --severity argument, which is required for security updates. This, in turn, means that security updates can only be submitted using the "edit the template" workflow.
--severity
Observed behaviour Trying to submit a security update by using:
fedpkg update --type security --severity medium --notes 'Fix for CVE-XYZ-ABC' --bugs 999999999
Results in an error:
fedpkg: error: unrecognized arguments: --severity medium
Expected behaviour The --severity XXX option is supported and recognized, and the security update is submitted successfully.
--severity XXX
Just ran into this. I am trying to automate some steps, and this missing --severity flag is causing me pain too.
Severity is already supported in fedpkg-1.47-5.fc43.noarch. It seems this can be closed.
Present in fedpkg-1.45 https://pagure.io/fedpkg/issue/526
Metadata Update from @onosek: - Issue close_status updated to: Duplicate - Issue status updated to: Closed (was: Open)