From 2b1cfe09b5a45428dfd852cbbb2667a89f3ca241 Mon Sep 17 00:00:00 2001 From: Jon Maloy Date: Fri, 11 Apr 2025 17:36:05 -0400 Subject: [PATCH] * Fri Apr 11 2025 Jon Maloy - 2.7.0.6-13 - wla-redhat-Include-10-azure-unmanaged-sriov.rules-into-i.patch [RHEL-40957] - Resolves: RHEL-40957 ([Azure][ARM][RHEL-9] Kdump cannot save vmcore via ssh or nfs) --- WALinuxAgent.spec | 7 ++++++- module-setup-udev.sh | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/WALinuxAgent.spec b/WALinuxAgent.spec index 539ab65..ad20c25 100644 --- a/WALinuxAgent.spec +++ b/WALinuxAgent.spec @@ -4,7 +4,7 @@ Name: WALinuxAgent Version: 2.7.0.6 -Release: 12%{?dist} +Release: 13%{?dist} Summary: The Microsoft Azure Linux Agent License: ASL 2.0 @@ -164,6 +164,11 @@ rm -rf %{_unitdir}/waagent.service.d/ %endif %changelog +* Fri Apr 11 2025 Jon Maloy - 2.7.0.6-13 +- wla-redhat-Include-10-azure-unmanaged-sriov.rules-into-i.patch [RHEL-40957] +- Resolves: RHEL-40957 + ([Azure][ARM][RHEL-9] Kdump cannot save vmcore via ssh or nfs) + * Wed Apr 02 2025 Jon Maloy - 2.7.0.6-12 - wla-redhat-Include-10-azure-unmanaged-sriov.rules-into-i.patch [RHEL-40957] - Resolves: RHEL-40957 diff --git a/module-setup-udev.sh b/module-setup-udev.sh index ed7300d..056b197 100644 --- a/module-setup-udev.sh +++ b/module-setup-udev.sh @@ -13,5 +13,5 @@ depends() { # called by dracut install() { inst_multiple cut readlink chmod - inst_rules 66-azure-storage.rules 99-azure-product-uuid.rules + inst_rules 10-azure-unmanaged-sriov.rules 66-azure-storage.rules 99-azure-product-uuid.rules }