Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-02-28 23:33:04 +01:00
parent d9f49242af
commit 49ee797010

View File

@ -19,7 +19,7 @@
Name: WALinuxAgent Name: WALinuxAgent
Version: 2.0.18 Version: 2.0.18
Release: 4%{?dist} Release: 5%{?dist}
Summary: The Microsoft Azure Linux Agent Summary: The Microsoft Azure Linux Agent
Group: System Environment/Daemons Group: System Environment/Daemons
@ -32,14 +32,14 @@ Patch0: %{name}-2.0.8-logrotate-name.patch
BuildArch: noarch BuildArch: noarch
BuildRequires: python2-devel BuildRequires: python2-devel
BuildRequires: python-setuptools BuildRequires: python2-setuptools
Requires: net-tools Requires: net-tools
Requires: ntfsprogs Requires: ntfsprogs
Requires: openssh Requires: openssh
Requires: openssh-server Requires: openssh-server
Requires: openssl Requires: openssl
Requires: parted Requires: parted
Requires: python-pyasn1 Requires: python2-pyasn1
%if 0%{?rhel} && 0%{?rhel} < 7 %if 0%{?rhel} && 0%{?rhel} < 7
Conflicts: NetworkManager Conflicts: NetworkManager
@ -131,6 +131,10 @@ fi
%endif %endif
%changelog %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 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.18-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild