diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-04 19:31:54 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-04 19:31:54 (EDT) |
commit | 7e668d71313eadd720a11dafb26ebc3aa7582548 (patch) | |
tree | 9984f09354898b11d1846d4f0dd1151076b15ef8 | |
parent | 60f1259a1afa19a058514b2b3cc410edbb9757b7 (diff) |
SPF 2.0: Relax <pkgrev> requirements
This allows for uploads of new upstream versions to non-trunk
distributions, like tzdata 2019a-0+rs1~1.
-rw-r--r-- | specs/spf-2.0/metadata.mdwn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/specs/spf-2.0/metadata.mdwn b/specs/spf-2.0/metadata.mdwn index 585ea0a..34d9138 100644 --- a/specs/spf-2.0/metadata.mdwn +++ b/specs/spf-2.0/metadata.mdwn @@ -149,8 +149,7 @@ should be omitted for native packages. It should be incremented on each revision of packaging while `<pkgver>` and `<siprev>` remain constant. It should be reset to `1` for the first revision of packaging for a new upstream package version or source archive repack. It must be a string of one or more -digits, the first of which must be greater than or equal to `1`. (A regular -expression for this is `[1-9][0-9]*`.) +digits. (A regular expression for this is `[0-9]+`.) If the package is to be installed into a distribution other than `trunk`, the string `+<dist>~<distrev>` must be appended to the end of the version |