diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-07-07 10:50:22 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-07-07 10:50:22 -0500 |
commit | baeb476246c66cdc0ceffa6ffe156237c7e7b0df (patch) | |
tree | b7c7c931f444578411cbcf2bfc9860800e829d3d /kernel.spec | |
parent | bf3c1fb3c7ee35f333b807c5c0b41727c9c0bffc (diff) | |
download | kernel-baeb476246c66cdc0ceffa6ffe156237c7e7b0df.tar.gz kernel-baeb476246c66cdc0ceffa6ffe156237c7e7b0df.tar.xz kernel-baeb476246c66cdc0ceffa6ffe156237c7e7b0df.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-x | kernel.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec index 2070ae5ae..02475ea0c 100755 --- a/kernel.spec +++ b/kernel.spec @@ -106,7 +106,7 @@ Summary: The Linux kernel %define primary_target rhel %endif -%define rpmversion 5.12.14 +%define rpmversion 5.12.15 %define stableversion 5.12 %define pkgrelease 300 @@ -623,7 +623,7 @@ BuildRequires: clang # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.12.14.tar.xz +Source0: linux-5.12.15.tar.xz Source1: Makefile.rhelver @@ -1277,8 +1277,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.12.14 -c -mv linux-5.12.14 linux-%{KVERREL} +%setup -q -n kernel-5.12.15 -c +mv linux-5.12.15 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . |