pkg: Fix Fedora 35

I would curse at the person that wrote this mess, but that was me
This commit is contained in:
Dorian Stoll 2021-11-03 20:26:36 +01:00
parent f40da4eac5
commit 821d8f0685
No known key found for this signature in database
GPG key ID: F1DACD02C619442A

View file

@ -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)