summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2022-05-30 09:54:35 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2022-05-30 09:55:42 +0200
commit12db3b408b68291d893246b7ab84721c927f7672 (patch)
tree24bc257bdff1ba98ff5f1f64bb6c5041d1d63df3
parent2ce3d149aa8746e661edf35de2f6cc212ea4fd01 (diff)
downloadkernel-12db3b408b68291d893246b7ab84721c927f7672.tar.gz
kernel-12db3b408b68291d893246b7ab84721c927f7672.tar.xz
kernel-12db3b408b68291d893246b7ab84721c927f7672.zip
-rwxr-xr-xkernel.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index 64df07b1d..68b01ec1d 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -133,7 +133,7 @@ Summary: The Linux kernel
# The kernel tarball/base version
%define kversion 5.17
-%define rpmversion 5.17.11
+%define rpmversion 5.17.12
%define patchversion 5.17
%define pkgrelease 100
@@ -698,7 +698,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.17.11.tar.xz
+Source0: linux-5.17.12.tar.xz
Source1: Makefile.rhelver
@@ -1390,8 +1390,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.17.11 -c
-mv linux-5.17.11 linux-%{KVERREL}
+%setup -q -n kernel-5.17.12 -c
+mv linux-5.17.12 linux-%{KVERREL}
cd linux-%{KVERREL}
# cp -a %{SOURCE1} .