From 855634be09c9484a4c6aacd16d504e6ab0dbad06 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 15 Sep 2021 07:16:49 -0500 Subject: kernel-5.14.4-0 * Wed Sep 15 2021 Justin M. Forbes [5.14.4-0] - Build kernel-doc for Fedora (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 0844d2f1c..7384ed264 100755 --- a/kernel.spec +++ b/kernel.spec @@ -123,7 +123,7 @@ Summary: The Linux kernel # The kernel tarball/base version %define kversion 5.14 -%define rpmversion 5.14.3 +%define rpmversion 5.14.4 %define patchversion 5.14 %define pkgrelease 300 @@ -547,7 +547,7 @@ Release: %{pkg_release} # DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD. # SET %%nobuildarches (ABOVE) INSTEAD %if 0%{?fedora} -ExclusiveArch: x86_64 s390x %{arm} aarch64 ppc64le +ExclusiveArch: noarch x86_64 s390x %{arm} aarch64 ppc64le %else ExclusiveArch: noarch i386 i686 x86_64 s390x %{arm} aarch64 ppc64le %endif @@ -672,7 +672,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.3.tar.xz +Source0: linux-5.14.4.tar.xz Source1: Makefile.rhelver @@ -1358,8 +1358,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.3 -c -mv linux-5.14.3 linux-%{KVERREL} +%setup -q -n kernel-5.14.4 -c +mv linux-5.14.4 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2958,16 +2958,16 @@ fi # # %changelog -* Sun Sep 12 2021 Justin M. Forbes [5.14.3-300] -- Linux v5.14.3 +* Wed Sep 15 2021 Justin M. Forbes [5.14.4-300] +- Build kernel-doc for Fedora (Justin M. Forbes) -* Wed Sep 08 2021 Justin M. Forbes [5.14.2-300] +* Wed Sep 08 2021 Justin M. Forbes [5.14.3-300] - Revert "team: mark team driver as deprecated" (Justin M. Forbes) -* Fri Sep 03 2021 Justin M. Forbes [5.14.1-300] +* Fri Sep 03 2021 Justin M. Forbes [5.14.2-300] - Setup for building fedora-5.14 branch (Justin M. Forbes) -* Mon Aug 30 2021 Justin M. Forbes [5.14-0] +* Mon Aug 30 2021 Justin M. Forbes [5.14.1-300] - iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha (Justin M. Forbes) - arm64: use common CONFIG_MAX_ZONEORDER for arm kernel (Mark Salter) - Create Makefile.variables for a single point of configuration change (Justin M. Forbes) -- cgit