summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-03-04 12:29:33 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-03-04 12:29:33 -0600
commitd964bc4b81a299df5333f83c5137139b0c098cf6 (patch)
treeb578d1964ef2e2692fb999cff0b5d0d81d9b2fe9 /kernel.spec
parent70e342d8784d7ba744b795c996851da934188591 (diff)
downloadkernel-d964bc4b81a299df5333f83c5137139b0c098cf6.tar.gz
kernel-d964bc4b81a299df5333f83c5137139b0c098cf6.tar.xz
kernel-d964bc4b81a299df5333f83c5137139b0c098cf6.zip
kernel-5.11.3-300
* Thu Mar 04 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.3-300] - PCI: Add MCFG quirks for Tegra194 host controllers (Vidya Sagar) - Revert "PCI: Add MCFG quirks for Tegra194 host controllers" (Peter Robinson) - forgot to push this one earlier (Justin M. Forbes) - Reference the patch as version.patchlevel to more easily see diffs between stable releases (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec
index 7d2989886..cc70cea50 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -105,6 +105,7 @@ Summary: The Linux kernel
%endif
%define rpmversion 5.11.3
+%define stableversion 5.11
%define pkgrelease 300
# This is needed to do merge window version magic
@@ -755,7 +756,7 @@ Source4000: README.rst
%if !%{nopatches}
-Patch1: patch-%{rpmversion}-redhat.patch
+Patch1: patch-%{stableversion}-redhat.patch
%endif
# empty final patch to facilitate testing of kernel patches
@@ -1258,7 +1259,7 @@ cp -a %{SOURCE1} .
%if !%{nopatches}
-ApplyOptionalPatch patch-%{rpmversion}-redhat.patch
+ApplyOptionalPatch patch-%{stableversion}-redhat.patch
%endif
ApplyOptionalPatch linux-kernel-test.patch
@@ -2762,6 +2763,12 @@ fi
#
#
%changelog
+* Thu Mar 04 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.3-300]
+- PCI: Add MCFG quirks for Tegra194 host controllers (Vidya Sagar)
+- Revert "PCI: Add MCFG quirks for Tegra194 host controllers" (Peter Robinson)
+- forgot to push this one earlier (Justin M. Forbes)
+- Reference the patch as version.patchlevel to more easily see diffs between stable releases (Justin M. Forbes)
+
* Thu Mar 04 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.3-5]
- arm64: dts: rockchip: disable USB type-c DisplayPort (Jian-Hong Pan)
- Build PHY_TEGRA194_P2U and PCIE_TEGRA194_HOST in, not as modules (Peter Robinson)