From 59c59495634f337772aa249bdc2b8e64141ea674 Mon Sep 17 00:00:00 2001 From: Miroslav Rezanina Date: Tue, 23 Aug 2022 01:55:13 -0400 Subject: [PATCH] * Tue Aug 23 2022 Miroslav Rezanina - 2.7.0.6-5 - wla-redhat-Mark-directories-properly-in-the-files-list.patch [bz#2114768] - Resolves: bz#2114768 ([Azure][WALA][RHEL-9] When remove package some files left) --- WALinuxAgent.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/WALinuxAgent.spec b/WALinuxAgent.spec index aee330a..47d3254 100644 --- a/WALinuxAgent.spec +++ b/WALinuxAgent.spec @@ -3,7 +3,7 @@ Name: WALinuxAgent Version: 2.7.0.6 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The Microsoft Azure Linux Agent License: ASL 2.0 @@ -110,7 +110,7 @@ install -m0755 -D -t %{buildroot}%{_prefix}/lib/dracut/modules.d/%{dracut_modnam %doc LICENSE.txt NOTICE README.md %ghost %{_localstatedir}/log/waagent.log %ghost %{_unitdir}/waagent-network-setup.service -%ghost %{_unitdir}/waagent.service.d +%ghost %dir %{_unitdir}/waagent.service.d %dir %attr(0700, root, root) %{_sharedstatedir}/waagent %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %{_sbindir}/waagent @@ -131,6 +131,11 @@ install -m0755 -D -t %{buildroot}%{_prefix}/lib/dracut/modules.d/%{dracut_modnam %endif %changelog +* Tue Aug 23 2022 Miroslav Rezanina - 2.7.0.6-5 +- wla-redhat-Mark-directories-properly-in-the-files-list.patch [bz#2114768] +- Resolves: bz#2114768 + ([Azure][WALA][RHEL-9] When remove package some files left) + * Wed Aug 17 2022 Miroslav Rezanina - 2.7.0.6-4 - wla-redhat-Remove-all-waagent-unit-files-when-uninstalli.patch [bz#2114768] - Resolves: bz#2114768