Merge lp:~gandelman-a/ubuntu/saucy/cinder/greenlet_min into lp:~ubuntu-server-dev/cinder/havana

Proposed by Adam Gandelman
Status: Merged
Approved by: Chuck Short
Approved revision: 124
Merged at revision: 126
Proposed branch: lp:~gandelman-a/ubuntu/saucy/cinder/greenlet_min
Merge into: lp:~ubuntu-server-dev/cinder/havana
Diff against target: 46 lines (+12/-4)
2 files modified
debian/changelog (+8/-0)
debian/control (+4/-4)
To merge this branch: bzr merge lp:~gandelman-a/ubuntu/saucy/cinder/greenlet_min
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+176272@code.launchpad.net

Description of the change

Set required python-greenlet (>= 0.3.2), as per requirements.txt.

To post a comment you must log in.
124. By Adam Gandelman

Set min. python-eventlet (>= 0.12.0).

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-07-22 14:03:56 +0000
+++ debian/changelog 2013-07-22 19:31:25 +0000
@@ -1,3 +1,11 @@
1cinder (1:2013.2~b2-0ubuntu4) UNRELEASED; urgency=low
2
3 * debian/control:
4 - Add minimum requirement python-greenelet (>= 0.3.2).
5 - Add minimum requirement python-eventlet (>= 0.12.0).
6
7 -- Adam Gandelman <adamg@ubuntu.com> Mon, 22 Jul 2013 12:18:16 -0700
8
1cinder (1:2013.2~b2-0ubuntu3) saucy; urgency=low9cinder (1:2013.2~b2-0ubuntu3) saucy; urgency=low
210
3 * debian/patches/fix-sqlalchemy-requirements.patch: Fix requirements for sqlalchemy11 * debian/patches/fix-sqlalchemy-requirements.patch: Fix requirements for sqlalchemy
412
=== modified file 'debian/control'
--- debian/control 2013-07-17 18:31:23 +0000
+++ debian/control 2013-07-22 19:31:25 +0000
@@ -8,10 +8,10 @@
8 python-anyjson (>= 0.3.3),8 python-anyjson (>= 0.3.3),
9 python-coverage,9 python-coverage,
10 python-d2to1,10 python-d2to1,
11 python-eventlet,11 python-eventlet (>= 0.12.0),
12 python-fixtures,12 python-fixtures,
13 python-glanceclient,13 python-glanceclient,
14 python-greenlet,14 python-greenlet (>= 0.3.2),
15 python-hp3parclient (>= 1.0.0),15 python-hp3parclient (>= 1.0.0),
16 python-iso8601,16 python-iso8601,
17 python-keystoneclient (>= 1:0.2.3),17 python-keystoneclient (>= 1:0.2.3),
@@ -51,11 +51,11 @@
51Depends:51Depends:
52 python-amqplib,52 python-amqplib,
53 python-anyjson (>= 0.3.3),53 python-anyjson (>= 0.3.3),
54 python-eventlet,54 python-eventlet (>= 0.12.0),
55 python-glanceclient,55 python-glanceclient,
56 python-keystoneclient (>= 1:0.2.3),56 python-keystoneclient (>= 1:0.2.3),
57 python-oslo.config,57 python-oslo.config,
58 python-greenlet,58 python-greenlet (>= 0.3.2),
59 python-iso8601,59 python-iso8601,
60 python-kombu (>= 2.5.12),60 python-kombu (>= 2.5.12),
61 python-lockfile,61 python-lockfile,

Subscribers

People subscribed via source and target branches