Drop net-tools dependency (#1106781)
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
This commit is contained in:
parent
50f82e5053
commit
4ad065d6e4
@ -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 <vkuznets@redhat.com> - 2.2.25-2
|
||||
- Move net-tools dependency to WALinuxAgent-legacy (#1106781)
|
||||
|
||||
* Mon Apr 16 2018 Vitaly Kuznetsov <vkuznets@redhat.com> - 2.2.25-1
|
||||
- Update to 2.2.25
|
||||
- Switch to Python3
|
||||
|
Loading…
Reference in New Issue
Block a user