From 821d8f0685ebad0fa2c05c7080f45eafb28ad08c Mon Sep 17 00:00:00 2001 From: Dorian Stoll Date: Wed, 3 Nov 2021 20:26:36 +0100 Subject: [PATCH] pkg: Fix Fedora 35 I would curse at the person that wrote this mess, but that was me --- pkg/fedora/kernel-surface/kernel-surface.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/fedora/kernel-surface/kernel-surface.spec b/pkg/fedora/kernel-surface/kernel-surface.spec index c00366639..8070af517 100755 --- a/pkg/fedora/kernel-surface/kernel-surface.spec +++ b/pkg/fedora/kernel-surface/kernel-surface.spec @@ -2,7 +2,7 @@ # Definitions to configure the kernel we want to build # -%global kernel_tag_fc34 kernel-5.14.15-300.fc35 +%global kernel_tag_fc35 kernel-5.14.15-300.fc35 %global kernel_tag_fc34 kernel-5.14.15-200.fc34 %global kernel_tag_fc33 kernel-5.14.15-100.fc33 @@ -13,7 +13,7 @@ # This is what is printed in the GRUB menu. These cannot be fetched from the # buildhost, because in a container this will also say container. To get the # same text as the default kernels, just hardcode it. Hey, this is important! -%global fedora_title_fc34 35 (Thirty Five) +%global fedora_title_fc35 35 (Thirty Five) %global fedora_title_fc34 34 (Thirty Four) %global fedora_title_fc33 33 (Thirty Three)