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
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-01-17 14:47:37 +0000
3+++ debian/changelog 2014-01-24 15:03:23 +0000
4@@ -1,3 +1,12 @@
5+ironic (2014.1~b2-0ubuntu1) trusty; urgency=medium
6+
7+ * New upstream release.
8+ * debian/control: Add python-oslo.rootwrap.
9+ * debian/patches/fix-requirements.patch: Adjust dependencies
10+ for sqlalchemy and webob.
11+
12+ -- Chuck Short <zulcss@ubuntu.com> Fri, 24 Jan 2014 10:01:25 -0500
13+
14 ironic (0.0~git20140117-0ubuntu1) trusty; urgency=low
15
16 * Initial release.
17
18=== modified file 'debian/control'
19--- debian/control 2014-01-24 14:42:48 +0000
20+++ debian/control 2014-01-24 15:03:23 +0000
21@@ -24,6 +24,7 @@
22 python-stevedore (>= 0.12),
23 websockify,
24 python-oslo.config (>= 1.2.0),
25+ python-oslo.rootwrap,
26 python-pecan (>= 0.2.0),
27 python-six (>= 1.4.1),
28 python-jsonpatch (>= 1.1),
29
30=== added directory 'debian/patches'
31=== added file 'debian/patches/fix-requirements.patch'
32--- debian/patches/fix-requirements.patch 1970-01-01 00:00:00 +0000
33+++ debian/patches/fix-requirements.patch 2014-01-24 15:03:23 +0000
34@@ -0,0 +1,21 @@
35+Description: Fix requirements on Ubuntu.
36+Author: Chuck Short <zulcss@ubuntu.com>
37+Forwarded: Not-needed
38+diff -Naurp ironic-2014.1.b2.orig/requirements.txt ironic-2014.1.b2/requirements.txt
39+--- ironic-2014.1.b2.orig/requirements.txt 2014-01-23 11:15:29.000000000 -0500
40++++ ironic-2014.1.b2/requirements.txt 2014-01-24 09:54:48.908969175 -0500
41+@@ -1,12 +1,12 @@
42+ pbr>=0.5.21,<1.0
43+-SQLAlchemy>=0.7.8,<=0.7.99
44++SQLAlchemy>=0.7.8,<=0.8.99
45+ amqplib>=0.6.1
46+ anyjson>=0.3.3
47+ argparse
48+ eventlet>=0.13.0
49+ kombu>=2.4.8
50+ lxml>=2.3
51+-WebOb>=1.2.3,<1.3
52++WebOb>=1.2.3
53+ greenlet>=0.3.2
54+ sqlalchemy-migrate>=0.8.2
55+ netaddr>=0.7.6
56
57=== added file 'debian/patches/series'
58--- debian/patches/series 1970-01-01 00:00:00 +0000
59+++ debian/patches/series 2014-01-24 15:03:23 +0000
60@@ -0,0 +1,1 @@
61+fix-requirements.patch

Subscribers

People subscribed via source and target branches