summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-09-25 11:50:59 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-09-25 11:50:59 (EDT)
commit5034fdd47d319e1e3cc94ca96e71c8c426d4bc61 (patch)
tree9a12c36c463c43680de04678caddeca0d65e51a1
parent852de1ae2463e44b196cc5b74dc164b9d615973f (diff)
SPF 2.0: Plan to remove package name limitations
-rw-r--r--specs/spf-2.0/metadata.mdwn11
1 files changed, 8 insertions, 3 deletions
diff --git a/specs/spf-2.0/metadata.mdwn b/specs/spf-2.0/metadata.mdwn
index 36f4326..913fd43 100644
--- a/specs/spf-2.0/metadata.mdwn
+++ b/specs/spf-2.0/metadata.mdwn
@@ -107,7 +107,9 @@ and minus signs, and periods. Names must be at least two characters long and
must start with either a letter or a digit. (A regular expression for this is
`[a-z0-9][a-z0-9+.-]+`.)
-Source package names may not begin with the reserved string "src-".
+Source package names may not begin with the reserved string "src-". *This
+limitation is expected to be removed in a future draft of this version of this
+Source Package Format.*
Binary Package Names [bin-name]
-------------------------------
@@ -117,11 +119,14 @@ and minus signs, and periods. Names must be at least two characters long and
must start with either a letter or a digit. (A regular expression for this is
`[a-z0-9][a-z0-9+.-]+`.)
-Binary package names may not begin with the reserved string "src-".
+Binary package names may not begin with the reserved string "src-". *This
+limitation is expected to be removed in a future draft of this version of this
+Source Package Format.*
A binary package clean name is a binary package name with all plus and minus
signs and periods removed. No two binary packages built from the same source
-package may have the same clean name.
+package may have the same clean name. *This limitation is expected to be
+removed in a future draft of this version of this Source Package Format.*
Source Package Version Identifier [src-ver]