summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-09-23 07:17:31 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2021-09-23 07:17:31 +0200
commit0ff99063348bf7613106acfa95b5784efbbdf2a6 (patch)
treebb9113de3b3b7fff93dccd3bdbe565ae5a058bd0 /kernel.spec
parenta3cf1ea19f632ed31579804c10764f271126cc96 (diff)
parentc44a1b4e38ea3d8481a05c8bdb7f5356c3f03cfe (diff)
downloadkernel-0ff99063348bf7613106acfa95b5784efbbdf2a6.tar.gz
kernel-0ff99063348bf7613106acfa95b5784efbbdf2a6.tar.xz
kernel-0ff99063348bf7613106acfa95b5784efbbdf2a6.zip
Merge remote-tracking branch 'origin/rawhide' into rawhide-user-thl-vanilla-fedorakernel-5.15.0-0.rc2.20210922git92477dd1faa6.20.vanilla.1.fc34
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 ee919a20c..b13373734 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
@@ -127,13 +127,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}
@@ -396,8 +396,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
@@ -676,7 +674,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
@@ -1362,8 +1360,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} .