Skip to content

Commit af6ee46

Browse files
committed
Merge: redhat: set defaults for RHEL 10.1
MR: https://gitlab.com/redhat/rhel/src/kernel/rhel-10/-/merge_requests/310 JIRA: INTERNAL Upstream Status: RHEL only Now that we have forked from CentOS Stream, we need to switch the release number to use the zstream scheme and update our default disttag to match that used by the brew build environment for RHEL 10.1. Signed-off-by: Julio Faracco <jfaracco@redhat.com> Approved-by: Jan Stancek <jstancek@redhat.com> Approved-by: Tales da Aparecida <tales.aparecida@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Julio Faracco <jfaracco@redhat.com>
2 parents 09e34b3 + 720b771 commit af6ee46

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+100
-51
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ workflow: !reference [.workflow]
1010
variables:
1111
srpm_make_target: dist-srpm
1212
native_tools: 'true'
13+
disttag_override: '.el10_1'
1314

1415
.trigger_trusted_pipeline:
1516
extends: [.trusted, .10_common]
@@ -25,7 +26,7 @@ workflow: !reference [.workflow]
2526
trigger:
2627
branch: rhel10
2728
variables:
28-
kcidb_tree_name: rhel-10
29+
kcidb_tree_name: rhel-10.1
2930
builder_image: quay.io/cki/builder-rhel10
3031

3132
.trigger_internal_compat_build_pipeline:

Makefile.rhelver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RHEL_REBASE_NUM = 1
4747
# (when you give RHDISTGIT_BRANCH on the command line, in which case the Z
4848
# number will be incremented instead of the Y).
4949
#
50-
ZSTREAM ?= no
50+
ZSTREAM ?= yes
5151

5252
#
5353
# Early y+1 numbering

redhat/Makefile.variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ BUMP_RELEASE:=yes
4040

4141
# This is the dist release suffix used in the package release, eg. .fc34,
4242
# .el8 etc. In a different branch this may be set to a fixed value.
43-
DIST ?= .el10
43+
DIST ?= .el10_1
4444

4545
# This is a human readable distribution variable that is used to determine the
4646
# OS version (fedora, centos, or rhel).

redhat/self-test/data/centos-2585cf9dfaad.el7

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ AUTOMOTIVE_MAJOR=2
88
AUTOMOTIVE_MINOR=0
99
BASEVERSION=5.16.0-0.rc5.6.test
1010
BUILD=6
11+
BUILDOPTS=+kabidupchk
1112
BUILD_FLAGS=
1213
BUILD_PROFILE=-p stream
1314
BUILD_PROFILE_USERDEF=
@@ -102,6 +103,6 @@ UPSTREAMBUILD_GIT_ONLY=
102103
UPSTREAM_BRANCH=v6.10
103104
UPSTREAM_TARBALL_NAME=5.16-rc5
104105
VERSION_ON_UPSTREAM=0
105-
YSTREAM_FLAG=yes
106-
ZSTREAM_FLAG=no
106+
YSTREAM_FLAG=no
107+
ZSTREAM_FLAG=yes
107108
_OUTPUT=..

redhat/self-test/data/centos-2585cf9dfaad.el7.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
%define specrelease 0.rc5.6%{?buildid}%{?dist}
1818
%define kabiversion 5.16.0-0.rc5.6.test.el7
1919
%define selftests_must_build 0
20+
%define _with_kabidupchk 1
2021
Mon Mar 28 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.16.0-0.rc5.6.test]

redhat/self-test/data/centos-2585cf9dfaad.fc25

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ AUTOMOTIVE_MAJOR=2
88
AUTOMOTIVE_MINOR=0
99
BASEVERSION=5.16.0-0.rc5.6.test
1010
BUILD=6
11+
BUILDOPTS=+kabidupchk
1112
BUILD_FLAGS=
1213
BUILD_PROFILE=-p stream
1314
BUILD_PROFILE_USERDEF=
@@ -102,6 +103,6 @@ UPSTREAMBUILD_GIT_ONLY=
102103
UPSTREAM_BRANCH=v6.10
103104
UPSTREAM_TARBALL_NAME=5.16-rc5
104105
VERSION_ON_UPSTREAM=0
105-
YSTREAM_FLAG=yes
106-
ZSTREAM_FLAG=no
106+
YSTREAM_FLAG=no
107+
ZSTREAM_FLAG=yes
107108
_OUTPUT=..

redhat/self-test/data/centos-2585cf9dfaad.fc25.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
%define specrelease 0.rc5.6%{?buildid}%{?dist}
1818
%define kabiversion 5.16.0-0.rc5.6.test.fc25
1919
%define selftests_must_build 0
20+
%define _with_kabidupchk 1
2021
Mon Mar 28 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.16.0-0.rc5.6.test]

redhat/self-test/data/centos-78e36f3b0dae.el7

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ AUTOMOTIVE_MAJOR=2
88
AUTOMOTIVE_MINOR=0
99
BASEVERSION=5.16.0-6.test
1010
BUILD=6
11+
BUILDOPTS=+kabidupchk
1112
BUILD_FLAGS=
1213
BUILD_PROFILE=-p stream
1314
BUILD_PROFILE_USERDEF=
@@ -102,6 +103,6 @@ UPSTREAMBUILD_GIT_ONLY=
102103
UPSTREAM_BRANCH=v6.10
103104
UPSTREAM_TARBALL_NAME=5.16
104105
VERSION_ON_UPSTREAM=0
105-
YSTREAM_FLAG=yes
106-
ZSTREAM_FLAG=no
106+
YSTREAM_FLAG=no
107+
ZSTREAM_FLAG=yes
107108
_OUTPUT=..

redhat/self-test/data/centos-78e36f3b0dae.el7.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
%define specrelease 6%{?buildid}%{?dist}
1818
%define kabiversion 5.16.0-6.test.el7
1919
%define selftests_must_build 0
20+
%define _with_kabidupchk 1
2021
Mon Mar 28 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.16.0-6.test]

redhat/self-test/data/centos-78e36f3b0dae.fc25

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ AUTOMOTIVE_MAJOR=2
88
AUTOMOTIVE_MINOR=0
99
BASEVERSION=5.16.0-6.test
1010
BUILD=6
11+
BUILDOPTS=+kabidupchk
1112
BUILD_FLAGS=
1213
BUILD_PROFILE=-p stream
1314
BUILD_PROFILE_USERDEF=
@@ -102,6 +103,6 @@ UPSTREAMBUILD_GIT_ONLY=
102103
UPSTREAM_BRANCH=v6.10
103104
UPSTREAM_TARBALL_NAME=5.16
104105
VERSION_ON_UPSTREAM=0
105-
YSTREAM_FLAG=yes
106-
ZSTREAM_FLAG=no
106+
YSTREAM_FLAG=no
107+
ZSTREAM_FLAG=yes
107108
_OUTPUT=..

0 commit comments

Comments
 (0)