]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
* Removed arping from depends of python-neutron, and put iputils-arping as
authorThomas Goirand <thomas@goirand.fr>
Tue, 14 Oct 2014 10:00:54 +0000 (18:00 +0800)
committerThomas Goirand <thomas@goirand.fr>
Tue, 14 Oct 2014 10:00:54 +0000 (18:00 +0800)
    Recommends:.

Rewritten-From: c9eb370e4101d77f429e3d13e075d8e56af3706c

trusty/debian/changelog
trusty/debian/control

index 63c65f8f77a7d7bef49567d034210851217bcbc7..7f93327ca91550b6d5e9a8f09301e102204928aa 100644 (file)
@@ -1,3 +1,10 @@
+neutron (2014.2~rc2-2) experimental; urgency=medium
+
+  * Removed arping from depends of python-neutron, and put iputils-arping as
+    Recommends:.
+
+ -- Thomas Goirand <zigo@debian.org>  Tue, 14 Oct 2014 18:00:20 +0800
+
 neutron (2014.2~rc2-1) experimental; urgency=medium
 
   * New upstream release.
index f67404f943522773e621455989f8d489b8c865cd..f920320e051b3f4ace7e971412c013b621b84f6d 100644 (file)
@@ -100,7 +100,6 @@ Breaks: python-quantum (<< 2013.2~),
         quantum-plugin-ryu (<< 2013),
         quantum-plugin-ryu-agent (<< 2013)
 Depends: alembic (>= 0.6.4),
-         arping,
          iproute2,
          ipset,
          python-anyjson (>= 0.3.3),
@@ -137,6 +136,7 @@ Depends: alembic (>= 0.6.4),
          python-webob (>= 1.2.3),
          ${misc:Depends},
          ${python:Depends}
+Recommends: iputils-arping
 Provides: ${python:Provides}
 Description: OpenStack virtual network service - Python library
  Neutron provides an API to dynamically request and configure virtual networks.