From 8c53f1d5c15745da0ba3aeae438030b6a0371f37 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 07 2018 09:35:49 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/cloud-utils.spec b/cloud-utils.spec index 4a00b52..5b2c4ad 100644 --- a/cloud-utils.spec +++ b/cloud-utils.spec @@ -1,7 +1,7 @@ Summary: Cloud image management utilities Name: cloud-utils Version: 0.30 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3 Group: System Environment/Base URL: https://launchpad.net/cloud-utils/ @@ -27,8 +27,8 @@ Requires: gawk Requires: e2fsprogs Requires: euca2ools Requires: file -Requires: python -Requires: python-paramiko +Requires: python2 +Requires: python2-paramiko Requires: qemu-img Requires: util-linux @@ -120,6 +120,10 @@ cp man/growpart.* $RPM_BUILD_ROOT/%{_mandir}/man1/ %changelog +* Wed Feb 07 2018 Iryna Shcherbina - 0.30-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Feb 07 2018 Fedora Release Engineering - 0.30-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild