From 1ab7e8eb58927147127d1a416f95183d424d98cc Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Wed, 21 Aug 2019 16:52:24 +0200 Subject: [PATCH] Disable Python2 dependent 'legacy' subpackage (#1741029) Signed-off-by: Vitaly Kuznetsov --- WALinuxAgent.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/WALinuxAgent.spec b/WALinuxAgent.spec index d005bb5..5ba3277 100644 --- a/WALinuxAgent.spec +++ b/WALinuxAgent.spec @@ -1,8 +1,8 @@ -%global with_legacy 1 +%global with_legacy 0 Name: WALinuxAgent Version: 2.2.40 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The Microsoft Azure Linux Agent License: ASL 2.0 @@ -100,6 +100,9 @@ mv %{buildroot}%{_sysconfdir}/logrotate.d/waagent.logrotate %{buildroot}%{_sysco %endif %changelog +* Wed Aug 21 2019 Vitaly Kuznetsov - 2.2.40-4 +- Disable Python2 dependent 'legacy' subpackage (#1741029) + * Mon Aug 19 2019 Miro HronĨok - 2.2.40-3 - Rebuilt for Python 3.8