https://github.com/openstack/requirements/blob/stable/juno/global-requirements.txt#L43
Related-bug:#1434093
+From dd8a3badd820cc8ec2986d8cf8b77bd5aff30a7a Mon Sep 17 00:00:00 2001
+From: iberezovskiy <iberezovskiy@mirantis.com>
+Date: Mon, 6 Apr 2015 17:30:58 +0300
+Subject: [PATCH] Fix requirements.txt to support netaddr 0.7.14
+
+ MOS mirrors contain newer version of netaddr than specified
+ in requirements.txt (0.7.14). So update for requirements.txt
+ patch is required to support it LP #1439079
---
- requirements.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ requirements.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/requirements.txt b/requirements.txt
-index de06b96..933f3fd 100644
+index de06b96..ec8c603 100644
--- a/requirements.txt
+++ b/requirements.txt
-@@ -16,7 +16,7 @@ django-pyscss>=1.0.3,<=1.0.6 # BSD License (2 clause)
+@@ -16,11 +16,11 @@ django-pyscss>=1.0.3,<=1.0.6 # BSD License (2 clause)
eventlet>=0.15.1,<=0.15.2
httplib2>=0.7.5,<=0.9
iso8601>=0.1.9,<=0.1.10
# Horizon Utility Requirements
# for SECURE_KEY generation
lockfile>=0.8,<=0.8
+-netaddr>=0.7.12,<=0.7.13
++netaddr>=0.7.12
+ pyScss>=1.2.1,<1.3 # MIT License
+ python-ceilometerclient>=1.0.6,<=1.0.12
+ python-cinderclient>=1.1.0,<=1.1.1
--
1.9.1
-
#
# patches_base=2014.2.b2
#
-Patch0001: 0001-Adjust-kombu-version-in-requirements.txt.patch
+Patch0001: 0001-fix-requirements.patch
#
# BuildArch needs to be located below patches in the spec file. Don't ask!
#%{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.*
%changelog
+* Mon Apr 06 2015 Ivan Berezovskiy <iberezovskiy@mirantis.com> 2014.2.2
+- Fix netaddr in requirements.txt (LP #1439079)
+
* Mon Mar 02 2015 Mikhail Ivanov <mivanov@mirantis.com> 2014.2.2
- Update requirements
+horizon (1:2014.2.2-fuel6.1-14.04-4) trusty; urgency=medium
+
+ * Fixed patch for requirements.txt, removed upper bound for netaddr
+ because MOS mirros contains newer version (netaddr 0.7.14)
+
+ -- Ivan Berezovskiy <iberezovskiy@mirantis.com> Mon, 06 Apr 2015 17:37:10 +0300
+
horizon (1:2014.2.2-fuel6.1-14.04-3) trusty; urgency=medium
* fix kombu version in requirements (Related-bug: #1434093)
+++ /dev/null
-From 67985017f58d9e4e68b2555aa38afc4b46008b6a Mon Sep 17 00:00:00 2001
-From: Maksym Yatsenko <myatsenko@mirantis.com>
-Date: Thu, 19 Mar 2015 19:51:47 +0200
-Subject: [PATCH] Adjust-kombu-version-in-requirements.txt
-
- Adjust "kombu" version in requirements.txt:
- set the lower bound - "kombu>=2.5.0" according to
- https://github.com/openstack/requirements/blob/stable/juno/global-requirements.txt#L43
- Related-bug:#1434093
-
----
- requirements.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/requirements.txt b/requirements.txt
-index de06b96..933f3fd 100644
---- a/requirements.txt
-+++ b/requirements.txt
-@@ -16,7 +16,7 @@ django-pyscss>=1.0.3,<=1.0.6 # BSD License (2 clause)
- eventlet>=0.15.1,<=0.15.2
- httplib2>=0.7.5,<=0.9
- iso8601>=0.1.9,<=0.1.10
--kombu>=2.5.0,<=3.0.7
-+kombu>=2.5.0
- # Horizon Utility Requirements
- # for SECURE_KEY generation
- lockfile>=0.8,<=0.8
---
-1.9.1
-
--- /dev/null
+From 67985017f58d9e4e68b2555aa38afc4b46008b6a Mon Sep 17 00:00:00 2001
+From: Maksym Yatsenko <myatsenko@mirantis.com>
+Date: Thu, 19 Mar 2015 19:51:47 +0200
+Subject: [PATCH] Adjust-kombu-version-in-requirements.txt
+
+ Adjust "kombu" version in requirements.txt:
+ set the lower bound - "kombu>=2.5.0" according to
+ https://github.com/openstack/requirements/blob/stable/juno/global-requirements.txt#L43
+ Related-bug:#1434093
+
+From dd8a3badd820cc8ec2986d8cf8b77bd5aff30a7a Mon Sep 17 00:00:00 2001
+From: iberezovskiy <iberezovskiy@mirantis.com>
+Date: Mon, 6 Apr 2015 17:30:58 +0300
+Subject: [PATCH] Fix requirements.txt to support netaddr 0.7.14
+
+ MOS mirrors contain newer version of netaddr than specified
+ in requirements.txt (0.7.14). So update for requirements.txt
+ patch is required to support it LP #1439079
+---
+ requirements.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/requirements.txt b/requirements.txt
+index de06b96..ec8c603 100644
+--- a/requirements.txt
++++ b/requirements.txt
+@@ -16,11 +16,11 @@ django-pyscss>=1.0.3,<=1.0.6 # BSD License (2 clause)
+ eventlet>=0.15.1,<=0.15.2
+ httplib2>=0.7.5,<=0.9
+ iso8601>=0.1.9,<=0.1.10
+-kombu>=2.5.0,<=3.0.7
++kombu>=2.5.0
+ # Horizon Utility Requirements
+ # for SECURE_KEY generation
+ lockfile>=0.8,<=0.8
+-netaddr>=0.7.12,<=0.7.13
++netaddr>=0.7.12
+ pyScss>=1.2.1,<1.3 # MIT License
+ python-ceilometerclient>=1.0.6,<=1.0.12
+ python-cinderclient>=1.1.0,<=1.1.1
+--
+1.9.1
fix-dashboard-django-wsgi.patch
fix-dashboard-manage.patch
ubuntu_settings.patch
-adjust-kombu-version-in-requirements.txt.patch
\ No newline at end of file
+fix-requirements.patch