* Thu Aug 27 2026 Justin M. Forbes <jforbes@fedoraproject.org> [7.2.1-0] - Initial setup for stable Fedora release (Justin M. Forbes) - Reset Makefile.rhelver for the 7.3 cycle (Justin M. Forbes) - Merge configs into common for 7.2 (Justin M. Forbes) - redhat/configs: automotive: enable RTC_DRV_PL031 (Eric Chanudet) - redhat: name the dtb and UKI arch lists (Jan Stancek) - redhat: use one spelling for the nobuildarches files guard (Jan Stancek) - redhat: drop stale ppc64 from the kabidw-base arch list (Jan Stancek) - redhat: document the kabichk force-off as a seasonal toggle (Jan Stancek) - redhat: use one spelling for the include and gemini conditionals (Jan Stancek) - redhat: remove unused elf_image_install_path and duplicate defines (Jan Stancek) - redhat: drop the dead kernel-tools __requires_exclude python filter (Jan Stancek) - redhat: drop the Fedora 41 cross-build gdb-index workaround (Jan Stancek) - redhat: drop stale build switches from dist-perf and dist-rpm-baseonly (Jan Stancek) - redhat: give kernel-automotive its own summary (Jan Stancek) - redhat: drop leftover kernel_kvm_post calls for rt-64k (Jan Stancek) - redhat: restore missing summary of the kernel-debug variant (Jan Stancek) - redhat: fix parse error in baseonly sanity check message (Jan Stancek) - Linux v7.2.1 Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
44 lines
1.1 KiB
Text
44 lines
1.1 KiB
Text
RHEL_MAJOR = 10
|
|
RHEL_MINOR = 99
|
|
|
|
#
|
|
# RHEL_RELEASE
|
|
# -------------
|
|
#
|
|
# Represents build number in 'release' part of RPM's name-version-release.
|
|
# name is <package_name>, e.g. kernel
|
|
# version is upstream kernel version this kernel is based on, e.g. 4.18.0
|
|
# release is <RHEL_RELEASE>.<dist_tag>[<buildid>], e.g. 100.el8
|
|
#
|
|
# Use this spot to avoid future merge conflicts.
|
|
# Do not trim this comment.
|
|
RHEL_RELEASE = 0
|
|
|
|
#
|
|
# RHEL_REBASE_NUM
|
|
# ----------------
|
|
#
|
|
# Used in RPM version string for Gemini kernels, which dont use upstream
|
|
# VERSION/PATCHLEVEL/SUBLEVEL. The number represents rebase number for
|
|
# current MAJOR release.
|
|
#
|
|
# Use this spot to avoid future merge conflicts.
|
|
# Do not trim this comment.
|
|
RHEL_REBASE_NUM = 1
|
|
|
|
#
|
|
# Automotive
|
|
# ----------
|
|
#
|
|
# Represents the major and minor release used by automotive.
|
|
# Primarily this is used to to identify the build target when
|
|
# building the automotive kernel package.
|
|
AUTOMOTIVE_MAJOR = 2
|
|
AUTOMOTIVE_MINOR = 99
|
|
|
|
#
|
|
# DERIVATIVE_BUILD
|
|
# ---------------------------
|
|
#
|
|
# Set DERIVATIVE_STREAM to "yes" to enable derivative kernel versioning.
|
|
DERIVATIVE_BUILD = 0
|