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
|
Name: WALinuxAgent
|
||||||
Version: 2.2.25
|
Version: 2.2.25
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Microsoft Azure Linux Agent
|
Summary: The Microsoft Azure Linux Agent
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -12,7 +12,6 @@ BuildArch: noarch
|
|||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
Requires: net-tools
|
|
||||||
Requires: ntfsprogs
|
Requires: ntfsprogs
|
||||||
Requires: openssh
|
Requires: openssh
|
||||||
Requires: openssh-server
|
Requires: openssh-server
|
||||||
@ -35,6 +34,7 @@ Summary: The Microsoft Azure Linux Agent (legacy)
|
|||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Requires: %name = %version-%release
|
Requires: %name = %version-%release
|
||||||
Requires: python2
|
Requires: python2
|
||||||
|
Requires: net-tools
|
||||||
|
|
||||||
%description legacy
|
%description legacy
|
||||||
The Microsoft Azure Linux Agent supporting old version of extensions.
|
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
|
%{_sbindir}/waagent2.0
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 16 2018 Vitaly Kuznetsov <vkuznets@redhat.com> - 2.2.25-1
|
||||||
- Update to 2.2.25
|
- Update to 2.2.25
|
||||||
- Switch to Python3
|
- Switch to Python3
|
||||||
|
Loading…
Reference in New Issue
Block a user