fixup! fixup! Use fedpkg custom Azure Ubuntu 5.4 kernel with Wireguard

This commit is contained in:
Nils Hanke 2022-12-29 14:09:29 +01:00
parent 89eeb26788
commit aa3e728f13
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ csps := aws qemu gcp azure
certs := $(PKI)/PK.cer $(PKI)/KEK.cer $(PKI)/db.cer
GCP_FIXED_KERNEL_RPMS := kernel-5.19.17-300.fc37.x86_64.rpm kernel-core-5.19.17-300.fc37.x86_64.rpm kernel-modules-5.19.17-300.fc37.x86_64.rpm
AZURE_DEBUG_KERNEL_RPMS := kernel-5.4.214-300.fc37.x86_64.rpm kernel-core-5.4.214-300.fc37.x86_64.rpm kernel-modules-5.4.214-300.fc37.x86_64.rpm
AZURE_DEBUG_KERNEL_RPMS := kernel-5.4.214-300.local.fc37.x86_64.rpm kernel-core-5.4.214-300.local.fc37.x86_64.rpm kernel-modules-5.4.214-300.local.fc37.x86_64.rpm
PREBUILT_RPMS_GCP := $(addprefix prebuilt/gcp/rpms/,$(GCP_FIXED_KERNEL_RPMS))
PREBUILT_RPMS_AZURE := $(addprefix prebuilt/azure/rpms/,$(AZURE_DEBUG_KERNEL_RPMS))

View File

@ -8,6 +8,6 @@ BasePackages=conditional
Packages=systemd
util-linux
dracut
prebuilt/azure/rpms/kernel-5.4.214-300.fc37.x86_64.rpm
prebuilt/azure/rpms/kernel-core-5.4.214-300.fc37.x86_64.rpm
prebuilt/azure/rpms/kernel-modules-5.4.214-300.fc37.x86_64.rpm
prebuilt/azure/rpms/kernel-5.4.214-300.local.fc37.x86_64.rpm
prebuilt/azure/rpms/kernel-core-5.4.214-300.local.fc37.x86_64.rpm
prebuilt/azure/rpms/kernel-modules-5.4.214-300.local.fc37.x86_64.rpm