Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74c8dfa9d4 |
2 changed files with 5 additions and 1 deletions
|
|
@ -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 <jeremycline@microsoft.com> - 2.9.1.1-2
|
||||
- Add the udev dependencies to the dracut module
|
||||
|
||||
* Wed Oct 18 2023 Vitaly Kuznetsov <vkuznets@redhat.com> - 2.9.1.1-1
|
||||
- Update to 2.9.1.1 (#2232763)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue