]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fixed wrong (build-)depends on python-neutronclient: EPOCH should be 1:.
authorThomas Goirand <zigo@debian.org>
Fri, 18 Sep 2015 15:20:29 +0000 (17:20 +0200)
committerThomas Goirand <zigo@debian.org>
Fri, 18 Sep 2015 15:20:29 +0000 (17:20 +0200)
Rewritten-From: 0f07eb05b1dcfc4caf70f33fc180924de81d796a

xenial/debian/changelog
xenial/debian/control

index 2b829512c403fcba5c81f3cab867252c7a3def76..74febc49568bbc3de4b79e3692bf00d020c57598 100644 (file)
@@ -1,6 +1,7 @@
-heat (1:5.0.0~b3-2) UNRELEASED; urgency=medium
+heat (1:5.0.0~b3-2) experimental; urgency=medium
 
   * Added nl.po.
+  * Fixed wrong (build-)depends on python-neutronclient: EPOCH should be 1:.
 
  -- Thomas Goirand <zigo@debian.org>  Mon, 14 Sep 2015 11:38:40 +0200
 
index edebd81d9fc42499aa3aae97bca769f40ddb3e00..0f5ef54e16692081384202a8ee0547c3b49f09b4 100644 (file)
@@ -41,7 +41,7 @@ Build-Depends-Indep: bandit (>= 0.13.2),
                      python-mox,
                      python-mysqldb,
                      python-netaddr (>= 0.7.12),
-                     python-neutronclient (>= 2.6.0),
+                     python-neutronclient (>= 1:2.6.0),
                      python-novaclient (>= 2:2.26.0),
                      python-oslo.cache (>= 0.4.0),
                      python-oslo.concurrency (>= 2.3.0),
@@ -113,7 +113,7 @@ Depends: python-babel (>= 1.3),
          python-mistralclient (>= 1.0.0),
          python-mysqldb,
          python-netaddr (>= 0.7.12),
-         python-neutronclient (>= 2:2.6.0),
+         python-neutronclient (>= 1:2.6.0),
          python-novaclient (>= 2:2.26.0),
          python-oslo.cache (>= 0.4.0),
          python-oslo.concurrency (>= 2.3.0),