From c28f53527ac48e949971da2e18b414f83cf32638 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 09 2018 13:45:21 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-pyghmi.spec b/python-pyghmi.spec index 624adbb..9ef8580 100644 --- a/python-pyghmi.spec +++ b/python-pyghmi.spec @@ -2,7 +2,7 @@ Name: python-%{sname} Version: 1.0.22 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python General Hardware Management Initiative (IPMI and others) License: ASL 2.0 @@ -11,8 +11,8 @@ Source0: http://tarballs.openstack.org/%{sname}/%{sname}-%{version}.tar.g BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools -BuildRequires: python-pbr +BuildRequires: python2-setuptools +BuildRequires: python2-pbr %global _description\ This is a pure python implementation of the IPMI protocol.\ @@ -22,7 +22,7 @@ This is a pure python implementation of the IPMI protocol.\ %package -n python2-%{sname} Summary: %summary -Requires: python-crypto >= 2.6 +Requires: python2-crypto >= 2.6 %{?python_provide:%python_provide python2-%{sname}} %description -n python2-%{sname} %_description @@ -56,6 +56,10 @@ rm -rf {test-,}requirements.txt %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 1.0.22-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.0.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild