From: Thomas Goirand Date: Wed, 1 Jul 2015 03:03:23 +0000 (+0000) Subject: Added requirements.txt patch for SQLA version. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=915883aac9679879ec09ca32ee719f04b015506b;p=openstack-build%2Fneutron-build.git Added requirements.txt patch for SQLA version. --- diff --git a/debian/changelog b/debian/changelog index 5de499c0a..018215130 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +neutron (2015.1.0+2015.06.24.git61.bdf194a0e1-3) unstable; urgency=medium + + * Added requirements.txt patch for SQLA version. + + -- Thomas Goirand Wed, 01 Jul 2015 03:02:58 +0000 + neutron (2015.1.0+2015.06.24.git61.bdf194a0e1-2) unstable; urgency=medium * Rebuilt for sqlalchemy 1.0.6. diff --git a/debian/patches/fixed-sqla-upper-bound.patch b/debian/patches/fixed-sqla-upper-bound.patch new file mode 100644 index 000000000..f3d6153a2 --- /dev/null +++ b/debian/patches/fixed-sqla-upper-bound.patch @@ -0,0 +1,16 @@ +Description: Allow working with SQLA 1.0.6 +Author: Thomas Goirand +Forwarded: no +Last-Update: 2015-07-01 + +--- neutron-2015.1.0+2015.06.24.git61.bdf194a0e1.orig/requirements.txt ++++ neutron-2015.1.0+2015.06.24.git61.bdf194a0e1/requirements.txt +@@ -16,7 +16,7 @@ keystonemiddleware>=1.5.0,<1.6.0 + netaddr>=0.7.12 + python-neutronclient>=2.3.11,<2.5.0 + retrying>=1.2.3,!=1.3.0 # Apache-2.0 +-SQLAlchemy>=0.9.7,<=0.9.99 ++SQLAlchemy>=0.9.7 + WebOb>=1.2.3 + python-keystoneclient>=1.1.0,<1.4.0 + alembic>=0.7.2 diff --git a/debian/patches/series b/debian/patches/series index 6cf27d967..5f8a269c7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ better-config-defaults.patch CVE-2015-3221_Provide_work_around_for_0.0.0.0_for_ipset.patch +fixed-sqla-upper-bound.patch