summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-03-11 16:14:12 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2021-03-11 16:15:04 +0100
commit6b1a7068e6228e0f3cc9a0889e97dc4b88794d37 (patch)
tree60a6bdd80c32aff3fef811f8ee1940c488bcd8f9
parentec3b1533d7781a2c1786b2cd755df439773838de (diff)
downloadkernel-6b1a7068e6228e0f3cc9a0889e97dc4b88794d37.tar.gz
kernel-6b1a7068e6228e0f3cc9a0889e97dc4b88794d37.tar.xz
kernel-6b1a7068e6228e0f3cc9a0889e97dc4b88794d37.zip
-rwxr-xr-xkernel.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index cbf5a5cc9..1949a9f50 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -106,7 +106,7 @@ Summary: The Linux kernel
%define primary_target rhel
%endif
-%define rpmversion 5.11.5
+%define rpmversion 5.11.6
%define stableversion 5.11
%define pkgrelease 125
@@ -607,7 +607,7 @@ BuildRequires: asciidoc
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.11.5.tar.xz
+Source0: linux-5.11.6.tar.xz
Source1: Makefile.rhelver
@@ -1257,8 +1257,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.11.5 -c
-mv linux-5.11.5 linux-%{KVERREL}
+%setup -q -n kernel-5.11.6 -c
+mv linux-5.11.6 linux-%{KVERREL}
cd linux-%{KVERREL}
# cp -a %{SOURCE1} .