aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/newadvisory.adv
blob: 0b7ea2d45e9af64126fc923c29526317a0ed6888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
type: [% type %]
subject: Updated [package] package fixes [something]
[% IF type == 'security' -%]
CVE:
 - first CVE
 - second CVE
[% END -%]
src:
  2:
   core:
     - something-1.0-1.mga2
  3:
   core:
     - something-1.0-1.mga3
description: |
  Advisory text to describe the update.
  Wrap lines at ~75 chars.
references:
 - https://bugs.mageia.org/show_bug.cgi?id=[% bugnum %]