summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-10-26 15:26:39 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2020-10-26 15:26:39 +0100
commit5bd68afb28bc574f125025b996dd94c82fe1bf99 (patch)
treea40e4a331a29c896c7421eda6ef350ed8eec6fa0 /kernel.spec
parentb68976b75474dd67753fb8cb3b50853212d05207 (diff)
parent037bd254c4a2e60dcde0cd2fd9ba0f187a9dd0b7 (diff)
downloadkernel-5bd68afb28bc574f125025b996dd94c82fe1bf99.tar.gz
kernel-5bd68afb28bc574f125025b996dd94c82fe1bf99.tar.xz
kernel-5bd68afb28bc574f125025b996dd94c82fe1bf99.zip
Merge remote-tracking branch 'origin/master' into rawhide-user-thl-vanilla-fedorakernel-5.10.0-0.rc1.56.vanilla.1.fc31
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec23
1 files changed, 14 insertions, 9 deletions
diff --git a/kernel.spec b/kernel.spec
index 227cd9c90..049804f0c 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.rc0.20201022git96485e446260.51
+%global distro_build 0.rc1.56
%if 0%{?fedora}
%define secure_boot_arch x86_64
@@ -71,13 +71,13 @@ Summary: The Linux kernel
%endif
%define rpmversion 5.10.0
-%define pkgrelease 0.rc0.20201022git96485e446260.51
+%define pkgrelease 0.rc1.56
# This is needed to do merge window version magic
%define patchlevel 10
# allow pkg_release to have configurable %%{?dist} tag
-%define specrelease 0.rc0.20201022git96485e446260.51%{?buildid}%{?dist}
+%define specrelease 0.rc1.56%{?buildid}%{?dist}
%define pkg_release %{specrelease}
@@ -184,10 +184,10 @@ Summary: The Linux kernel
# no whitelist
%define with_kernel_abi_whitelists 0
# Fedora builds these separately
+%endif
%define with_perf 0
%define with_tools 0
%define with_bpftool 0
-%endif
%if %{with_verbose}
%define make_opts V=1
@@ -568,7 +568,7 @@ BuildRequires: asciidoc
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-20201022git96485e446260.tar.xz
+Source0: linux-5.10-rc1.tar.xz
Source1: Makefile.rhelver
@@ -1212,8 +1212,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-20201022git96485e446260 -c
-mv linux-20201022git96485e446260 linux-%{KVERREL}
+%setup -q -n kernel-5.10-rc1 -c
+mv linux-5.10-rc1 linux-%{KVERREL}
cd linux-%{KVERREL}
# cp -a %{SOURCE1} .
@@ -1924,7 +1924,6 @@ BuildKernel %make_target %kernel_image %{_use_vdso}
%global perf_make \
%{__make} -s EXTRA_CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" %{?cross_opts} -C tools/perf V=1 NO_PERF_READ_VDSO32=1 NO_PERF_READ_VDSOX32=1 WERROR=0 NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 NO_GTK2=1 NO_STRLCPY=1 NO_BIONIC=1 prefix=%{_prefix} PYTHON=%{__python3}
%if %{with_perf}
-%global _lto_cflags %{nil}
# perf
# make sure check-headers.sh is executable
chmod +x tools/perf/check-headers.sh
@@ -2639,10 +2638,16 @@ fi
#
#
%changelog
-* Thu Oct 22 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc0.20201022git96485e446260.50]
+* Mon Oct 26 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc1.55]
- Filter out LTO build options from the perl ccopts ("Justin M. Forbes")
- Work around for gcc bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96377 ("Justin M. Forbes")
+* Mon Oct 26 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc1.54.test]
+- v5.10-rc1 rebase
+
+* Sat Oct 24 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc0.20201024git96485e446260.51.test]
+- [Automatic] Handle config dependency changes (Don Zickus)
+
* Thu Oct 22 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc0.20201022git96485e446260.49.test]
- 96485e446260 rebase