Merge lp:~gandelman-a/ubuntu/saucy/cinder/paramiko_vers into lp:~openstack-ubuntu-testing/cinder/havana

Proposed by Adam Gandelman
Status: Merged
Approved by: Chuck Short
Approved revision: 102
Merged at revision: 103
Proposed branch: lp:~gandelman-a/ubuntu/saucy/cinder/paramiko_vers
Merge into: lp:~openstack-ubuntu-testing/cinder/havana
Diff against target: 54 lines (+28/-2)
3 files modified
debian/changelog (+6/-2)
debian/patches/avoid_paramiko_vers_depends.patch (+21/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~gandelman-a/ubuntu/saucy/cinder/paramiko_vers
Reviewer Review Type Date Requested Status
Openstack Ubuntu Testers Pending
Review via email: mp+165522@code.launchpad.net

Description of the change

Avoid the hard version requirement on paramiko. Our package is patched to fix the bug that caused upstream to require 0.8. I'm currently working on getting new upstream release into Debian, so we can drop this when that comes.

(This supercedes a merge I mistakenly targeted at the grizzly branch)

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-05-17 17:05:27 +0000
+++ debian/changelog 2013-05-24 02:34:26 +0000
@@ -1,4 +1,4 @@
1cinder (1:2013.2.a226.g1d6de0f-0ubuntu1) UNRELEASED; urgency=low1cinder (1:2013.2.a226.g1d6de0f-0ubuntu2) UNRELEASED; urgency=low
22
3 [ Chuck Short ]3 [ Chuck Short ]
4 * New upstream version.4 * New upstream version.
@@ -14,7 +14,11 @@
14 package build process (its just way to late).14 package build process (its just way to late).
15 * debian/control: Drop surplus BD on python-cheetah.15 * debian/control: Drop surplus BD on python-cheetah.
1616
17 -- Chuck Short <zulcss@ubuntu.com> Tue, 30 Apr 2013 08:09:08 -050017 [ Adam Gandelman ]
18 * debian/patches/avoid_paramiko_vers_depends.patch: Avoid version
19 requirement on paramiko.
20
21 -- Adam Gandelman <adamg@ubuntu.com> Thu, 23 May 2013 19:12:56 -0700
1822
19cinder (1:2013.1-0ubuntu2) raring; urgency=low23cinder (1:2013.1-0ubuntu2) raring; urgency=low
2024
2125
=== added file 'debian/patches/avoid_paramiko_vers_depends.patch'
--- debian/patches/avoid_paramiko_vers_depends.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/avoid_paramiko_vers_depends.patch 2013-05-24 02:34:26 +0000
@@ -0,0 +1,21 @@
1From: Adam Gandelman <adamg@ubuntu.com>
2Date: Thu May 23 19:12:03 PDT 2013
3Remove version requirements of paramiko dependency until new upstream paramiko
4version is packaged. Current version in Saucy (1.7.7.1-3.1ubuntu1) has a
5cherry-picked patch to avoid the bug that prompted the version requirement
6here.
7
8
9Index: cinder/tools/pip-requires
10===================================================================
11--- cinder.orig/tools/pip-requires 2013-05-23 19:09:24.115223372 -0700
12+++ cinder/tools/pip-requires 2013-05-23 19:10:22.699221220 -0700
13@@ -11,7 +11,7 @@
14 lockfile>=0.8
15 lxml>=2.3
16 oslo.config>=1.1.0
17-paramiko>=1.8.0
18+paramiko
19 paste
20 pastedeploy>=1.5.0
21 python-glanceclient>=0.5.0,<2
022
=== added file 'debian/patches/series'
--- debian/patches/series 1970-01-01 00:00:00 +0000
+++ debian/patches/series 2013-05-24 02:34:26 +0000
@@ -0,0 +1,1 @@
1avoid_paramiko_vers_depends.patch

Subscribers

People subscribed via source and target branches