summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-03-09 11:58:55 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2021-03-09 11:58:55 +0100
commit1fb5bce5a4e04e890d201b0f16ca548755ee7fcf (patch)
treef48ffe6425e5b1a4a3ac083587c8339896a2a83d
parentc18026b7b69b56efc2a068a92556e52331c9140c (diff)
downloadkernel-1fb5bce5a4e04e890d201b0f16ca548755ee7fcf.tar.gz
kernel-1fb5bce5a4e04e890d201b0f16ca548755ee7fcf.tar.xz
kernel-1fb5bce5a4e04e890d201b0f16ca548755ee7fcf.zip
-rwxr-xr-xkernel.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec
index cf336e2b7..4f20ba3d2 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -106,7 +106,7 @@ Summary: The Linux kernel
%define primary_target rhel
%endif
-%define rpmversion 5.11.4
+%define rpmversion 5.11.5
%define stableversion 5.11
%define pkgrelease 300
@@ -116,7 +116,7 @@ Summary: The Linux kernel
# allow pkg_release to have configurable %%{?dist} tag
%define specrelease 350%{?buildid}%{?dist}
-%define fedorabase 5.11.2
+%define fedorabase 5.11.4
%define pkg_release %{specrelease}
@@ -607,7 +607,7 @@ BuildRequires: asciidoc
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.11.4.tar.xz
+Source0: linux-5.11.5.tar.xz
Source1: Makefile.rhelver
@@ -1257,8 +1257,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.11.4 -c
-mv linux-5.11.4 linux-%{KVERREL}
+%setup -q -n kernel-5.11.5 -c
+mv linux-5.11.5 linux-%{KVERREL}
cd linux-%{KVERREL}
# cp -a %{SOURCE1} .