summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-09-22 16:06:03 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-09-22 16:06:03 -0500
commitc44a1b4e38ea3d8481a05c8bdb7f5356c3f03cfe (patch)
treee45e96f884470f93e069916bc181be75fd6bc16e /kernel.spec
parentf9c8b320c285fc86cf44c05a6c0391b93bd17b28 (diff)
downloadkernel-c44a1b4e38ea3d8481a05c8bdb7f5356c3f03cfe.tar.gz
kernel-c44a1b4e38ea3d8481a05c8bdb7f5356c3f03cfe.tar.xz
kernel-c44a1b4e38ea3d8481a05c8bdb7f5356c3f03cfe.zip
kernel-5.15-0.rc1.20210918git4357f03d6611.16
* Sat Sep 18 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.15-0.rc1.20210918git4357f03d6611.16] - redhat: bump RHEL_MAJOR and add the changelog file for it (Herton R. Krzesinski) - redhat: add documentation about the os-build rebase process (Herton R. Krzesinski) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec16
1 files changed, 7 insertions, 9 deletions
diff --git a/kernel.spec b/kernel.spec
index 11d8b0e8e..172f173fb 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -78,9 +78,9 @@ Summary: The Linux kernel
# Set debugbuildsenabled to 0 to not build a separate debug kernel, but
# to build the base kernel using the debug configuration. (Specifying
# the --with-release option overrides this setting.)
-%define debugbuildsenabled 1
+%define debugbuildsenabled 0
-%global distro_build 0.rc2.18
+%global distro_build 0.rc2.20210922git92477dd1faa6.20
%if 0%{?fedora}
%define secure_boot_arch x86_64
@@ -125,13 +125,13 @@ Summary: The Linux kernel
%define rpmversion 5.15.0
%define patchversion 5.15
-%define pkgrelease 0.rc2.18
+%define pkgrelease 0.rc2.20210922git92477dd1faa6.20
# This is needed to do merge window version magic
%define patchlevel 15
# allow pkg_release to have configurable %%{?dist} tag
-%define specrelease 0.rc2.18%{?buildid}%{?dist}
+%define specrelease 0.rc2.20210922git92477dd1faa6.20%{?buildid}%{?dist}
%define pkg_release %{specrelease}
@@ -394,8 +394,6 @@ Summary: The Linux kernel
# sparse blows up on ppc
%ifnarch ppc64le
%define with_sparse 0
-# Temporarily turn off selftests as they are failing to build on ppc
-%define with_selftests 0
%endif
# zfcpdump mechanism is s390 only
@@ -674,7 +672,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.15-rc2.tar.xz
+Source0: linux-5.15-rc2-32-g92477dd1faa6.tar.xz
Source1: Makefile.rhelver
@@ -1360,8 +1358,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.15-rc2 -c
-mv linux-5.15-rc2 linux-%{KVERREL}
+%setup -q -n kernel-5.15-rc2-32-g92477dd1faa6 -c
+mv linux-5.15-rc2-32-g92477dd1faa6 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .