From 2a9d09376649636f94c09eaddb3e0034644f62cb Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Mon, 30 May 2022 09:56:12 +0200 Subject: Revert "5.17.4" This reverts commit 5f02f4120381449c8a32b1602c7389ef586b4dfd. --- kernel.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kernel.spec b/kernel.spec index 0ca3e99ce..fbc0a46be 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.4 +%define rpmversion 5.17.3 %define patchversion 5.17 %define pkgrelease 200 @@ -141,7 +141,7 @@ Summary: The Linux kernel %define patchlevel 17 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 125%{?buildid}%{?dist} +%define specrelease 225%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -698,7 +698,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.17.4.tar.xz +Source0: linux-5.17.3.tar.xz Source1: Makefile.rhelver @@ -1390,8 +1390,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.17.4 -c -mv linux-5.17.4 linux-%{KVERREL} +%setup -q -n kernel-5.17.3 -c +mv linux-5.17.3 linux-%{KVERREL} cd linux-%{KVERREL} # cp -a %{SOURCE1} . -- cgit