Merge lp:~zulcss/cinder/icehouse-ftbfs into lp:~ubuntu-server-dev/cinder/icehouse

Proposed by Chuck Short
Status: Merged
Approved by: Chuck Short
Approved revision: 149
Merged at revision: 149
Proposed branch: lp:~zulcss/cinder/icehouse-ftbfs
Merge into: lp:~ubuntu-server-dev/cinder/icehouse
Diff against target: 96 lines (+27/-32)
6 files modified
debian/changelog (+8/-1)
debian/cinder-common.install (+1/-0)
debian/patches/fix-babel-requirements.patch (+0/-17)
debian/patches/fix-requirements.patch (+17/-0)
debian/patches/fix-sqlalchemy-requirements.patch (+0/-12)
debian/patches/series (+1/-2)
To merge this branch: bzr merge lp:~zulcss/cinder/icehouse-ftbfs
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+196932@code.launchpad.net

Description of the change

Icehouse fixes

To post a comment you must log in.
Revision history for this message
James Page (james-page) wrote :

debian/paches/fix-requirements.patch:

Did you mean to drop rtslib-fb rather than replace it with rtslib?

review: Needs Information
Revision history for this message
James Page (james-page) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-10-22 16:53:20 +0000
+++ debian/changelog 2013-11-27 16:10:14 +0000
@@ -1,6 +1,13 @@
1cinder (1:2013.2-0ubuntu2) UNRELEASED; urgency=low1cinder (1:2013.2-0ubuntu2) UNRELEASED; urgency=low
22
3 * debian/control: open icehouse release.3 * debian/control:
4 - Open icehouse release.
5 - Add python-rtslib as a dependency.
6 * debian/patches/fix-sqlalchemy-requirements.patch: Dropped no longer needed.
7 * debian/patches/fix-babel-requirements.patch: Dropped no longer needed.
8 * debian/paches/fix-requirements.patch: Fixed up requirements.txt for
9 dependencies we have in Ubuntu.
10 * debian/cinder-common.install: Add "cinder-rtstool".
411
5 -- Chuck Short <zulcss@ubuntu.com> Tue, 22 Oct 2013 09:53:20 -070012 -- Chuck Short <zulcss@ubuntu.com> Tue, 22 Oct 2013 09:53:20 -0700
613
714
=== modified file 'debian/cinder-common.install'
--- debian/cinder-common.install 2013-05-17 17:05:27 +0000
+++ debian/cinder-common.install 2013-11-27 16:10:14 +0000
@@ -7,3 +7,4 @@
7usr/bin/cinder-manage7usr/bin/cinder-manage
8usr/bin/cinder-rootwrap8usr/bin/cinder-rootwrap
9usr/bin/cinder-rpc-zmq-receiver9usr/bin/cinder-rpc-zmq-receiver
10usr/bin/cinder-rtstool
1011
=== removed file 'debian/patches/fix-babel-requirements.patch'
--- debian/patches/fix-babel-requirements.patch 2013-10-03 00:22:17 +0000
+++ debian/patches/fix-babel-requirements.patch 1970-01-01 00:00:00 +0000
@@ -1,17 +0,0 @@
1Author: Revert new babel requirements.
2Author: Chuck Short <zulcss@ubuntu.com>
3Forwarded: No, https://review.openstack.org/#/c/48739/
4diff --git a/requirements.txt b/requirements.txt
5index 219962d..01ec2e6 100644
6--- a/requirements.txt
7+++ b/requirements.txt
8@@ -2,7 +2,7 @@ pbr>=0.5.21,<1.0
9 amqplib>=0.6.1
10 anyjson>=0.3.3
11 argparse
12-Babel>=1.3
13+Babel>=0.9.6
14 eventlet>=0.13.0
15 greenlet>=0.3.2
16 iso8601>=0.1.4
17
180
=== added file 'debian/patches/fix-requirements.patch'
--- debian/patches/fix-requirements.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/fix-requirements.patch 2013-11-27 16:10:14 +0000
@@ -0,0 +1,17 @@
1Description: Update requirements to match Ubuntu.
2Author: Chuck Short <zulcss@ubuntu.com>
3Forwarded: No
4diff -Naurp cinder-2014.1.dev551.g1c6ad38.orig/requirements.txt cinder-2014.1.dev551.g1c6ad38/requirements.txt
5--- cinder-2014.1.dev551.g1c6ad38.orig/requirements.txt 2013-11-27 08:49:27.000000000 -0500
6+++ cinder-2014.1.dev551.g1c6ad38/requirements.txt 2013-11-27 10:57:45.067332399 -0500
7@@ -18,9 +18,8 @@ python-keystoneclient>=0.4.1
8 python-novaclient>=2.15.0
9 python-swiftclient>=1.5
10 Routes>=1.12.3
11-rtslib-fb>=2.1.39
12 six>=1.4.1
13-SQLAlchemy>=0.7.8,<=0.7.99
14+SQLAlchemy>=0.7.8,<=0.8.99
15 sqlalchemy-migrate>=0.7.2
16 stevedore>=0.10
17 suds>=0.4
018
=== removed file 'debian/patches/fix-sqlalchemy-requirements.patch'
--- debian/patches/fix-sqlalchemy-requirements.patch 2013-10-04 12:40:30 +0000
+++ debian/patches/fix-sqlalchemy-requirements.patch 1970-01-01 00:00:00 +0000
@@ -1,12 +0,0 @@
1diff -Naurp cinder-2013.2.rc1.orig/requirements.txt cinder-2013.2.rc1/requirements.txt
2--- cinder-2013.2.rc1.orig/requirements.txt 2013-10-04 05:11:50.000000000 -0400
3+++ cinder-2013.2.rc1/requirements.txt 2013-10-04 08:33:32.072164528 -0400
4@@ -20,7 +20,7 @@ python-novaclient>=2.15.0
5 python-swiftclient>=1.5
6 Routes>=1.12.3
7 six
8-SQLAlchemy>=0.7.8,<=0.7.99
9+SQLAlchemy>=0.7.8,<=0.8.99
10 sqlalchemy-migrate>=0.7.2
11 stevedore>=0.10
12 suds>=0.4
130
=== modified file 'debian/patches/series'
--- debian/patches/series 2013-10-03 00:22:17 +0000
+++ debian/patches/series 2013-11-27 16:10:14 +0000
@@ -1,2 +1,1 @@
1fix-sqlalchemy-requirements.patch1fix-requirements.patch
2fix-babel-requirements.patch

Subscribers

People subscribed via source and target branches