summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-06-30 13:16:55 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-06-30 13:16:55 -0500
commit2a5bce723cd5f3eab40cefa9c523f17eb171ed9d (patch)
treeaaf613542d8a6556e8e168f9836b28552b333075 /kernel.spec
parent4de13ae7a31ed22a932cace44f3e09ab627dd407 (diff)
downloadkernel-2a5bce723cd5f3eab40cefa9c523f17eb171ed9d.tar.gz
kernel-2a5bce723cd5f3eab40cefa9c523f17eb171ed9d.tar.xz
kernel-2a5bce723cd5f3eab40cefa9c523f17eb171ed9d.zip
kernel-5.12.14-0
* Wed Jun 30 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.14-0] - Add CONFIG_SYSTEM_REVOCATION_LIST backported config option for 5.12.14 (Justin M. Forbes) - can: bcm: delay release of struct bcm_op after synchronize_rcu (Thadeu Lima de Souza Cascardo) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index 02e058be1..c3f04b924 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -106,7 +106,7 @@ Summary: The Linux kernel
%define primary_target rhel
%endif
-%define rpmversion 5.12.13
+%define rpmversion 5.12.14
%define stableversion 5.12
%define pkgrelease 200
@@ -623,7 +623,7 @@ BuildRequires: clang
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.12.13.tar.xz
+Source0: linux-5.12.14.tar.xz
Source1: Makefile.rhelver
@@ -1277,8 +1277,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.12.13 -c
-mv linux-5.12.13 linux-%{KVERREL}
+%setup -q -n kernel-5.12.14 -c
+mv linux-5.12.14 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2792,6 +2792,10 @@ fi
#
#
%changelog
+* Wed Jun 30 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.14-0]
+- Add CONFIG_SYSTEM_REVOCATION_LIST backported config option for 5.12.14 (Justin M. Forbes)
+- can: bcm: delay release of struct bcm_op after synchronize_rcu (Thadeu Lima de Souza Cascardo)
+
* Wed Jun 16 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.11-0]
- Bluetooth: btqca: Don't modify firmware contents in-place (Connor Abbott)