* 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:
parent
f9de8a962a
commit
a40903006e
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: WALinuxAgent
|
Name: WALinuxAgent
|
||||||
Version: 2.9.1.1
|
Version: 2.9.1.1
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: The Microsoft Azure Linux Agent
|
Summary: The Microsoft Azure Linux Agent
|
||||||
|
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -131,6 +131,12 @@ rm -rf %{_unitdir}/waagent.service.d/
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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]
|
- wla-redhat-Add-a-udev-rule-to-avoid-managing-slave-NICs-.patch [RHEL-68796]
|
||||||
- Resolves: RHEL-68796
|
- Resolves: RHEL-68796
|
||||||
|
@ -12,5 +12,6 @@ depends() {
|
|||||||
|
|
||||||
# called by dracut
|
# called by dracut
|
||||||
install() {
|
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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user