blob: 8c481c3f9da6504d77d098863e762d0b24146db3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
type: [% type %]
[% IF type == 'security' -%]
subject: Updated [% name %] packages fix security vulnerability
CVE:
- CVE-2024-XXXX
[% ELSE -%]
subject: Updated [% name %] packages fix [something]
[% END -%]
src:
9:
core:
- [% name %]-1.0-1.mga9
description: |
Advisory text to describe the update.
Wrap lines at ~75 chars.
references:
- https://bugs.mageia.org/show_bug.cgi?id=[% bugnum %]
|