Merge lp:~zulcss/ironic/2014.1.b2 into lp:~ubuntu-server-dev/ironic/icehouse

Proposed by Chuck Short
Status: Merged
Approved by: Chuck Short
Approved revision: 9
Merge reported by: James Page
Merged at revision: not available
Proposed branch: lp:~zulcss/ironic/2014.1.b2
Merge into: lp:~ubuntu-server-dev/ironic/icehouse
Diff against target: 61 lines (+32/-0)
4 files modified
debian/changelog (+9/-0)
debian/control (+1/-0)
debian/patches/fix-requirements.patch (+21/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~zulcss/ironic/2014.1.b2
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+203090@code.launchpad.net

Description of the change

2014.1.b2

To post a comment you must log in.
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 2014-01-17 14:47:37 +0000
+++ debian/changelog 2014-01-24 15:03:23 +0000
@@ -1,3 +1,12 @@
1ironic (2014.1~b2-0ubuntu1) trusty; urgency=medium
2
3 * New upstream release.
4 * debian/control: Add python-oslo.rootwrap.
5 * debian/patches/fix-requirements.patch: Adjust dependencies
6 for sqlalchemy and webob.
7
8 -- Chuck Short <zulcss@ubuntu.com> Fri, 24 Jan 2014 10:01:25 -0500
9
1ironic (0.0~git20140117-0ubuntu1) trusty; urgency=low10ironic (0.0~git20140117-0ubuntu1) trusty; urgency=low
211
3 * Initial release.12 * Initial release.
413
=== modified file 'debian/control'
--- debian/control 2014-01-24 14:42:48 +0000
+++ debian/control 2014-01-24 15:03:23 +0000
@@ -24,6 +24,7 @@
24 python-stevedore (>= 0.12),24 python-stevedore (>= 0.12),
25 websockify,25 websockify,
26 python-oslo.config (>= 1.2.0),26 python-oslo.config (>= 1.2.0),
27 python-oslo.rootwrap,
27 python-pecan (>= 0.2.0),28 python-pecan (>= 0.2.0),
28 python-six (>= 1.4.1),29 python-six (>= 1.4.1),
29 python-jsonpatch (>= 1.1),30 python-jsonpatch (>= 1.1),
3031
=== added directory 'debian/patches'
=== added file 'debian/patches/fix-requirements.patch'
--- debian/patches/fix-requirements.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/fix-requirements.patch 2014-01-24 15:03:23 +0000
@@ -0,0 +1,21 @@
1Description: Fix requirements on Ubuntu.
2Author: Chuck Short <zulcss@ubuntu.com>
3Forwarded: Not-needed
4diff -Naurp ironic-2014.1.b2.orig/requirements.txt ironic-2014.1.b2/requirements.txt
5--- ironic-2014.1.b2.orig/requirements.txt 2014-01-23 11:15:29.000000000 -0500
6+++ ironic-2014.1.b2/requirements.txt 2014-01-24 09:54:48.908969175 -0500
7@@ -1,12 +1,12 @@
8 pbr>=0.5.21,<1.0
9-SQLAlchemy>=0.7.8,<=0.7.99
10+SQLAlchemy>=0.7.8,<=0.8.99
11 amqplib>=0.6.1
12 anyjson>=0.3.3
13 argparse
14 eventlet>=0.13.0
15 kombu>=2.4.8
16 lxml>=2.3
17-WebOb>=1.2.3,<1.3
18+WebOb>=1.2.3
19 greenlet>=0.3.2
20 sqlalchemy-migrate>=0.8.2
21 netaddr>=0.7.6
022
=== added file 'debian/patches/series'
--- debian/patches/series 1970-01-01 00:00:00 +0000
+++ debian/patches/series 2014-01-24 15:03:23 +0000
@@ -0,0 +1,1 @@
1fix-requirements.patch

Subscribers

People subscribed via source and target branches