diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-03 19:33:26 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-03 19:33:26 (EDT) |
commit | c132f84fd9c5794fd408f045bbfd896e414117e4 (patch) | |
tree | 9f24730285558069c65df52f50b581f3cd78725a | |
parent | 7dee8d61407c5b6850f936bf3612de397adea52d (diff) |
SPF 2.0: Allow "+" and forbid "-" in upstream versions
No packages in ProteanOS use "-" in their upstream versions.
-rw-r--r-- | specs/spf-2.0/metadata.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/specs/spf-2.0/metadata.mdwn b/specs/spf-2.0/metadata.mdwn index 51334bd..5323d4c 100644 --- a/specs/spf-2.0/metadata.mdwn +++ b/specs/spf-2.0/metadata.mdwn @@ -132,9 +132,9 @@ In general, the syntax of source package version identifiers is: <pkgver>[+sip<siprev>][-<pkgrev>][+<dist>~<distrev>] `<pkgver>` is the version of the original upstream package or the native -package. It may only consist of lowercase Latin letters, digits, minus signs, -periods, and tildes. It must be at least one character long. (A regular -expression for this is `[0-9a-z.~-]+`.) +package. It may only consist of lowercase Latin letters, digits, periods, +tildes, and plus signs. It must be at least one character long. (A regular +expression for this is `[0-9a-z.~+]+`.) If the upstream source archive needs to be repacked with certain changes for compliance with the Software Inclusion Policy, the string `+sip<siprev>` must be |