diff options
author | Thomas Backlund <tmb@mageia.org> | 2023-07-02 17:52:43 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2023-07-02 17:52:43 +0300 |
commit | 8c0faa0836f2b1b5c5271c21ffe3d7072349e647 (patch) | |
tree | 88be73cc544bf2488d66847998e8bdb216da4f3f | |
parent | 499bc3fa999d665402c3d7a53e54ffa67444739a (diff) | |
download | mgaadvisories-8c0faa0836f2b1b5c5271c21ffe3d7072349e647.tar mgaadvisories-8c0faa0836f2b1b5c5271c21ffe3d7072349e647.tar.gz mgaadvisories-8c0faa0836f2b1b5c5271c21ffe3d7072349e647.tar.bz2 mgaadvisories-8c0faa0836f2b1b5c5271c21ffe3d7072349e647.tar.xz mgaadvisories-8c0faa0836f2b1b5c5271c21ffe3d7072349e647.zip |
template: change default dist and dist-suffix for Mageia 9
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | tmpl/newadvisory.adv | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,5 @@ +- template: change default dist and dist-suffix for Mageia 9 + Version 0.26 - Report the broken file rather than exploding when an advisory is invalid diff --git a/tmpl/newadvisory.adv b/tmpl/newadvisory.adv index 5873510..26f4192 100644 --- a/tmpl/newadvisory.adv +++ b/tmpl/newadvisory.adv @@ -7,9 +7,9 @@ CVE: subject: Updated [% name %] packages fix [something] [% END -%] src: - 8: + 9: core: - - [% name %]-1.0-1.mga8 + - [% name %]-1.0-1.mga9 description: | Advisory text to describe the update. Wrap lines at ~75 chars. |