Add patch MIRA001-Send-DHCP-notifications-regardless-of-agent-status.patch; OSCI...
[openstack-build/neutron-build.git] / rpm / SPECS / openstack-neutron.spec
index 7ef4344e1d618d95c0ad8a7c3582658c0f300c2e..4d7728905b65fe7db540ac26ca4e6f114c33d6e5 100644 (file)
@@ -55,6 +55,7 @@ Source90:     neutron-dist.conf
 # patches_base=2013.2+1
 #
 Patch0001: 0001-use-parallel-installed-versions-in-RHEL6.patch
+Patch0002: MIRA001-Send-DHCP-notifications-regardless-of-agent-status.patch
 
 BuildArch:     noarch
 
@@ -421,6 +422,7 @@ IPSec.
 %setup -q -n neutron-%{version}
 
 %patch0001 -p1
+%patch0002 -p1
 
 find neutron -name \*.py -exec sed -i '/\/usr\/bin\/env python/{d;q}' {} +