summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-03-08 08:13:34 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-03-08 08:13:34 -0600
commitec33e5d539ad6a99b3d62dd82262030aee3d6298 (patch)
tree3ef79ffb862d5080cc57f26c53aca051ea2542e1 /kernel.spec
parent3422e04a2e31dba3e17af206f160d4fc409f4250 (diff)
downloadkernel-ec33e5d539ad6a99b3d62dd82262030aee3d6298.tar.gz
kernel-ec33e5d539ad6a99b3d62dd82262030aee3d6298.tar.xz
kernel-ec33e5d539ad6a99b3d62dd82262030aee3d6298.zip
kernel-5.11.4-6
* Sun Mar 07 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.4-6] - 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.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec
index d10170be7..58cf4162b 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -104,7 +104,7 @@ Summary: The Linux kernel
%define primary_target rhel
%endif
-%define rpmversion 5.11.3
+%define rpmversion 5.11.4
%define stableversion 5.11
%define pkgrelease 50
@@ -603,7 +603,7 @@ BuildRequires: asciidoc
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.11.3.tar.xz
+Source0: linux-5.11.4.tar.xz
Source1: Makefile.rhelver
@@ -1251,8 +1251,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.11.3 -c
-mv linux-5.11.3 linux-%{KVERREL}
+%setup -q -n kernel-5.11.4 -c
+mv linux-5.11.4 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2763,7 +2763,7 @@ fi
#
#
%changelog
-* Fri Mar 05 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.3-50]
+* Sun Mar 07 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.4-6]
- 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)