summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-07-31 08:47:20 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2021-07-31 08:47:25 +0200
commit13279fc48945abcc0b59995ca1bc4566048e080b (patch)
treed871fb629ba34f1a7aa9e1f5d02f2b3b67fb35e5
parentd847e746ae776804f1c51fc203acd5f055735e78 (diff)
downloadkernel-5.13.7-150.vanilla.1.fc33.tar.gz
kernel-5.13.7-150.vanilla.1.fc33.tar.xz
kernel-5.13.7-150.vanilla.1.fc33.zip
-rwxr-xr-xkernel.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index 1ce97e904..49681e7c7 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -119,7 +119,7 @@ Summary: The Linux kernel
# The kernel tarball/base version
%define kversion 5.13
-%define rpmversion 5.13.6
+%define rpmversion 5.13.7
%define stableversion 5.13
%define pkgrelease 100
@@ -649,7 +649,7 @@ BuildRequires: clang
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.13.6.tar.xz
+Source0: linux-5.13.7.tar.xz
Source1: Makefile.rhelver
@@ -1318,8 +1318,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.13.6 -c
-mv linux-5.13.6 linux-%{KVERREL}
+%setup -q -n kernel-5.13.7 -c
+mv linux-5.13.7 linux-%{KVERREL}
cd linux-%{KVERREL}
# cp -a %{SOURCE1} .