* Mon Feb 06 2023 Miroslav Rezanina <mrezanin@redhat.com> - 2.7.0.6-8

- wla-redhat-Explicitly-list-udev-rule-requirements-in-the.patch [bz#2165042]
- Resolves: bz#2165042
  ([9.0.z] /dev/disk/azure/ is created as symlink to sr0 or sda and not as a directory[Azure])
This commit is contained in:
Miroslav Rezanina 2023-02-06 03:25:40 -05:00
parent d909050d90
commit 2a309c832f
2 changed files with 7 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Name: WALinuxAgent
Version: 2.7.0.6
Release: 7%{?dist}
Release: 8%{?dist}
Summary: The Microsoft Azure Linux Agent
License: ASL 2.0
@ -159,6 +159,11 @@ rm -rf %{_unitdir}/waagent.service.d/
%endif
%changelog
* Mon Feb 06 2023 Miroslav Rezanina <mrezanin@redhat.com> - 2.7.0.6-8
- wla-redhat-Explicitly-list-udev-rule-requirements-in-the.patch [bz#2165042]
- Resolves: bz#2165042
([9.0.z] /dev/disk/azure/ is created as symlink to sr0 or sda and not as a directory[Azure])
* Mon Jan 23 2023 Miroslav Rezanina <mrezanin@redhat.com> - 2.7.0.6-7
- wla-redhat-Azure-CVM-specific-udev-rules.patch [bz#2162668]
- Resolves: bz#2162668

View File

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