|
@@ -3,8 +3,8 @@
|
|
|
%define srcname paramiko
|
|
|
|
|
|
Name: python-paramiko
|
|
|
-Version: 1.7.6
|
|
|
-Release: 3%{?_dist_release}
|
|
|
+Version: 1.7.7.1
|
|
|
+Release: 1%{?_dist_release}
|
|
|
Summary: A SSH2 protocol library for python
|
|
|
Summary(ja): python 用 SSH2 プロトコルライブラリ
|
|
|
|
|
@@ -18,7 +18,7 @@ BuildArch: noarch
|
|
|
BuildRequires: python-setuptools
|
|
|
BuildRequires: python-devel
|
|
|
|
|
|
-Requires: python-crypto >= 1.9
|
|
|
+Requires: python-crypto >= 2.1
|
|
|
|
|
|
%description
|
|
|
Paramiko (a combination of the esperanto words for "paranoid" and "friend") is
|
|
@@ -33,7 +33,8 @@ encrypted tunnel. (This is how sftp works, for example.)
|
|
|
%prep
|
|
|
%setup -q -n %{srcname}-%{version}
|
|
|
%{__chmod} a-x demos/*
|
|
|
-%{__sed} -i -e '/^#!/,1d' demos/* paramiko/rng*
|
|
|
+#%{__sed} -i -e '/^#!/,1d' demos/* paramiko/rng*
|
|
|
+%{__sed} -i -e '/^#!/,1d' demos/*
|
|
|
|
|
|
%build
|
|
|
CFLAGS="$RPM_OPT_FLAGS" %{__python} -c 'import setuptools; execfile("setup.py")' build
|
|
@@ -51,8 +52,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%{python_sitelib}/*
|
|
|
|
|
|
%changelog
|
|
|
-* Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 1.7.6-3
|
|
|
-- rebuild with python-2.6
|
|
|
+* Wed Jul 20 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.7.7.1-1
|
|
|
+- new upstream release
|
|
|
+- changed Requires: python-crypto >= 2.1
|
|
|
|
|
|
* Thu Nov 5 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.7.6-2
|
|
|
- added BuildRequires: python-devel
|