Disable Python2 dependent 'legacy' subpackage (#1741029)

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
This commit is contained in:
Vitaly Kuznetsov 2019-08-21 16:52:24 +02:00
parent a65f6bafe6
commit 1ab7e8eb58

View File

@ -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 <vkuznets@redhat.com> - 2.2.40-4
- Disable Python2 dependent 'legacy' subpackage (#1741029)
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.2.40-3
- Rebuilt for Python 3.8