* 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:
parent
d909050d90
commit
2a309c832f
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: WALinuxAgent
|
Name: WALinuxAgent
|
||||||
Version: 2.7.0.6
|
Version: 2.7.0.6
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: The Microsoft Azure Linux Agent
|
Summary: The Microsoft Azure Linux Agent
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -159,6 +159,11 @@ rm -rf %{_unitdir}/waagent.service.d/
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 23 2023 Miroslav Rezanina <mrezanin@redhat.com> - 2.7.0.6-7
|
||||||
- wla-redhat-Azure-CVM-specific-udev-rules.patch [bz#2162668]
|
- wla-redhat-Azure-CVM-specific-udev-rules.patch [bz#2162668]
|
||||||
- Resolves: bz#2162668
|
- Resolves: bz#2162668
|
||||||
|
@ -12,5 +12,6 @@ depends() {
|
|||||||
|
|
||||||
# called by dracut
|
# called by dracut
|
||||||
install() {
|
install() {
|
||||||
|
inst_multiple cut readlink chmod
|
||||||
inst_rules 66-azure-storage.rules 99-azure-product-uuid.rules
|
inst_rules 66-azure-storage.rules 99-azure-product-uuid.rules
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user