Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Spec file updates to fix install on RHEL. Closes #593.
Browse files Browse the repository at this point in the history
  • Loading branch information
chambridge committed May 29, 2018
1 parent 928159c commit 14ce26e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions rho.spec
Expand Up @@ -20,17 +20,20 @@ BuildArch: noarch
BuildRequires: %{py2_prefix}-devel
BuildRequires: %{py2_prefix}-setuptools
BuildRequires: pandoc
Requires: %{py2_prefix}-netaddr
BuildRequires: %{py2_prefix}-crypto
Requires: %{py2_prefix}-netaddr
Requires: ansible
Requires: %{py2_prefix}-pexpect
%{?fedora:Requires: python2-pexpect}
%{?rhel:Requires: pexpect}
Requires: %{py2_prefix}-six
Requires: %{py2_prefix}-enum34
Requires: %{py2_prefix}-pyyaml
%{?fedora:Requires: python2-pyyaml}
%{?rhel:Requires: PyYAML}
%{?rhel:Requires: epel-release}
Requires: %{py2_prefix}-future
Requires: %{py2_prefix}-sh
Requires: %{py2_prefix}-pyxdg
Requires: python2-future
Requires: python2-sh
%{?fedora:Requires: python2-pyxdg}
%{?rhel:Requires: pyxdg}

%description
Rho is a tool for scanning your network, logging into systems via SSH, and
Expand Down

0 comments on commit 14ce26e

Please sign in to comment.