From 50eae01f2289f3dfd21255f689c70b969a558eab Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 30 2018 05:07:19 +0000 Subject: import python-paramiko-2.1.1-5.el7 --- diff --git a/SPECS/python-paramiko.spec b/SPECS/python-paramiko.spec index 0e12594..e8150d1 100644 --- a/SPECS/python-paramiko.spec +++ b/SPECS/python-paramiko.spec @@ -10,7 +10,7 @@ Name: python-%{srcname} Version: 2.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Provides: python2-paramiko = %{version}-%{release} Summary: SSH2 protocol library for python @@ -67,7 +67,7 @@ Python 3 version. %package doc Summary: Docs and demo for SSH2 protocol library for python BuildRequires: /usr/bin/sphinx-build -BuildRequires: python-sphinx-theme-alabaster +BuildRequires: python2-sphinx-theme-alabaster Requires: %{name} = %{version}-%{release} %description doc @@ -120,6 +120,9 @@ rm -f html/.buildinfo %doc html/ demos/ %changelog +* Fri Jul 20 2018 Jake Hunsaker - 2.1.1-5 +- Rebuild for move from Extras to Base for 7.6 + * Thu Mar 22 2018 Pavel Cahyna - 2.1.1-4 - Add a dependency on python2-pyasn1. It used to be a dependency of python2-cryptography, but it is not the case with newer versions.