diff --git a/WALinuxAgent.spec b/WALinuxAgent.spec index 9d9878a..e2c6a1a 100644 --- a/WALinuxAgent.spec +++ b/WALinuxAgent.spec @@ -3,7 +3,7 @@ Name: WALinuxAgent Version: 2.9.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Microsoft Azure Linux Agent License: Apache-2.0 @@ -121,6 +121,9 @@ install -m0755 -D -t %{buildroot}%{_prefix}/lib/dracut/modules.d/%{dracut_modnam %endif %changelog +* Wed May 08 2024 Jeremy Cline - 2.9.1.1-2 +- Add the udev dependencies to the dracut module + * Wed Oct 18 2023 Vitaly Kuznetsov - 2.9.1.1-1 - Update to 2.9.1.1 (#2232763) diff --git a/module-setup.sh b/module-setup.sh index 00d0eb7..9d29893 100644 --- a/module-setup.sh +++ b/module-setup.sh @@ -12,5 +12,6 @@ depends() { # called by dracut install() { + inst_multiple chmod cut readlink inst_rules 66-azure-storage.rules 99-azure-product-uuid.rules }