summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-05-05 12:50:51 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-05-05 12:50:51 -0500
commit4fdfe982aedc1556d7754a55d2515f754d2b2e7d (patch)
treee812537d7863f284bd2c7669c7f7b1a61a0e80a3 /kernel.spec
parent2d4e33084f15019a901be7f4665ba14fe1020159 (diff)
downloadkernel-4fdfe982aedc1556d7754a55d2515f754d2b2e7d.tar.gz
kernel-4fdfe982aedc1556d7754a55d2515f754d2b2e7d.tar.xz
kernel-4fdfe982aedc1556d7754a55d2515f754d2b2e7d.zip
kernel-5.7.0-0.rc4.20200505git47cf1b422e60.1
* Tue May 05 2020 CKI@GitLab <cki-project@redhat.com> [5.7.0-0.rc4.20200505git47cf1b422e60.1] - 47cf1b422e60 rebase - Build ARK against ELN (Don Zickus) - Updated changelog for the release based on v5.7-rc4 ("CKI@GitLab") Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec25
1 files changed, 15 insertions, 10 deletions
diff --git a/kernel.spec b/kernel.spec
index 2e5649b49..235ebba0d 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -30,7 +30,7 @@ Summary: The Linux kernel
# For a stable, released kernel, released_kernel should be 1.
%global released_kernel 0
-%global distro_build 0.rc4.1
+%global distro_build 0.rc4.20200505git47cf1b422e60.1
%if 0%{?fedora}
%define secure_boot_arch x86_64
@@ -69,10 +69,10 @@ Summary: The Linux kernel
%endif
%define rpmversion 5.7.0
-%define pkgrelease 0.rc4.1
+%define pkgrelease 0.rc4.20200505git47cf1b422e60.1
# allow pkg_release to have configurable %%{?dist} tag
-%define specrelease 0.rc4.1%{?buildid}%{?dist}
+%define specrelease 0.rc4.20200505git47cf1b422e60.1%{?buildid}%{?dist}
%define pkg_release %{specrelease}
@@ -163,7 +163,7 @@ Summary: The Linux kernel
# Set debugbuildsenabled to 1 for production (build separate debug kernels)
# and 0 for rawhide (all kernels are debug kernels).
# See also 'make debug' and 'make release'.
-%define debugbuildsenabled 1
+%define debugbuildsenabled 0
# The kernel tarball/base version
%define kversion 5.7
@@ -506,10 +506,10 @@ BuildRequires: python3-docutils
BuildRequires: zlib-devel binutils-devel
%endif
%if %{with_selftests}
-%if 0%{?fedora}
-BuildRequires: clang llvm
-%else
+%if 0%{?el8}
BuildRequires: llvm-toolset
+%else
+BuildRequires: clang llvm
%endif
%ifnarch %{arm}
BuildRequires: numactl-devel
@@ -568,7 +568,7 @@ BuildRequires: asciidoc
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.7-rc4.tar.xz
+Source0: linux-20200505git47cf1b422e60.tar.xz
Source1: Makefile.rhelver
@@ -1276,8 +1276,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.7-rc4 -c
-mv linux-5.7-rc4 linux-%{KVERREL}
+%setup -q -n kernel-20200505git47cf1b422e60 -c
+mv linux-20200505git47cf1b422e60 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2765,6 +2765,11 @@ fi
#
#
%changelog
+* Tue May 05 2020 CKI@GitLab <cki-project@redhat.com> [5.7.0-0.rc4.20200505git47cf1b422e60.1]
+- 47cf1b422e60 rebase
+- Build ARK against ELN (Don Zickus)
+- Updated changelog for the release based on v5.7-rc4 ("CKI@GitLab")
+
* Mon May 04 2020 CKI@GitLab <cki-project@redhat.com> [5.7.0-0.rc4.1]
- v5.7-rc4 rebase
- Updated changelog for the release based on f66ed1ebbfde ("CKI@GitLab")