#295 Add support for "severity"
Closed: Fixed Opened by vondruch.

It seems that Bodhi now requires "severity" for security fixes [1]. It would be nice if fedpkg added support for this:

$ fedpkg update 
Could not execute update: Could not generate update request: Missing update type, which is required to create update.
A copy of the filled in template is saved as bodhi.template.last

The minimal solution is to add the "severity" field into the template. Of course, if the severity was taken from the BZ, it would be much better.

Actually, I don't understand why Bodhi does not try to fetch it [2].


Fixed in #292

Metadata Update from @lsedlar:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Thx.

Of course, if the severity was taken from the BZ, it would be much better.

Actually, I don't understand why Bodhi does not try to fetch it [2].

Any input on these?

Any input on these?

I don't know of any specific reasons. My guess is that not every update is linked to a bug, or they may be more bugs. But in that situation it would make sense to me to take the highest severity. Anyway I don't think fedpkg would be a good place for these, the defaults should be determined by Bodhi IMO.

Metadata