diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-06-19 13:01:40 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-06-19 13:01:40 +0200 |
commit | 3447319683cbc4d1dac74960bae754f433b8cb5e (patch) | |
tree | 1d574590602b6e71f75907a1dc99f9de058e4c2f /SOURCES/Makefile.rhelver | |
parent | 1be20ec5b90504f195f19d6717bd19a6e154dcce (diff) | |
download | kernel-fsync-3447319683cbc4d1dac74960bae754f433b8cb5e.tar.gz kernel-fsync-3447319683cbc4d1dac74960bae754f433b8cb5e.zip |
kernel 5.18.4
Diffstat (limited to 'SOURCES/Makefile.rhelver')
-rw-r--r-- | SOURCES/Makefile.rhelver | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/SOURCES/Makefile.rhelver b/SOURCES/Makefile.rhelver index 8e6ba08..bedf1e2 100644 --- a/SOURCES/Makefile.rhelver +++ b/SOURCES/Makefile.rhelver @@ -15,6 +15,28 @@ RHEL_MINOR = 99 RHEL_RELEASE = 0 # +# ZSTREAM +# ------- +# +# This variable controls whether we use zstream numbering or not for the +# package release. The zstream release keeps the build number of the last +# build done for ystream for the Beta milestone, and increments a second +# number for each build. The third number is used for branched builds +# (eg.: for builds with security fixes or hot fixes done outside of the +# batch release process). +# +# For example, with ZSTREAM unset or set to "no", all builds will contain +# a release with only the build number, eg.: kernel-<kernel version>-X.el*, +# where X is the build number. With ZSTREAM set to "yes", we will have +# builds with kernel-<kernel version>-X.Y.Z.el*, where X is the last +# RHEL_RELEASE number before ZSTREAM flag was set to yes, Y will now be the +# build number and Z will always be 1 except if you're doing a branched build +# (when you give RHDISTGIT_BRANCH on the command line, in which case the Z +# number will be incremented instead of the Y). +# +ZSTREAM ?= no + +# # Early y+1 numbering # -------------------- # |