diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-07-20 15:04:14 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-07-20 15:04:14 -0500 |
commit | f87831b57c604db06324d934072d4547fdddefd2 (patch) | |
tree | 7e21603a6df32bed7b17c17faab05a7925288539 /kernel.spec | |
parent | f513b403b05ef868f3e0aa14a4c5e57b6b85661c (diff) | |
download | kernel-f87831b57c604db06324d934072d4547fdddefd2.tar.gz kernel-f87831b57c604db06324d934072d4547fdddefd2.tar.xz kernel-f87831b57c604db06324d934072d4547fdddefd2.zip |
kernel-5.13.4-200
* Tue Jul 20 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.4-200]
- RHEL configs need this too (Justin M. Forbes)
- kernel-5.13.4-0 (Justin M. Forbes)
- Config update for 5.13.4 (Justin M. Forbes)
- kernel-5.13.3-0 (Justin M. Forbes)
- Don't tag a release as [redhat] (Justin M. Forbes)
- platform/x86: amd-pmc: Fix missing unlock on error in amd_pmc_send_cmd() (Yang Yingliang)
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-x | kernel.spec | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec index 1895219a5..13d59cd1c 100755 --- a/kernel.spec +++ b/kernel.spec @@ -116,7 +116,7 @@ Summary: The Linux kernel # The kernel tarball/base version %define kversion 5.13 -%define rpmversion 5.13.3 +%define rpmversion 5.13.4 %define stableversion 5.13 %define pkgrelease 200 @@ -646,7 +646,7 @@ BuildRequires: clang # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.13.3.tar.xz +Source0: linux-5.13.4.tar.xz Source1: Makefile.rhelver @@ -1316,8 +1316,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.13.3 -c -mv linux-5.13.3 linux-%{KVERREL} +%setup -q -n kernel-5.13.4 -c +mv linux-5.13.4 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2888,7 +2888,16 @@ fi # # %changelog -* Mon Jul 19 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.3-200] +* Tue Jul 20 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.4-200] +- RHEL configs need this too (Justin M. Forbes) +- kernel-5.13.4-0 (Justin M. Forbes) +- Config update for 5.13.4 (Justin M. Forbes) +- kernel-5.13.3-0 (Justin M. Forbes) +- Don't tag a release as [redhat] (Justin M. Forbes) +- platform/x86: amd-pmc: Fix missing unlock on error in amd_pmc_send_cmd() (Yang Yingliang) + +* Tue Jul 20 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.4-0] +- Config update for 5.13.4 (Justin M. Forbes) - kernel-5.13.3-0 (Justin M. Forbes) - Don't tag a release as [redhat] (Justin M. Forbes) - platform/x86: amd-pmc: Fix missing unlock on error in amd_pmc_send_cmd() (Yang Yingliang) |