[OS-BUILD PATCHv2] redhat: bump RHEL_MAJOR

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Jan Stancek <jstancek@xxxxxxxxxx>

redhat: bump RHEL_MAJOR

Similar to 93f658c7b8a8 ("redhat: bump RHEL_MAJOR and add the changelog file for it"),
bump RHEL_MAJOR. kernel-ark does not track anymore work for RHEL 10/CentOS Stream 10.
We look forward to the next major. While "9.99" was chosen as the version for
the work preceding RHEL 10, bump the major so the considered version now is
"10.99".

Changelog will be created automatically on next release. Old entries are not moved,
to avoid conflicts in the next os-build rebase. All changelog entries will be picked
up with the first release commit in the next os-build rebase.

Signed-off-by: Jan Stancek <jstancek@xxxxxxxxxx>

diff --git a/Makefile.rhelver b/Makefile.rhelver
index blahblah..blahblah 100644
--- a/Makefile.rhelver
+++ b/Makefile.rhelver
@@ -1,4 +1,4 @@
-RHEL_MAJOR = 9
+RHEL_MAJOR = 10
 RHEL_MINOR = 99
 
 #
diff --git a/redhat/self-test/data/centos-2585cf9dfaad.el7 b/redhat/self-test/data/centos-2585cf9dfaad.el7
index blahblah..blahblah 100644
--- a/redhat/self-test/data/centos-2585cf9dfaad.el7
+++ b/redhat/self-test/data/centos-2585cf9dfaad.el7
@@ -8,10 +8,10 @@ BUILD=6
 BUILD_FLAGS=
 BUILD_PROFILE=-p stream
 BUILD_PROFILE_USERDEF=
-BUILD_TARGET=c9s-candidate
+BUILD_TARGET=c10s-candidate
 BUILD_TARGET_USERDEF=
 BUMP_RELEASE=yes
-CHANGELOG_EXT=changelog-9.99
+CHANGELOG_EXT=changelog-10.99
 CHECK_FOR_RELEASE_COMMIT=0
 CROSS_DISABLED_SUBPACKAGES=--without bpftool --without perf --without tools --without libperf
 CROSS_PACKAGE_LIST=cross-binutils-common cross-gcc-common diffstat glibc-static ncurses-devel numactl-devel rng-tools binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu binutils-ppc64le-linux-gnu gcc-ppc64le-linux-gnu binutils-s390x-linux-gnu gcc-s390x-linux-gnu binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu
@@ -57,10 +57,10 @@ PROCESS_CONFIGS_OPTS=-n -w -c
 REDHAT=../redhat
 RELEASED_KERNEL=0
 RELEASETAG=kernel-5.16.0-0.rc5.6.test
-RHDISTGIT_BRANCH=c9s
+RHDISTGIT_BRANCH=c10s
 RHDISTGIT_CACHE=
 RHDISTGIT_TMP=/tmp
-RHEL_MAJOR=9
+RHEL_MAJOR=10
 RHEL_MINOR=99
 RHEL_REBASE_NUM=1
 RHGITCOMMIT=2585cf9dfaad
@@ -72,7 +72,7 @@ RPMBUILD=rpmbuild
 SNAPSHOT=0
 SOURCES=../redhat/rpm/SOURCES
 SPECBUILD=0.rc5.6.test
-SPECCHANGELOG=kernel.changelog-9.99
+SPECCHANGELOG=kernel.changelog-10.99
 SPECFILE=kernel.spec
 SPECGEMINI=0
 SPECINCLUDE_AUTOMOTIVE_FILES=1
@@ -88,7 +88,7 @@ SPECPACKAGE_NAME=kernel
 SPECRELEASED_KERNEL=0
 SPECRPATCHLEVEL=1
 SPECRPMVERSION=5.16.0
-SPECRVERSION=0
+SPECRVERSION=1
 SPECSELFTESTS_MUST_BUILD=0
 SPECTARFILE_RELEASE=5.16.0-0.rc5.6.test.el7
 SPECVERSION=5.16.0
diff --git a/redhat/self-test/data/centos-2585cf9dfaad.fc25 b/redhat/self-test/data/centos-2585cf9dfaad.fc25
index blahblah..blahblah 100644
--- a/redhat/self-test/data/centos-2585cf9dfaad.fc25
+++ b/redhat/self-test/data/centos-2585cf9dfaad.fc25
@@ -8,10 +8,10 @@ BUILD=6
 BUILD_FLAGS=
 BUILD_PROFILE=-p stream
 BUILD_PROFILE_USERDEF=
-BUILD_TARGET=c9s-candidate
+BUILD_TARGET=c10s-candidate
 BUILD_TARGET_USERDEF=
 BUMP_RELEASE=yes
-CHANGELOG_EXT=changelog-9.99
+CHANGELOG_EXT=changelog-10.99
 CHECK_FOR_RELEASE_COMMIT=0
 CROSS_DISABLED_SUBPACKAGES=--without bpftool --without perf --without tools --without libperf
 CROSS_PACKAGE_LIST=cross-binutils-common cross-gcc-common diffstat glibc-static ncurses-devel numactl-devel rng-tools binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu binutils-ppc64le-linux-gnu gcc-ppc64le-linux-gnu binutils-s390x-linux-gnu gcc-s390x-linux-gnu binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu
@@ -57,10 +57,10 @@ PROCESS_CONFIGS_OPTS=-n -w -c
 REDHAT=../redhat
 RELEASED_KERNEL=0
 RELEASETAG=kernel-5.16.0-0.rc5.6.test
-RHDISTGIT_BRANCH=c9s
+RHDISTGIT_BRANCH=c10s
 RHDISTGIT_CACHE=
 RHDISTGIT_TMP=/tmp
-RHEL_MAJOR=9
+RHEL_MAJOR=10
 RHEL_MINOR=99
 RHEL_REBASE_NUM=1
 RHGITCOMMIT=2585cf9dfaad
@@ -72,7 +72,7 @@ RPMBUILD=rpmbuild
 SNAPSHOT=0
 SOURCES=../redhat/rpm/SOURCES
 SPECBUILD=0.rc5.6.test
-SPECCHANGELOG=kernel.changelog-9.99
+SPECCHANGELOG=kernel.changelog-10.99
 SPECFILE=kernel.spec
 SPECGEMINI=0
 SPECINCLUDE_AUTOMOTIVE_FILES=1
@@ -88,7 +88,7 @@ SPECPACKAGE_NAME=kernel
 SPECRELEASED_KERNEL=0
 SPECRPATCHLEVEL=1
 SPECRPMVERSION=5.16.0
-SPECRVERSION=0
+SPECRVERSION=1
 SPECSELFTESTS_MUST_BUILD=0
 SPECTARFILE_RELEASE=5.16.0-0.rc5.6.test.fc25
 SPECVERSION=5.16.0
diff --git a/redhat/self-test/data/centos-78e36f3b0dae.el7 b/redhat/self-test/data/centos-78e36f3b0dae.el7
index blahblah..blahblah 100644
--- a/redhat/self-test/data/centos-78e36f3b0dae.el7
+++ b/redhat/self-test/data/centos-78e36f3b0dae.el7
@@ -8,10 +8,10 @@ BUILD=6
 BUILD_FLAGS=
 BUILD_PROFILE=-p stream
 BUILD_PROFILE_USERDEF=
-BUILD_TARGET=c9s-candidate
+BUILD_TARGET=c10s-candidate
 BUILD_TARGET_USERDEF=
 BUMP_RELEASE=yes
-CHANGELOG_EXT=changelog-9.99
+CHANGELOG_EXT=changelog-10.99
 CHECK_FOR_RELEASE_COMMIT=0
 CROSS_DISABLED_SUBPACKAGES=--without bpftool --without perf --without tools --without libperf
 CROSS_PACKAGE_LIST=cross-binutils-common cross-gcc-common diffstat glibc-static ncurses-devel numactl-devel rng-tools binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu binutils-ppc64le-linux-gnu gcc-ppc64le-linux-gnu binutils-s390x-linux-gnu gcc-s390x-linux-gnu binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu
@@ -57,10 +57,10 @@ PROCESS_CONFIGS_OPTS=-n -w -c
 REDHAT=../redhat
 RELEASED_KERNEL=0
 RELEASETAG=kernel-5.17.0-0.rc0.78e36f3b0dae.6.test
-RHDISTGIT_BRANCH=c9s
+RHDISTGIT_BRANCH=c10s
 RHDISTGIT_CACHE=
 RHDISTGIT_TMP=/tmp
-RHEL_MAJOR=9
+RHEL_MAJOR=10
 RHEL_MINOR=99
 RHEL_REBASE_NUM=1
 RHGITCOMMIT=78e36f3b0dae
@@ -72,7 +72,7 @@ RPMBUILD=rpmbuild
 SNAPSHOT=1
 SOURCES=../redhat/rpm/SOURCES
 SPECBUILD=0.rc0.78e36f3b0dae.6.test
-SPECCHANGELOG=kernel.changelog-9.99
+SPECCHANGELOG=kernel.changelog-10.99
 SPECFILE=kernel.spec
 SPECGEMINI=0
 SPECINCLUDE_AUTOMOTIVE_FILES=1
@@ -88,7 +88,7 @@ SPECPACKAGE_NAME=kernel
 SPECRELEASED_KERNEL=0
 SPECRPATCHLEVEL=1
 SPECRPMVERSION=5.17.0
-SPECRVERSION=0
+SPECRVERSION=1
 SPECSELFTESTS_MUST_BUILD=0
 SPECTARFILE_RELEASE=5.17.0-0.rc0.78e36f3b0dae.6.test.el7
 SPECVERSION=5.17.0
diff --git a/redhat/self-test/data/centos-78e36f3b0dae.fc25 b/redhat/self-test/data/centos-78e36f3b0dae.fc25
index blahblah..blahblah 100644
--- a/redhat/self-test/data/centos-78e36f3b0dae.fc25
+++ b/redhat/self-test/data/centos-78e36f3b0dae.fc25
@@ -8,10 +8,10 @@ BUILD=6
 BUILD_FLAGS=
 BUILD_PROFILE=-p stream
 BUILD_PROFILE_USERDEF=
-BUILD_TARGET=c9s-candidate
+BUILD_TARGET=c10s-candidate
 BUILD_TARGET_USERDEF=
 BUMP_RELEASE=yes
-CHANGELOG_EXT=changelog-9.99
+CHANGELOG_EXT=changelog-10.99
 CHECK_FOR_RELEASE_COMMIT=0
 CROSS_DISABLED_SUBPACKAGES=--without bpftool --without perf --without tools --without libperf
 CROSS_PACKAGE_LIST=cross-binutils-common cross-gcc-common diffstat glibc-static ncurses-devel numactl-devel rng-tools binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu binutils-ppc64le-linux-gnu gcc-ppc64le-linux-gnu binutils-s390x-linux-gnu gcc-s390x-linux-gnu binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu
@@ -57,10 +57,10 @@ PROCESS_CONFIGS_OPTS=-n -w -c
 REDHAT=../redhat
 RELEASED_KERNEL=0
 RELEASETAG=kernel-5.17.0-0.rc0.78e36f3b0dae.6.test
-RHDISTGIT_BRANCH=c9s
+RHDISTGIT_BRANCH=c10s
 RHDISTGIT_CACHE=
 RHDISTGIT_TMP=/tmp
-RHEL_MAJOR=9
+RHEL_MAJOR=10
 RHEL_MINOR=99
 RHEL_REBASE_NUM=1
 RHGITCOMMIT=78e36f3b0dae
@@ -72,7 +72,7 @@ RPMBUILD=rpmbuild
 SNAPSHOT=1
 SOURCES=../redhat/rpm/SOURCES
 SPECBUILD=0.rc0.78e36f3b0dae.6.test
-SPECCHANGELOG=kernel.changelog-9.99
+SPECCHANGELOG=kernel.changelog-10.99
 SPECFILE=kernel.spec
 SPECGEMINI=0
 SPECINCLUDE_AUTOMOTIVE_FILES=1
@@ -88,7 +88,7 @@ SPECPACKAGE_NAME=kernel
 SPECRELEASED_KERNEL=0
 SPECRPATCHLEVEL=1
 SPECRPMVERSION=5.17.0
-SPECRVERSION=0
+SPECRVERSION=1
 SPECSELFTESTS_MUST_BUILD=0
 SPECTARFILE_RELEASE=5.17.0-0.rc0.78e36f3b0dae.6.test.fc25
 SPECVERSION=5.17.0
diff --git a/redhat/self-test/data/centos-df0cc57e057f.el7 b/redhat/self-test/data/centos-df0cc57e057f.el7
index blahblah..blahblah 100644
--- a/redhat/self-test/data/centos-df0cc57e057f.el7
+++ b/redhat/self-test/data/centos-df0cc57e057f.el7
@@ -8,10 +8,10 @@ BUILD=6
 BUILD_FLAGS=
 BUILD_PROFILE=-p stream
 BUILD_PROFILE_USERDEF=
-BUILD_TARGET=c9s-candidate
+BUILD_TARGET=c10s-candidate
 BUILD_TARGET_USERDEF=
 BUMP_RELEASE=yes
-CHANGELOG_EXT=changelog-9.99
+CHANGELOG_EXT=changelog-10.99
 CHECK_FOR_RELEASE_COMMIT=0
 CROSS_DISABLED_SUBPACKAGES=--without bpftool --without perf --without tools --without libperf
 CROSS_PACKAGE_LIST=cross-binutils-common cross-gcc-common diffstat glibc-static ncurses-devel numactl-devel rng-tools binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu binutils-ppc64le-linux-gnu gcc-ppc64le-linux-gnu binutils-s390x-linux-gnu gcc-s390x-linux-gnu binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu
@@ -57,10 +57,10 @@ PROCESS_CONFIGS_OPTS=-n -w -c
 REDHAT=../redhat
 RELEASED_KERNEL=0
 RELEASETAG=kernel-5.16.0-6.test
-RHDISTGIT_BRANCH=c9s
+RHDISTGIT_BRANCH=c10s
 RHDISTGIT_CACHE=
 RHDISTGIT_TMP=/tmp
-RHEL_MAJOR=9
+RHEL_MAJOR=10
 RHEL_MINOR=99
 RHEL_REBASE_NUM=1
 RHGITCOMMIT=df0cc57e057f
@@ -72,7 +72,7 @@ RPMBUILD=rpmbuild
 SNAPSHOT=0
 SOURCES=../redhat/rpm/SOURCES
 SPECBUILD=6.test
-SPECCHANGELOG=kernel.changelog-9.99
+SPECCHANGELOG=kernel.changelog-10.99
 SPECFILE=kernel.spec
 SPECGEMINI=0
 SPECINCLUDE_AUTOMOTIVE_FILES=1
@@ -88,7 +88,7 @@ SPECPACKAGE_NAME=kernel
 SPECRELEASED_KERNEL=0
 SPECRPATCHLEVEL=1
 SPECRPMVERSION=5.16.0
-SPECRVERSION=0
+SPECRVERSION=1
 SPECSELFTESTS_MUST_BUILD=0
 SPECTARFILE_RELEASE=5.16.0-6.test.el7
 SPECVERSION=5.16.0
diff --git a/redhat/self-test/data/centos-df0cc57e057f.fc25 b/redhat/self-test/data/centos-df0cc57e057f.fc25
index blahblah..blahblah 100644
--- a/redhat/self-test/data/centos-df0cc57e057f.fc25
+++ b/redhat/self-test/data/centos-df0cc57e057f.fc25
@@ -8,10 +8,10 @@ BUILD=6
 BUILD_FLAGS=
 BUILD_PROFILE=-p stream
 BUILD_PROFILE_USERDEF=
-BUILD_TARGET=c9s-candidate
+BUILD_TARGET=c10s-candidate
 BUILD_TARGET_USERDEF=
 BUMP_RELEASE=yes
-CHANGELOG_EXT=changelog-9.99
+CHANGELOG_EXT=changelog-10.99
 CHECK_FOR_RELEASE_COMMIT=0
 CROSS_DISABLED_SUBPACKAGES=--without bpftool --without perf --without tools --without libperf
 CROSS_PACKAGE_LIST=cross-binutils-common cross-gcc-common diffstat glibc-static ncurses-devel numactl-devel rng-tools binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu binutils-ppc64le-linux-gnu gcc-ppc64le-linux-gnu binutils-s390x-linux-gnu gcc-s390x-linux-gnu binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu
@@ -57,10 +57,10 @@ PROCESS_CONFIGS_OPTS=-n -w -c
 REDHAT=../redhat
 RELEASED_KERNEL=0
 RELEASETAG=kernel-5.16.0-6.test
-RHDISTGIT_BRANCH=c9s
+RHDISTGIT_BRANCH=c10s
 RHDISTGIT_CACHE=
 RHDISTGIT_TMP=/tmp
-RHEL_MAJOR=9
+RHEL_MAJOR=10
 RHEL_MINOR=99
 RHEL_REBASE_NUM=1
 RHGITCOMMIT=df0cc57e057f
@@ -72,7 +72,7 @@ RPMBUILD=rpmbuild
 SNAPSHOT=0
 SOURCES=../redhat/rpm/SOURCES
 SPECBUILD=6.test
-SPECCHANGELOG=kernel.changelog-9.99
+SPECCHANGELOG=kernel.changelog-10.99
 SPECFILE=kernel.spec
 SPECGEMINI=0
 SPECINCLUDE_AUTOMOTIVE_FILES=1
@@ -88,7 +88,7 @@ SPECPACKAGE_NAME=kernel
 SPECRELEASED_KERNEL=0
 SPECRPATCHLEVEL=1
 SPECRPMVERSION=5.16.0
-SPECRVERSION=0
+SPECRVERSION=1
 SPECSELFTESTS_MUST_BUILD=0
 SPECTARFILE_RELEASE=5.16.0-6.test.fc25
 SPECVERSION=5.16.0
diff --git a/redhat/self-test/data/centos-fce15c45d3fb.el7 b/redhat/self-test/data/centos-fce15c45d3fb.el7
index blahblah..blahblah 100644
--- a/redhat/self-test/data/centos-fce15c45d3fb.el7
+++ b/redhat/self-test/data/centos-fce15c45d3fb.el7
@@ -8,10 +8,10 @@ BUILD=6
 BUILD_FLAGS=
 BUILD_PROFILE=-p stream
 BUILD_PROFILE_USERDEF=
-BUILD_TARGET=c9s-candidate
+BUILD_TARGET=c10s-candidate
 BUILD_TARGET_USERDEF=
 BUMP_RELEASE=yes
-CHANGELOG_EXT=changelog-9.99
+CHANGELOG_EXT=changelog-10.99
 CHECK_FOR_RELEASE_COMMIT=0
 CROSS_DISABLED_SUBPACKAGES=--without bpftool --without perf --without tools --without libperf
 CROSS_PACKAGE_LIST=cross-binutils-common cross-gcc-common diffstat glibc-static ncurses-devel numactl-devel rng-tools binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu binutils-ppc64le-linux-gnu gcc-ppc64le-linux-gnu binutils-s390x-linux-gnu gcc-s390x-linux-gnu binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu
@@ -57,10 +57,10 @@ PROCESS_CONFIGS_OPTS=-n -w -c
 REDHAT=../redhat
 RELEASED_KERNEL=0
 RELEASETAG=kernel-5.16.0-0.rc5.fce15c45d3fb.6.test
-RHDISTGIT_BRANCH=c9s
+RHDISTGIT_BRANCH=c10s
 RHDISTGIT_CACHE=
 RHDISTGIT_TMP=/tmp
-RHEL_MAJOR=9
+RHEL_MAJOR=10
 RHEL_MINOR=99
 RHEL_REBASE_NUM=1
 RHGITCOMMIT=fce15c45d3fb
@@ -72,7 +72,7 @@ RPMBUILD=rpmbuild
 SNAPSHOT=1
 SOURCES=../redhat/rpm/SOURCES
 SPECBUILD=0.rc5.fce15c45d3fb.6.test
-SPECCHANGELOG=kernel.changelog-9.99
+SPECCHANGELOG=kernel.changelog-10.99
 SPECFILE=kernel.spec
 SPECGEMINI=0
 SPECINCLUDE_AUTOMOTIVE_FILES=1
@@ -88,7 +88,7 @@ SPECPACKAGE_NAME=kernel
 SPECRELEASED_KERNEL=0
 SPECRPATCHLEVEL=1
 SPECRPMVERSION=5.16.0
-SPECRVERSION=0
+SPECRVERSION=1
 SPECSELFTESTS_MUST_BUILD=0
 SPECTARFILE_RELEASE=5.16.0-0.rc5.fce15c45d3fb.6.test.el7
 SPECVERSION=5.16.0
diff --git a/redhat/self-test/data/centos-fce15c45d3fb.fc25 b/redhat/self-test/data/centos-fce15c45d3fb.fc25
index blahblah..blahblah 100644
--- a/redhat/self-test/data/centos-fce15c45d3fb.fc25
+++ b/redhat/self-test/data/centos-fce15c45d3fb.fc25
@@ -8,10 +8,10 @@ BUILD=6
 BUILD_FLAGS=
 BUILD_PROFILE=-p stream
 BUILD_PROFILE_USERDEF=
-BUILD_TARGET=c9s-candidate
+BUILD_TARGET=c10s-candidate
 BUILD_TARGET_USERDEF=
 BUMP_RELEASE=yes
-CHANGELOG_EXT=changelog-9.99
+CHANGELOG_EXT=changelog-10.99
 CHECK_FOR_RELEASE_COMMIT=0
 CROSS_DISABLED_SUBPACKAGES=--without bpftool --without perf --without tools --without libperf
 CROSS_PACKAGE_LIST=cross-binutils-common cross-gcc-common diffstat glibc-static ncurses-devel numactl-devel rng-tools binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu binutils-ppc64le-linux-gnu gcc-ppc64le-linux-gnu binutils-s390x-linux-gnu gcc-s390x-linux-gnu binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu
@@ -57,10 +57,10 @@ PROCESS_CONFIGS_OPTS=-n -w -c
 REDHAT=../redhat
 RELEASED_KERNEL=0
 RELEASETAG=kernel-5.16.0-0.rc5.fce15c45d3fb.6.test
-RHDISTGIT_BRANCH=c9s
+RHDISTGIT_BRANCH=c10s
 RHDISTGIT_CACHE=
 RHDISTGIT_TMP=/tmp
-RHEL_MAJOR=9
+RHEL_MAJOR=10
 RHEL_MINOR=99
 RHEL_REBASE_NUM=1
 RHGITCOMMIT=fce15c45d3fb
@@ -72,7 +72,7 @@ RPMBUILD=rpmbuild
 SNAPSHOT=1
 SOURCES=../redhat/rpm/SOURCES
 SPECBUILD=0.rc5.fce15c45d3fb.6.test
-SPECCHANGELOG=kernel.changelog-9.99
+SPECCHANGELOG=kernel.changelog-10.99
 SPECFILE=kernel.spec
 SPECGEMINI=0
 SPECINCLUDE_AUTOMOTIVE_FILES=1
@@ -88,7 +88,7 @@ SPECPACKAGE_NAME=kernel
 SPECRELEASED_KERNEL=0
 SPECRPATCHLEVEL=1
 SPECRPMVERSION=5.16.0
-SPECRVERSION=0
+SPECRVERSION=1
 SPECSELFTESTS_MUST_BUILD=0
 SPECTARFILE_RELEASE=5.16.0-0.rc5.fce15c45d3fb.6.test.fc25
 SPECVERSION=5.16.0
diff --git a/redhat/self-test/data/fedora-2585cf9dfaad.el7 b/redhat/self-test/data/fedora-2585cf9dfaad.el7
index blahblah..blahblah 100644
--- a/redhat/self-test/data/fedora-2585cf9dfaad.el7
+++ b/redhat/self-test/data/fedora-2585cf9dfaad.el7
@@ -11,7 +11,7 @@ BUILD_PROFILE_USERDEF=
 BUILD_TARGET=rawhide
 BUILD_TARGET_USERDEF=
 BUMP_RELEASE=yes
-CHANGELOG_EXT=changelog-9.99
+CHANGELOG_EXT=changelog-10.99
 CHECK_FOR_RELEASE_COMMIT=0
 CROSS_DISABLED_SUBPACKAGES=--without bpftool --without perf --without tools --without libperf
 CROSS_PACKAGE_LIST=cross-binutils-common cross-gcc-common diffstat glibc-static ncurses-devel numactl-devel rng-tools binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu binutils-ppc64le-linux-gnu gcc-ppc64le-linux-gnu binutils-s390x-linux-gnu gcc-s390x-linux-gnu binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu
@@ -60,7 +60,7 @@ RELEASETAG=kernel-5.16.0-0.rc5.6.test
 RHDISTGIT_BRANCH=rawhide
 RHDISTGIT_CACHE=
 RHDISTGIT_TMP=/tmp
-RHEL_MAJOR=9
+RHEL_MAJOR=10
 RHEL_MINOR=99
 RHEL_REBASE_NUM=1
 RHGITCOMMIT=2585cf9dfaad
@@ -72,7 +72,7 @@ RPMBUILD=rpmbuild
 SNAPSHOT=0
 SOURCES=../redhat/rpm/SOURCES
 SPECBUILD=0.rc5.6.test
-SPECCHANGELOG=kernel.changelog-9.99
+SPECCHANGELOG=kernel.changelog-10.99
 SPECFILE=kernel.spec
 SPECGEMINI=0
 SPECINCLUDE_AUTOMOTIVE_FILES=1
@@ -88,7 +88,7 @@ SPECPACKAGE_NAME=kernel
 SPECRELEASED_KERNEL=0
 SPECRPATCHLEVEL=1
 SPECRPMVERSION=5.16.0
-SPECRVERSION=0
+SPECRVERSION=1
 SPECSELFTESTS_MUST_BUILD=0
 SPECTARFILE_RELEASE=5.16-rc5
 SPECVERSION=5.16.0
diff --git a/redhat/self-test/data/fedora-2585cf9dfaad.fc25 b/redhat/self-test/data/fedora-2585cf9dfaad.fc25
index blahblah..blahblah 100644
--- a/redhat/self-test/data/fedora-2585cf9dfaad.fc25
+++ b/redhat/self-test/data/fedora-2585cf9dfaad.fc25
@@ -11,7 +11,7 @@ BUILD_PROFILE_USERDEF=
 BUILD_TARGET=rawhide
 BUILD_TARGET_USERDEF=
 BUMP_RELEASE=yes
-CHANGELOG_EXT=changelog-9.99
+CHANGELOG_EXT=changelog-10.99
 CHECK_FOR_RELEASE_COMMIT=0
 CROSS_DISABLED_SUBPACKAGES=--without bpftool --without perf --without tools --without libperf
 CROSS_PACKAGE_LIST=cross-binutils-common cross-gcc-common diffstat glibc-static ncurses-devel numactl-devel rng-tools binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu binutils-ppc64le-linux-gnu gcc-ppc64le-linux-gnu binutils-s390x-linux-gnu gcc-s390x-linux-gnu binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu
@@ -60,7 +60,7 @@ RELEASETAG=kernel-5.16.0-0.rc5.6.test
 RHDISTGIT_BRANCH=rawhide
 RHDISTGIT_CACHE=
 RHDISTGIT_TMP=/tmp
-RHEL_MAJOR=9
+RHEL_MAJOR=10
 RHEL_MINOR=99
 RHEL_REBASE_NUM=1
 RHGITCOMMIT=2585cf9dfaad
@@ -72,7 +72,7 @@ RPMBUILD=rpmbuild
 SNAPSHOT=0
 SOURCES=../redhat/rpm/SOURCES
 SPECBUILD=0.rc5.6.test
-SPECCHANGELOG=kernel.changelog-9.99
+SPECCHANGELOG=kernel.changelog-10.99
 SPECFILE=kernel.spec
 SPECGEMINI=0
 SPECINCLUDE_AUTOMOTIVE_FILES=1
@@ -88,7 +88,7 @@ SPECPACKAGE_NAME=kernel
 SPECRELEASED_KERNEL=0
 SPECRPATCHLEVEL=1
 SPECRPMVERSION=5.16.0
-SPECRVERSION=0
+SPECRVERSION=1
 SPECSELFTESTS_MUST_BUILD=0
 SPECTARFILE_RELEASE=5.16-rc5
 SPECVERSION=5.16.0
diff --git a/redhat/self-test/data/fedora-78e36f3b0dae.el7 b/redhat/self-test/data/fedora-78e36f3b0dae.el7
index blahblah..blahblah 100644
--- a/redhat/self-test/data/fedora-78e36f3b0dae.el7
+++ b/redhat/self-test/data/fedora-78e36f3b0dae.el7
@@ -11,7 +11,7 @@ BUILD_PROFILE_USERDEF=
 BUILD_TARGET=rawhide
 BUILD_TARGET_USERDEF=
 BUMP_RELEASE=yes
-CHANGELOG_EXT=changelog-9.99
+CHANGELOG_EXT=changelog-10.99
 CHECK_FOR_RELEASE_COMMIT=0
 CROSS_DISABLED_SUBPACKAGES=--without bpftool --without perf --without tools --without libperf
 CROSS_PACKAGE_LIST=cross-binutils-common cross-gcc-common diffstat glibc-static ncurses-devel numactl-devel rng-tools binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu binutils-ppc64le-linux-gnu gcc-ppc64le-linux-gnu binutils-s390x-linux-gnu gcc-s390x-linux-gnu binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu
@@ -60,7 +60,7 @@ RELEASETAG=kernel-5.17.0-0.rc0.78e36f3b0dae.6.test
 RHDISTGIT_BRANCH=rawhide
 RHDISTGIT_CACHE=
 RHDISTGIT_TMP=/tmp
-RHEL_MAJOR=9
+RHEL_MAJOR=10
 RHEL_MINOR=99
 RHEL_REBASE_NUM=1
 RHGITCOMMIT=78e36f3b0dae
@@ -72,7 +72,7 @@ RPMBUILD=rpmbuild
 SNAPSHOT=1
 SOURCES=../redhat/rpm/SOURCES
 SPECBUILD=0.rc0.78e36f3b0dae.6.test
-SPECCHANGELOG=kernel.changelog-9.99
+SPECCHANGELOG=kernel.changelog-10.99
 SPECFILE=kernel.spec
 SPECGEMINI=0
 SPECINCLUDE_AUTOMOTIVE_FILES=1
@@ -88,7 +88,7 @@ SPECPACKAGE_NAME=kernel
 SPECRELEASED_KERNEL=0
 SPECRPATCHLEVEL=1
 SPECRPMVERSION=5.17.0
-SPECRVERSION=0
+SPECRVERSION=1
 SPECSELFTESTS_MUST_BUILD=0
 SPECTARFILE_RELEASE=5.16-11523-g78e36f3b0dae
 SPECVERSION=5.17.0
diff --git a/redhat/self-test/data/fedora-78e36f3b0dae.fc25 b/redhat/self-test/data/fedora-78e36f3b0dae.fc25
index blahblah..blahblah 100644
--- a/redhat/self-test/data/fedora-78e36f3b0dae.fc25
+++ b/redhat/self-test/data/fedora-78e36f3b0dae.fc25
@@ -11,7 +11,7 @@ BUILD_PROFILE_USERDEF=
 BUILD_TARGET=rawhide
 BUILD_TARGET_USERDEF=
 BUMP_RELEASE=yes
-CHANGELOG_EXT=changelog-9.99
+CHANGELOG_EXT=changelog-10.99
 CHECK_FOR_RELEASE_COMMIT=0
 CROSS_DISABLED_SUBPACKAGES=--without bpftool --without perf --without tools --without libperf
 CROSS_PACKAGE_LIST=cross-binutils-common cross-gcc-common diffstat glibc-static ncurses-devel numactl-devel rng-tools binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu binutils-ppc64le-linux-gnu gcc-ppc64le-linux-gnu binutils-s390x-linux-gnu gcc-s390x-linux-gnu binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu
@@ -60,7 +60,7 @@ RELEASETAG=kernel-5.17.0-0.rc0.78e36f3b0dae.6.test
 RHDISTGIT_BRANCH=rawhide
 RHDISTGIT_CACHE=
 RHDISTGIT_TMP=/tmp
-RHEL_MAJOR=9
+RHEL_MAJOR=10
 RHEL_MINOR=99
 RHEL_REBASE_NUM=1
 RHGITCOMMIT=78e36f3b0dae
@@ -72,7 +72,7 @@ RPMBUILD=rpmbuild
 SNAPSHOT=1
 SOURCES=../redhat/rpm/SOURCES
 SPECBUILD=0.rc0.78e36f3b0dae.6.test
-SPECCHANGELOG=kernel.changelog-9.99
+SPECCHANGELOG=kernel.changelog-10.99
 SPECFILE=kernel.spec
 SPECGEMINI=0
 SPECINCLUDE_AUTOMOTIVE_FILES=1
@@ -88,7 +88,7 @@ SPECPACKAGE_NAME=kernel
 SPECRELEASED_KERNEL=0
 SPECRPATCHLEVEL=1
 SPECRPMVERSION=5.17.0
-SPECRVERSION=0
+SPECRVERSION=1
 SPECSELFTESTS_MUST_BUILD=0
 SPECTARFILE_RELEASE=5.16-11523-g78e36f3b0dae
 SPECVERSION=5.17.0
diff --git a/redhat/self-test/data/fedora-df0cc57e057f.el7 b/redhat/self-test/data/fedora-df0cc57e057f.el7
index blahblah..blahblah 100644
--- a/redhat/self-test/data/fedora-df0cc57e057f.el7
+++ b/redhat/self-test/data/fedora-df0cc57e057f.el7
@@ -11,7 +11,7 @@ BUILD_PROFILE_USERDEF=
 BUILD_TARGET=rawhide
 BUILD_TARGET_USERDEF=
 BUMP_RELEASE=yes
-CHANGELOG_EXT=changelog-9.99
+CHANGELOG_EXT=changelog-10.99
 CHECK_FOR_RELEASE_COMMIT=0
 CROSS_DISABLED_SUBPACKAGES=--without bpftool --without perf --without tools --without libperf
 CROSS_PACKAGE_LIST=cross-binutils-common cross-gcc-common diffstat glibc-static ncurses-devel numactl-devel rng-tools binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu binutils-ppc64le-linux-gnu gcc-ppc64le-linux-gnu binutils-s390x-linux-gnu gcc-s390x-linux-gnu binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu
@@ -60,7 +60,7 @@ RELEASETAG=kernel-5.16.0-6.test
 RHDISTGIT_BRANCH=rawhide
 RHDISTGIT_CACHE=
 RHDISTGIT_TMP=/tmp
-RHEL_MAJOR=9
+RHEL_MAJOR=10
 RHEL_MINOR=99
 RHEL_REBASE_NUM=1
 RHGITCOMMIT=df0cc57e057f
@@ -72,7 +72,7 @@ RPMBUILD=rpmbuild
 SNAPSHOT=0
 SOURCES=../redhat/rpm/SOURCES
 SPECBUILD=6.test
-SPECCHANGELOG=kernel.changelog-9.99
+SPECCHANGELOG=kernel.changelog-10.99
 SPECFILE=kernel.spec
 SPECGEMINI=0
 SPECINCLUDE_AUTOMOTIVE_FILES=1
@@ -88,7 +88,7 @@ SPECPACKAGE_NAME=kernel
 SPECRELEASED_KERNEL=0
 SPECRPATCHLEVEL=1
 SPECRPMVERSION=5.16.0
-SPECRVERSION=0
+SPECRVERSION=1
 SPECSELFTESTS_MUST_BUILD=0
 SPECTARFILE_RELEASE=5.16
 SPECVERSION=5.16.0
diff --git a/redhat/self-test/data/fedora-df0cc57e057f.fc25 b/redhat/self-test/data/fedora-df0cc57e057f.fc25
index blahblah..blahblah 100644
--- a/redhat/self-test/data/fedora-df0cc57e057f.fc25
+++ b/redhat/self-test/data/fedora-df0cc57e057f.fc25
@@ -11,7 +11,7 @@ BUILD_PROFILE_USERDEF=
 BUILD_TARGET=rawhide
 BUILD_TARGET_USERDEF=
 BUMP_RELEASE=yes
-CHANGELOG_EXT=changelog-9.99
+CHANGELOG_EXT=changelog-10.99
 CHECK_FOR_RELEASE_COMMIT=0
 CROSS_DISABLED_SUBPACKAGES=--without bpftool --without perf --without tools --without libperf
 CROSS_PACKAGE_LIST=cross-binutils-common cross-gcc-common diffstat glibc-static ncurses-devel numactl-devel rng-tools binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu binutils-ppc64le-linux-gnu gcc-ppc64le-linux-gnu binutils-s390x-linux-gnu gcc-s390x-linux-gnu binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu
@@ -60,7 +60,7 @@ RELEASETAG=kernel-5.16.0-6.test
 RHDISTGIT_BRANCH=rawhide
 RHDISTGIT_CACHE=
 RHDISTGIT_TMP=/tmp
-RHEL_MAJOR=9
+RHEL_MAJOR=10
 RHEL_MINOR=99
 RHEL_REBASE_NUM=1
 RHGITCOMMIT=df0cc57e057f
@@ -72,7 +72,7 @@ RPMBUILD=rpmbuild
 SNAPSHOT=0
 SOURCES=../redhat/rpm/SOURCES
 SPECBUILD=6.test
-SPECCHANGELOG=kernel.changelog-9.99
+SPECCHANGELOG=kernel.changelog-10.99
 SPECFILE=kernel.spec
 SPECGEMINI=0
 SPECINCLUDE_AUTOMOTIVE_FILES=1
@@ -88,7 +88,7 @@ SPECPACKAGE_NAME=kernel
 SPECRELEASED_KERNEL=0
 SPECRPATCHLEVEL=1
 SPECRPMVERSION=5.16.0
-SPECRVERSION=0
+SPECRVERSION=1
 SPECSELFTESTS_MUST_BUILD=0
 SPECTARFILE_RELEASE=5.16
 SPECVERSION=5.16.0
diff --git a/redhat/self-test/data/fedora-fce15c45d3fb.el7 b/redhat/self-test/data/fedora-fce15c45d3fb.el7
index blahblah..blahblah 100644
--- a/redhat/self-test/data/fedora-fce15c45d3fb.el7
+++ b/redhat/self-test/data/fedora-fce15c45d3fb.el7
@@ -11,7 +11,7 @@ BUILD_PROFILE_USERDEF=
 BUILD_TARGET=rawhide
 BUILD_TARGET_USERDEF=
 BUMP_RELEASE=yes
-CHANGELOG_EXT=changelog-9.99
+CHANGELOG_EXT=changelog-10.99
 CHECK_FOR_RELEASE_COMMIT=0
 CROSS_DISABLED_SUBPACKAGES=--without bpftool --without perf --without tools --without libperf
 CROSS_PACKAGE_LIST=cross-binutils-common cross-gcc-common diffstat glibc-static ncurses-devel numactl-devel rng-tools binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu binutils-ppc64le-linux-gnu gcc-ppc64le-linux-gnu binutils-s390x-linux-gnu gcc-s390x-linux-gnu binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu
@@ -60,7 +60,7 @@ RELEASETAG=kernel-5.16.0-0.rc5.fce15c45d3fb.6.test
 RHDISTGIT_BRANCH=rawhide
 RHDISTGIT_CACHE=
 RHDISTGIT_TMP=/tmp
-RHEL_MAJOR=9
+RHEL_MAJOR=10
 RHEL_MINOR=99
 RHEL_REBASE_NUM=1
 RHGITCOMMIT=fce15c45d3fb
@@ -72,7 +72,7 @@ RPMBUILD=rpmbuild
 SNAPSHOT=1
 SOURCES=../redhat/rpm/SOURCES
 SPECBUILD=0.rc5.fce15c45d3fb.6.test
-SPECCHANGELOG=kernel.changelog-9.99
+SPECCHANGELOG=kernel.changelog-10.99
 SPECFILE=kernel.spec
 SPECGEMINI=0
 SPECINCLUDE_AUTOMOTIVE_FILES=1
@@ -88,7 +88,7 @@ SPECPACKAGE_NAME=kernel
 SPECRELEASED_KERNEL=0
 SPECRPATCHLEVEL=1
 SPECRPMVERSION=5.16.0
-SPECRVERSION=0
+SPECRVERSION=1
 SPECSELFTESTS_MUST_BUILD=0
 SPECTARFILE_RELEASE=5.16-rc5-1-gfce15c45d3fb
 SPECVERSION=5.16.0
diff --git a/redhat/self-test/data/fedora-fce15c45d3fb.fc25 b/redhat/self-test/data/fedora-fce15c45d3fb.fc25
index blahblah..blahblah 100644
--- a/redhat/self-test/data/fedora-fce15c45d3fb.fc25
+++ b/redhat/self-test/data/fedora-fce15c45d3fb.fc25
@@ -11,7 +11,7 @@ BUILD_PROFILE_USERDEF=
 BUILD_TARGET=rawhide
 BUILD_TARGET_USERDEF=
 BUMP_RELEASE=yes
-CHANGELOG_EXT=changelog-9.99
+CHANGELOG_EXT=changelog-10.99
 CHECK_FOR_RELEASE_COMMIT=0
 CROSS_DISABLED_SUBPACKAGES=--without bpftool --without perf --without tools --without libperf
 CROSS_PACKAGE_LIST=cross-binutils-common cross-gcc-common diffstat glibc-static ncurses-devel numactl-devel rng-tools binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu binutils-ppc64le-linux-gnu gcc-ppc64le-linux-gnu binutils-s390x-linux-gnu gcc-s390x-linux-gnu binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu
@@ -60,7 +60,7 @@ RELEASETAG=kernel-5.16.0-0.rc5.fce15c45d3fb.6.test
 RHDISTGIT_BRANCH=rawhide
 RHDISTGIT_CACHE=
 RHDISTGIT_TMP=/tmp
-RHEL_MAJOR=9
+RHEL_MAJOR=10
 RHEL_MINOR=99
 RHEL_REBASE_NUM=1
 RHGITCOMMIT=fce15c45d3fb
@@ -72,7 +72,7 @@ RPMBUILD=rpmbuild
 SNAPSHOT=1
 SOURCES=../redhat/rpm/SOURCES
 SPECBUILD=0.rc5.fce15c45d3fb.6.test
-SPECCHANGELOG=kernel.changelog-9.99
+SPECCHANGELOG=kernel.changelog-10.99
 SPECFILE=kernel.spec
 SPECGEMINI=0
 SPECINCLUDE_AUTOMOTIVE_FILES=1
@@ -88,7 +88,7 @@ SPECPACKAGE_NAME=kernel
 SPECRELEASED_KERNEL=0
 SPECRPATCHLEVEL=1
 SPECRPMVERSION=5.16.0
-SPECRVERSION=0
+SPECRVERSION=1
 SPECSELFTESTS_MUST_BUILD=0
 SPECTARFILE_RELEASE=5.16-rc5-1-gfce15c45d3fb
 SPECVERSION=5.16.0
diff --git a/redhat/self-test/data/rhel-2585cf9dfaad.el7 b/redhat/self-test/data/rhel-2585cf9dfaad.el7
index blahblah..blahblah 100644
--- a/redhat/self-test/data/rhel-2585cf9dfaad.el7
+++ b/redhat/self-test/data/rhel-2585cf9dfaad.el7
@@ -8,10 +8,10 @@ BUILD=6
 BUILD_FLAGS=
 BUILD_PROFILE=
 BUILD_PROFILE_USERDEF=
-BUILD_TARGET=rhel-9-newest-test-pesign
+BUILD_TARGET=rhel-10-newest-test-pesign
 BUILD_TARGET_USERDEF=
 BUMP_RELEASE=yes
-CHANGELOG_EXT=changelog-9.99
+CHANGELOG_EXT=changelog-10.99
 CHECK_FOR_RELEASE_COMMIT=0
 CROSS_DISABLED_SUBPACKAGES=--without bpftool --without perf --without tools --without libperf
 CROSS_PACKAGE_LIST=cross-binutils-common cross-gcc-common diffstat glibc-static ncurses-devel numactl-devel rng-tools binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu binutils-ppc64le-linux-gnu gcc-ppc64le-linux-gnu binutils-s390x-linux-gnu gcc-s390x-linux-gnu binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu
@@ -57,10 +57,10 @@ PROCESS_CONFIGS_OPTS=-n -w -c
 REDHAT=../redhat
 RELEASED_KERNEL=0
 RELEASETAG=kernel-5.16.0-0.rc5.6.test
-RHDISTGIT_BRANCH=rhel-9.99.0
+RHDISTGIT_BRANCH=rhel-10.99.0
 RHDISTGIT_CACHE=
 RHDISTGIT_TMP=/tmp
-RHEL_MAJOR=9
+RHEL_MAJOR=10
 RHEL_MINOR=99
 RHEL_REBASE_NUM=1
 RHGITCOMMIT=2585cf9dfaad
@@ -72,7 +72,7 @@ RPMBUILD=rpmbuild
 SNAPSHOT=0
 SOURCES=../redhat/rpm/SOURCES
 SPECBUILD=0.rc5.6.test
-SPECCHANGELOG=kernel.changelog-9.99
+SPECCHANGELOG=kernel.changelog-10.99
 SPECFILE=kernel.spec
 SPECGEMINI=0
 SPECINCLUDE_AUTOMOTIVE_FILES=1
@@ -88,7 +88,7 @@ SPECPACKAGE_NAME=kernel
 SPECRELEASED_KERNEL=0
 SPECRPATCHLEVEL=1
 SPECRPMVERSION=5.16.0
-SPECRVERSION=0
+SPECRVERSION=1
 SPECSELFTESTS_MUST_BUILD=0
 SPECTARFILE_RELEASE=5.16.0-0.rc5.6.test.el7
 SPECVERSION=5.16.0
diff --git a/redhat/self-test/data/rhel-2585cf9dfaad.fc25 b/redhat/self-test/data/rhel-2585cf9dfaad.fc25
index blahblah..blahblah 100644
--- a/redhat/self-test/data/rhel-2585cf9dfaad.fc25
+++ b/redhat/self-test/data/rhel-2585cf9dfaad.fc25
@@ -8,10 +8,10 @@ BUILD=6
 BUILD_FLAGS=
 BUILD_PROFILE=
 BUILD_PROFILE_USERDEF=
-BUILD_TARGET=rhel-9-newest-test-pesign
+BUILD_TARGET=rhel-10-newest-test-pesign
 BUILD_TARGET_USERDEF=
 BUMP_RELEASE=yes
-CHANGELOG_EXT=changelog-9.99
+CHANGELOG_EXT=changelog-10.99
 CHECK_FOR_RELEASE_COMMIT=0
 CROSS_DISABLED_SUBPACKAGES=--without bpftool --without perf --without tools --without libperf
 CROSS_PACKAGE_LIST=cross-binutils-common cross-gcc-common diffstat glibc-static ncurses-devel numactl-devel rng-tools binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu binutils-ppc64le-linux-gnu gcc-ppc64le-linux-gnu binutils-s390x-linux-gnu gcc-s390x-linux-gnu binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu
@@ -57,10 +57,10 @@ PROCESS_CONFIGS_OPTS=-n -w -c
 REDHAT=../redhat
 RELEASED_KERNEL=0
 RELEASETAG=kernel-5.16.0-0.rc5.6.test
-RHDISTGIT_BRANCH=rhel-9.99.0
+RHDISTGIT_BRANCH=rhel-10.99.0
 RHDISTGIT_CACHE=
 RHDISTGIT_TMP=/tmp
-RHEL_MAJOR=9
+RHEL_MAJOR=10
 RHEL_MINOR=99
 RHEL_REBASE_NUM=1
 RHGITCOMMIT=2585cf9dfaad
@@ -72,7 +72,7 @@ RPMBUILD=rpmbuild
 SNAPSHOT=0
 SOURCES=../redhat/rpm/SOURCES
 SPECBUILD=0.rc5.6.test
-SPECCHANGELOG=kernel.changelog-9.99
+SPECCHANGELOG=kernel.changelog-10.99
 SPECFILE=kernel.spec
 SPECGEMINI=0
 SPECINCLUDE_AUTOMOTIVE_FILES=1
@@ -88,7 +88,7 @@ SPECPACKAGE_NAME=kernel
 SPECRELEASED_KERNEL=0
 SPECRPATCHLEVEL=1
 SPECRPMVERSION=5.16.0
-SPECRVERSION=0
+SPECRVERSION=1
 SPECSELFTESTS_MUST_BUILD=0
 SPECTARFILE_RELEASE=5.16.0-0.rc5.6.test.fc25
 SPECVERSION=5.16.0
diff --git a/redhat/self-test/data/rhel-78e36f3b0dae.el7 b/redhat/self-test/data/rhel-78e36f3b0dae.el7
index blahblah..blahblah 100644
--- a/redhat/self-test/data/rhel-78e36f3b0dae.el7
+++ b/redhat/self-test/data/rhel-78e36f3b0dae.el7
@@ -8,10 +8,10 @@ BUILD=6
 BUILD_FLAGS=
 BUILD_PROFILE=
 BUILD_PROFILE_USERDEF=
-BUILD_TARGET=rhel-9-newest-test-pesign
+BUILD_TARGET=rhel-10-newest-test-pesign
 BUILD_TARGET_USERDEF=
 BUMP_RELEASE=yes
-CHANGELOG_EXT=changelog-9.99
+CHANGELOG_EXT=changelog-10.99
 CHECK_FOR_RELEASE_COMMIT=0
 CROSS_DISABLED_SUBPACKAGES=--without bpftool --without perf --without tools --without libperf
 CROSS_PACKAGE_LIST=cross-binutils-common cross-gcc-common diffstat glibc-static ncurses-devel numactl-devel rng-tools binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu binutils-ppc64le-linux-gnu gcc-ppc64le-linux-gnu binutils-s390x-linux-gnu gcc-s390x-linux-gnu binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu
@@ -57,10 +57,10 @@ PROCESS_CONFIGS_OPTS=-n -w -c
 REDHAT=../redhat
 RELEASED_KERNEL=0
 RELEASETAG=kernel-5.17.0-0.rc0.78e36f3b0dae.6.test
-RHDISTGIT_BRANCH=rhel-9.99.0
+RHDISTGIT_BRANCH=rhel-10.99.0
 RHDISTGIT_CACHE=
 RHDISTGIT_TMP=/tmp
-RHEL_MAJOR=9
+RHEL_MAJOR=10
 RHEL_MINOR=99
 RHEL_REBASE_NUM=1
 RHGITCOMMIT=78e36f3b0dae
@@ -72,7 +72,7 @@ RPMBUILD=rpmbuild
 SNAPSHOT=1
 SOURCES=../redhat/rpm/SOURCES
 SPECBUILD=0.rc0.78e36f3b0dae.6.test
-SPECCHANGELOG=kernel.changelog-9.99
+SPECCHANGELOG=kernel.changelog-10.99
 SPECFILE=kernel.spec
 SPECGEMINI=0
 SPECINCLUDE_AUTOMOTIVE_FILES=1
@@ -88,7 +88,7 @@ SPECPACKAGE_NAME=kernel
 SPECRELEASED_KERNEL=0
 SPECRPATCHLEVEL=1
 SPECRPMVERSION=5.17.0
-SPECRVERSION=0
+SPECRVERSION=1
 SPECSELFTESTS_MUST_BUILD=0
 SPECTARFILE_RELEASE=5.17.0-0.rc0.78e36f3b0dae.6.test.el7
 SPECVERSION=5.17.0

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3785

-- 
_______________________________________________
kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [USB]     [Asterisk PBX]

  Powered by Linux