* Tue Mar 25 2025 Miroslav Rezanina <mrezanin@redhat.com> - 2.9.1.1-10

- wla-redhat-Explicitly-list-udev-rule-requirements-in-the.patch [RHEL-84073]
- wla-redhat-Include-10-azure-unmanaged-sriov.rules-into-i.patch [RHEL-84073]
- Resolves: RHEL-84073
  ([Azure][ARM][RHEL-9] Kdump cannot save vmcore via ssh or nfs [rhel-10])
This commit is contained in:
Miroslav Rezanina 2025-03-25 07:16:36 -04:00
parent f9de8a962a
commit a40903006e
2 changed files with 9 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Name: WALinuxAgent
Version: 2.9.1.1
Release: 9%{?dist}
Release: 10%{?dist}
Summary: The Microsoft Azure Linux Agent
License: Apache-2.0
@ -131,6 +131,12 @@ rm -rf %{_unitdir}/waagent.service.d/
%endif
%changelog
* Tue Mar 25 2025 Miroslav Rezanina <mrezanin@redhat.com> - 2.9.1.1-10
- wla-redhat-Explicitly-list-udev-rule-requirements-in-the.patch [RHEL-84073]
- wla-redhat-Include-10-azure-unmanaged-sriov.rules-into-i.patch [RHEL-84073]
- Resolves: RHEL-84073
([Azure][ARM][RHEL-9] Kdump cannot save vmcore via ssh or nfs [rhel-10])
* Mon Jan 13 2025 Miroslav Rezanina <mrezanin@redhat.com> - 2.9.1.1-9
- wla-redhat-Add-a-udev-rule-to-avoid-managing-slave-NICs-.patch [RHEL-68796]
- Resolves: RHEL-68796

View File

@ -12,5 +12,6 @@ depends() {
# called by dracut
install() {
inst_rules 66-azure-storage.rules 99-azure-product-uuid.rules
inst_multiple cut readlink chmod
inst_rules 10-azure-unmanaged-sriov.rules 66-azure-storage.rules 99-azure-product-uuid.rules
}