summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index d8fcf33fc..940fd017c 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.19
+%define rpmversion 5.14.20
%define patchversion 5.14
%define pkgrelease 200
@@ -672,7 +672,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.14.19.tar.xz
+Source0: linux-5.14.20.tar.xz
Source1: Makefile.rhelver
@@ -1358,8 +1358,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.14.19 -c
-mv linux-5.14.19 linux-%{KVERREL}
+%setup -q -n kernel-5.14.20 -c
+mv linux-5.14.20 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2958,6 +2958,9 @@ fi
#
#
%changelog
+* Thu Nov 18 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.20-1]
+- Drop F33 from release_targets as pushes are already disabled in dist-git (Justin M. Forbes)
+
* Wed Nov 17 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.19-1]
- platform/x86: thinkpad_acpi: Add support for dual fan control (Jimmy Wang)
- Fedora: Enable MediaTek bluetooth pieces (Peter Robinson)