summaryrefslogtreecommitdiffstats
path: root/Makefile.rhelver
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-05-02 08:44:51 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-05-02 08:44:51 -0500
commit9c5b661cc26e69fc98cbd8e52222b9b9fc4e2a08 (patch)
tree9c81cf61a95fd9b3d4ac93e75a2d61b6c1d7f78d /Makefile.rhelver
parenteecbda4b1f6ce44b49b8888de280097e50bef95f (diff)
downloadkernel-9c5b661cc26e69fc98cbd8e52222b9b9fc4e2a08.tar.gz
kernel-9c5b661cc26e69fc98cbd8e52222b9b9fc4e2a08.tar.xz
kernel-9c5b661cc26e69fc98cbd8e52222b9b9fc4e2a08.zip
kernel-5.18.0-0.rc5.40
* Mon May 02 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.18.0-0.rc5.39] - redhat/configs: Set GUP_TEST in debug kernel (Joel Savitz) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'Makefile.rhelver')
-rw-r--r--Makefile.rhelver24
1 files changed, 23 insertions, 1 deletions
diff --git a/Makefile.rhelver b/Makefile.rhelver
index 7da488b72..679b748aa 100644
--- a/Makefile.rhelver
+++ b/Makefile.rhelver
@@ -12,7 +12,29 @@ RHEL_MINOR = 99
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
-RHEL_RELEASE = 37
+RHEL_RELEASE = 40
+
+#
+# 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