Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
d9f49242af
commit
49ee797010
@ -19,7 +19,7 @@
|
||||
|
||||
Name: WALinuxAgent
|
||||
Version: 2.0.18
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: The Microsoft Azure Linux Agent
|
||||
|
||||
Group: System Environment/Daemons
|
||||
@ -32,14 +32,14 @@ Patch0: %{name}-2.0.8-logrotate-name.patch
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python2-setuptools
|
||||
Requires: net-tools
|
||||
Requires: ntfsprogs
|
||||
Requires: openssh
|
||||
Requires: openssh-server
|
||||
Requires: openssl
|
||||
Requires: parted
|
||||
Requires: python-pyasn1
|
||||
Requires: python2-pyasn1
|
||||
|
||||
%if 0%{?rhel} && 0%{?rhel} < 7
|
||||
Conflicts: NetworkManager
|
||||
@ -131,6 +131,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 28 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.0.18-5
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.18-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user