summaryrefslogtreecommitdiffstats
path: root/Makefile.rhelver
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-05-26 13:02:00 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-05-26 13:02:00 -0500
commit779f386ae33031604ef46bc4d9caa2b4933c2c17 (patch)
tree2ba81b542d4e88952e60300583567ed735935c11 /Makefile.rhelver
parent815f6416d41e445ace8dd1c212f4e3c1032f7d45 (diff)
downloadkernel-779f386ae33031604ef46bc4d9caa2b4933c2c17.tar.gz
kernel-779f386ae33031604ef46bc4d9caa2b4933c2c17.tar.xz
kernel-779f386ae33031604ef46bc4d9caa2b4933c2c17.zip
kernel-5.18.0-200
* Thu May 26 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.18.0-0] - Fix versioning for Stable Fedora (Justin M. Forbes) - Reset release to 0 for stable (Justin M. Forbes) - Add fedora-dist-git-test script (Justin M. Forbes) - fedora: Re-enable efifb and vesafb drivers (Javier Martinez Canillas) - drivers/firmware: skip simpledrm if nvidia-drm.modeset=1 is set (Javier Martinez Canillas) - Basic Fedora branch setup (Justin M. Forbes) - redhat/Makefile: Drop quotation marks around string definitions (Prarit Bhargava) - Fedora: arm: Updates for QCom devices (Peter Robinson) - Fedora arm and generic updates for 5.17 (Peter Robinson) - enable COMMON_CLK_SI5341 for Xilinx ZYNQ-MP (Peter Robinson) - Turn on CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG_SECONDARY_KEYRING for Fedora (Justin M. Forbes) - redhat/self-test/data: Update data set (Prarit Bhargava) - Revert variable switch for lasttag (Justin M. Forbes) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'Makefile.rhelver')
-rw-r--r--Makefile.rhelver22
1 files changed, 22 insertions, 0 deletions
diff --git a/Makefile.rhelver b/Makefile.rhelver
index 8e6ba0821..bedf1e208 100644
--- a/Makefile.rhelver
+++ b/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
# --------------------
#