From 5144551153ed984ebe5a128f7bf8081ce21a383d Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Apr 19 2018 00:02:03 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/rho.spec b/rho.spec index c987eb5..551251b 100644 --- a/rho.spec +++ b/rho.spec @@ -2,7 +2,7 @@ Name: rho Version: 0.0.33 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An SSH system profiler Group: Applications/Internet @@ -11,22 +11,22 @@ URL: http://github.com/quipucords/rho Source0: http://chambridge.fedorapeople.org/rho/rho-0.0.33-1.tar.gz BuildArch: noarch -BuildRequires: python-devel +BuildRequires: python2-devel %{?fedora:BuildRequires: python2-setuptools} %{?rhel:BuildRequires: python-setuptools} BuildRequires: pandoc -Requires: python-netaddr +Requires: python2-netaddr %{?fedora:BuildRequires: python2-crypto} %{?rhel:BuildRequires: python-crypto} Requires: ansible -Requires: pexpect -Requires: python-six -Requires: python-enum34 -Requires: PyYAML +Requires: python2-pexpect +Requires: python2-six +Requires: python2-enum34 +Requires: python2-pyyaml %{?rhel:Requires: epel-release} Requires: python2-future Requires: python2-sh -Requires: pyxdg +Requires: python2-pyxdg %description Rho is a tool for scanning your network, logging into systems via SSH, and @@ -59,6 +59,10 @@ cp -rp roles %{buildroot}%{_datadir}/ansible/%{name}/ %{_datadir}/ansible/%{name}/roles/* %changelog +* Thu Apr 19 2018 Iryna Shcherbina - 0.0.33-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Mar 21 2018 Noah Lavine 0.0.33-1 - Bug fix to Ansible task bash globbing (nlavine@redhat.com) - Bug fix for unicode truncation (chambrid@redhat.com)