summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-07-19 08:19:34 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-07-19 08:19:34 -0500
commitb5ca3711ffbb61a965604242c7c76cbd969132b8 (patch)
tree8bf05780fad0a128d207690e74ca0a3a938ce0bd /kernel.spec
parent9dd145afd403f614f5bd0391b76544609837b7bc (diff)
downloadkernel-b5ca3711ffbb61a965604242c7c76cbd969132b8.tar.gz
kernel-b5ca3711ffbb61a965604242c7c76cbd969132b8.tar.xz
kernel-b5ca3711ffbb61a965604242c7c76cbd969132b8.zip
kernel-5.13.3-300
* Mon Jul 19 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.3-300] - 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-xkernel.spec17
1 files changed, 13 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index 2d8a3e8f1..bcf597096 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.2
+%define rpmversion 5.13.3
%define stableversion 5.13
%define pkgrelease 300
@@ -646,7 +646,7 @@ BuildRequires: clang
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.13.2.tar.xz
+Source0: linux-5.13.3.tar.xz
Source1: Makefile.rhelver
@@ -1315,8 +1315,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.13.2 -c
-mv linux-5.13.2 linux-%{KVERREL}
+%setup -q -n kernel-5.13.3 -c
+mv linux-5.13.3 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2886,6 +2886,15 @@ fi
#
#
%changelog
+* Mon Jul 19 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.3-300]
+- 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)
+
+* Mon Jul 19 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.3-0]
+- 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)
+
* Wed Jul 14 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.2-0]
- platform/x86: amd-pmc: Use return code on suspend (Mario Limonciello)
- ACPI: PM: Only mark EC GPE for wakeup on Intel systems (Mario Limonciello)