From 2a309c832f8251c278d44066641fc7a871d7390e Mon Sep 17 00:00:00 2001 From: Miroslav Rezanina Date: Mon, 6 Feb 2023 03:25:40 -0500 Subject: [PATCH] * Mon Feb 06 2023 Miroslav Rezanina - 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]) --- WALinuxAgent.spec | 7 ++++++- module-setup-udev.sh | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/WALinuxAgent.spec b/WALinuxAgent.spec index b35a380..0169ed3 100644 --- a/WALinuxAgent.spec +++ b/WALinuxAgent.spec @@ -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 - 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 - 2.7.0.6-7 - wla-redhat-Azure-CVM-specific-udev-rules.patch [bz#2162668] - Resolves: bz#2162668 diff --git a/module-setup-udev.sh b/module-setup-udev.sh index 00d0eb7..ed7300d 100644 --- a/module-setup-udev.sh +++ b/module-setup-udev.sh @@ -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 }