From 4ad065d6e4fe3028019570282e9b22ee1d2553c1 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Apr 25 2018 11:32:07 +0000 Subject: Drop net-tools dependency (#1106781) Signed-off-by: Vitaly Kuznetsov --- diff --git a/WALinuxAgent.spec b/WALinuxAgent.spec index 7feffe4..723c474 100644 --- a/WALinuxAgent.spec +++ b/WALinuxAgent.spec @@ -1,6 +1,6 @@ Name: WALinuxAgent Version: 2.2.25 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Microsoft Azure Linux Agent Group: System Environment/Daemons @@ -12,7 +12,6 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools -Requires: net-tools Requires: ntfsprogs Requires: openssh Requires: openssh-server @@ -35,6 +34,7 @@ Summary: The Microsoft Azure Linux Agent (legacy) Group: System Environment/Daemons Requires: %name = %version-%release Requires: python2 +Requires: net-tools %description legacy The Microsoft Azure Linux Agent supporting old version of extensions. @@ -91,6 +91,9 @@ mv %{buildroot}%{_sysconfdir}/logrotate.d/waagent.logrotate %{buildroot}%{_sysco %{_sbindir}/waagent2.0 %changelog +* Wed Apr 25 2018 Vitaly Kuznetsov - 2.2.25-2 +- Move net-tools dependency to WALinuxAgent-legacy (#1106781) + * Mon Apr 16 2018 Vitaly Kuznetsov - 2.2.25-1 - Update to 2.2.25 - Switch to Python3