X-Git-Url: https://review.fuel-infra.org/gitweb?p=openstack-build%2Fneutron-build.git;a=blobdiff_plain;f=rpm%2FSOURCES%2F0002-Remove-dnsmasq-version-warning.patch;fp=rpm%2FSOURCES%2F0002-Remove-dnsmasq-version-warning.patch;h=083a84d59a896da35570cc8320f221680a5a269d;hp=406daca6d6522f100aad9be3f9c7e4a0a6aa0a40;hb=4cca60531b51db68e6023ea6daa60cc33d277826;hpb=3dea7869947d652cb9d069c3b9fcbd3f4c32ec3b diff --git a/rpm/SOURCES/0002-Remove-dnsmasq-version-warning.patch b/rpm/SOURCES/0002-Remove-dnsmasq-version-warning.patch index 406daca6d..083a84d59 100644 --- a/rpm/SOURCES/0002-Remove-dnsmasq-version-warning.patch +++ b/rpm/SOURCES/0002-Remove-dnsmasq-version-warning.patch @@ -1,17 +1,17 @@ -From 85a3b3a1ae3886db3b803db317974e33beaef6a2 Mon Sep 17 00:00:00 2001 +From 268532256d701f2f9d7e10b01a65685e118800dc Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Fri, 13 Dec 2013 09:41:43 -0600 Subject: [PATCH] Remove dnsmasq version warning --- - neutron/agent/linux/dhcp.py | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + neutron/agent/linux/dhcp.py | 11 +++++++---- + 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/neutron/agent/linux/dhcp.py b/neutron/agent/linux/dhcp.py -index 137f7a9..7406597 100644 +index e650c00..fdac998 100644 --- a/neutron/agent/linux/dhcp.py +++ b/neutron/agent/linux/dhcp.py -@@ -291,10 +291,13 @@ class Dnsmasq(DhcpLocalProcess): +@@ -286,10 +286,13 @@ class Dnsmasq(DhcpLocalProcess): ver = re.findall("\d+.\d+", out)[0] is_valid_version = float(ver) >= cls.MINIMUM_VERSION if not is_valid_version: