Gentoo Archives: gentoo-project

From: "Michał Górny" <mgorny@g.o>
To: gentoo-project@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-project] [PATCH 09/24] glep-0001: Require --- around preamble for interoperability
Date: Sun, 17 Sep 2017 20:25:30
Message-Id: 20170917202432.7763-10-mgorny@gentoo.org
In Reply to: [gentoo-project] [PATCHES v2] New old-school GLEP workflow (GLEP 1/2 update) by "Michał Górny"
1 ---
2 glep-0001.txt | 9 +++++++--
3 1 file changed, 7 insertions(+), 2 deletions(-)
4
5 diff --git a/glep-0001.txt b/glep-0001.txt
6 index 9e585f5..5cc8264 100644
7 --- a/glep-0001.txt
8 +++ b/glep-0001.txt
9 @@ -227,9 +227,13 @@ GLEP Header
10
11 Every GLEP has certain attributes associated with it. When a GLEP is sent
12 to the mailing lists for discussion, it should begin with an RFC 2822 style
13 -header preamble. The headers must appear in the following order. Headers
14 -marked with "*" are optional. All other headers are required. ::
15 +header preamble between two triple-dashed lines. The headers must appear
16 +in the following order. Headers marked with "*" are optional. All other
17 +headers are required.
18
19 +::
20 +
21 + ---
22 GLEP: <glep number>
23 Version: <major>[.<minor>]
24 Last-Modified: <date of last update>
25 @@ -244,6 +248,7 @@ marked with "*" are optional. All other headers are required. ::
26 * Requires: <glep numbers>
27 * Replaces: <glep number>
28 * Replaced-By: <glep number>
29 + ---
30
31 The Version field specifies the current version of the GLEP. The Version
32 consists of a major version, optionally followed by a minor version (if
33 --
34 2.14.1