From 49ee7970109da8ffdc53036dd1a1ec8c9fafcf5e Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Wed, 28 Feb 2018 23:33:04 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- WALinuxAgent.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/WALinuxAgent.spec b/WALinuxAgent.spec index d00e9b1..8ddca10 100644 --- a/WALinuxAgent.spec +++ b/WALinuxAgent.spec @@ -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 - 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 - 2.0.18-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild